/**
 * Recharge / withdraw wallet pages — Dolela-style cards
 */
body.dole-wallet-page .wallet-main {
    padding-top: 58px;
}

body.dole-wallet-page .me-balance {
    margin-bottom: 12px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

body.dole-wallet-page .me-balance-item {
    background: #fff;
    border-radius: 14px;
    padding: 16px 14px;
    box-shadow: var(--theme-card-shadow);
    text-align: center;
    color: var(--theme-accent);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

body.dole-wallet-page .me-balance-item p {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

body.dole-wallet-page .me-balance-item h3 {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 500;
    color: #888;
}

body.dole-wallet-page .me-balance-item h3 span {
    color: var(--theme-accent);
    font-weight: 700;
}

body.dole-wallet-page .wallet-list {
    margin-top: 0;
}

body.dole-wallet-page .wallet-item-tit {
    color: var(--theme-accent);
    font-weight: 700;
    font-size: 13px;
}

body.dole-wallet-page .wallet-item-input {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

body.dole-wallet-page .wallet-item-input i {
    color: var(--theme-accent);
    font-weight: 700;
    font-style: normal;
}

body.dole-wallet-page .wallet-item-channel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

body.dole-wallet-page .wallet-item-option {
    border-radius: 10px;
    border: 1px solid var(--theme-border-input);
    background: #fafafa;
    padding: 10px 8px;
    text-align: center;
}

body.dole-wallet-page .wallet-item-option.active {
    border-color: var(--theme-primary);
    background: var(--theme-primary-light);
    color: var(--theme-accent);
}

body.dole-wallet-page .wallet-btn {
    margin-top: 14px;
    min-height: 46px;
    width: 100%;
    border: none;
    color: #fff;
    background: var(--theme-primary);
    box-shadow: 0 4px 14px rgba(132, 195, 30, 0.35);
}

body.dole-order-page .order-top {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 4px;
}

body.dole-order-page .order-top-item {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

body.dole-order-page .order-item {
    display: flex;
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    align-items: flex-start;
}

body.dole-order-page .order-item-img {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, #ff5f9a 0%, #ff8f4a 52%, #ffb347 100%);
}

body.dole-order-page .order-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body.dole-order-page .order-item-attr {
    flex: 1;
    min-width: 0;
    font-size: 11px;
    color: #666;
}

body.dole-order-page .order-item-tit {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

body.dole-order-page .order-item-attr span {
    color: var(--theme-accent);
    font-weight: 700;
}

body.dole-record-page .inline-tab {
    flex-wrap: wrap;
}

body.dole-record-page .inline-tab a {
    flex: 1 1 45%;
    min-width: 0;
    font-size: 11px;
}

body.dole-record-page .record-item {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
}

body.dole-record-page .record-item-tit {
    font-size: 12px;
    font-weight: 700;
    color: var(--theme-accent);
    margin-bottom: 8px;
}

body.dole-wallet-page .wallet-rule {
    margin-top: 12px;
}
