
:root {
    --atrend-rewards-gold: #C5B358;
}

.atrend-rewards-page,
.atrend-track-order-page {
    color: #eee;
}

.atrend-balance-card {
    padding: 30px;
    border: 1px solid rgba(197,179,88,.65);
    border-radius: 24px;
    background:
        radial-gradient(circle at 85% 15%, rgba(197,179,88,.18), transparent 42%),
        #111;
}

.atrend-balance-card span,
.atrend-balance-card small {
    display: block;
    color: #cfcfcf;
}

.atrend-balance-card strong {
    display: block;
    margin: 12px 0;
    color: var(--atrend-rewards-gold);
    font-size: clamp(36px, 6vw, 64px);
}

.atrend-points-rule {
    margin: 18px 0;
    padding: 15px 18px;
    border-radius: 14px;
    background: rgba(197,179,88,.12);
    color: var(--atrend-rewards-gold);
    font-weight: 800;
}

.atrend-transactions {
    margin-top: 26px;
}

.atrend-transaction-list {
    display: grid;
    gap: 12px;
}

.atrend-transaction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 18px;
    border: 1px solid #333;
    border-radius: 16px;
    background: #111;
}

.atrend-transaction strong,
.atrend-transaction small {
    display: block;
}

.atrend-transaction small {
    margin-top: 5px;
    color: #888;
}

.atrend-transaction b {
    white-space: nowrap;
}

.atrend-transaction.is-positive b {
    color: #53d66d;
}

.atrend-transaction.is-negative b {
    color: #ef6363;
}

.atrend-wallet-checkout {
    margin: 18px 0;
    padding: 16px;
    border: 1px solid rgba(197,179,88,.58);
    border-radius: 14px;
    background: #111;
    color: #fff;
}

.atrend-wallet-checkout label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.atrend-wallet-checkout input {
    width: 19px;
    height: 19px;
    accent-color: var(--atrend-rewards-gold);
}

.atrend-track-order-page form {
    padding: 24px !important;
    border: 1px solid rgba(197,179,88,.58) !important;
    border-radius: 20px !important;
    background: #111 !important;
}

@media (max-width: 600px) {
    .atrend-transaction {
        align-items: flex-start;
    }
}

.woocommerce-MyAccount-navigation-link--wishlist,
.woocommerce-MyAccount-navigation-link--tinv_wishlist,
.woocommerce-MyAccount-navigation-link--yith-wcwl,
.woocommerce-MyAccount-navigation-link--my-wishlist{display:none!important}
.atrend-track-order-page input.input-text{min-height:50px;background:#080808!important;color:#fff!important;border:1px solid rgba(197,179,88,.55)!important;border-radius:12px!important}
.atrend-track-order-page button{background:var(--atrend-rewards-gold)!important;color:#000!important;border-radius:12px!important;font-weight:900!important}


/* A TREND Rewards 1.1.1 alignment fixes */
.atrend-balance-card strong .woocommerce-Price-amount,
.atrend-balance-card strong bdi {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
}

.atrend-track-order-page .woocommerce-form-track-order {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.atrend-track-order-page .woocommerce-form-track-order input.input-text {
    width: 100%;
    box-sizing: border-box;
}
