
.wrra-rewards-points{
    margin:10px 0 0;
    font-size:14px;
    line-height:1.5;
}
.wrra-rewards-points__value{
    display:inline-block;
    padding:6px 10px;
    border-radius:999px;
    background:#eef7e3;
    color:#234814;
    font-weight:700;
}
.wrra-rewards-points--loop{
    margin-top:8px;
}
.wrra-rewards-points--variation{
    margin-top:12px;
}
.wrra-account-rewards{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:16px 18px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    margin:0 0 24px;
    background:#fff;
}
.wrra-account-rewards__top{
    display:flex;
    align-items:center;
    gap:12px;
}
.wrra-account-tier__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 14px;
    border-radius:999px;
    font-weight:800;
    letter-spacing:.02em;
}
.wrra-account-tier__text{
    font-weight:600;
}
.wrra-account-rewards__points{
    font-weight:800;
}
.wrra-account-tier--bronze .wrra-account-tier__badge{background:#8b5a3c;color:#fff;}
.wrra-account-tier--silver .wrra-account-tier__badge{background:#8b98a7;color:#fff;}
.wrra-account-tier--gold .wrra-account-tier__badge{background:#b38b00;color:#fff;}
.wrra-account-tier--platinum .wrra-account-tier__badge{background:#5f6d7a;color:#fff;}

.wrra-redeem-box,
.wrra-redeem-summary{
    margin:0 0 18px;
    padding:16px 18px;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    background:#fff;
}
.wrra-redeem-form{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
}
.wrra-redeem-form input[type="number"]{
    max-width:180px;
}
@media (max-width:640px){
    .wrra-account-rewards{
        flex-direction:column;
        align-items:flex-start;
    }
    .wrra-redeem-form{
        flex-direction:column;
        align-items:stretch;
    }
    .wrra-redeem-form input[type="number"]{
        max-width:none;
        width:100%;
    }
}

.wrra-account-rewards{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    flex-wrap:wrap;
}
.wrra-account-rewards__actions .button{
    white-space:nowrap;
}
.wrra-rewards-table{
    margin-top:14px;
}
.wrra-rewards-page h3{
    margin-top:28px;
}



/* Checkout redemption box theme override */
.wrra-redeem-box.wrra-redeem-box--checkout{
    margin: 18px 0 20px !important;
    padding: 18px !important;
    border: 1px solid #333 !important;
    border-radius: 14px !important;
    background: #111 !important;
    color: #eee !important;
    box-shadow: none !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout h3{
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: 28px !important;
    line-height: 1.1 !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout p{
    margin: 0 0 14px !important;
    color: #ddd !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout strong{
    color: #fff !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout .wrra-redeem-form{
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout input[type="number"]{
    width: 120px !important;
    max-width: 120px !important;
    min-height: 40px !important;
    padding: 8px 10px !important;
    background: #222 !important;
    color: #fff !important;
    border: 1px solid #555 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout input[type="number"]::placeholder{
    color: #aaa !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout input[type="number"]:focus{
    outline: none !important;
    border-color: #8cc456 !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout .button,
.wrra-redeem-box.wrra-redeem-box--checkout .button.alt,
.wrra-redeem-box.wrra-redeem-box--checkout button{
    min-height: 40px !important;
    padding: 8px 16px !important;
    border-radius: 999px !important;
    border: 1px solid #8cc456 !important;
    background: #8cc456 !important;
    color: #08111f !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: none !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout .button:hover,
.wrra-redeem-box.wrra-redeem-box--checkout .button.alt:hover,
.wrra-redeem-box.wrra-redeem-box--checkout button:hover{
    filter: brightness(1.03) !important;
}
.wrra-redeem-box.wrra-redeem-box--checkout .wrra-redeem-box__applied{
    margin-top: 10px !important;
    color: #ddd !important;
}
@media (max-width: 640px){
    .wrra-redeem-box.wrra-redeem-box--checkout h3{
        font-size: 24px !important;
    }
    .wrra-redeem-box.wrra-redeem-box--checkout .wrra-redeem-form{
        align-items: stretch !important;
    }
}

.wrra-rewards-points{
    margin:10px 0 0;
    font-size:14px;
    line-height:1.5;
}
.wrra-rewards-points__value{
    display:inline-block;
    padding:6px 10px;
    border-radius:999px;
    background:#1c2a12;
    color:#cfe8a3;
    font-weight:700;
}
.wrra-rewards-points--loop{
    margin-top:8px;
}

.wrra-account-rewards,
.wrra-account-tier{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    flex-wrap:wrap;
    padding:18px 20px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:16px;
    margin:14px 0 24px;
    background:rgba(8,12,18,.88) !important;
    color:#eef3fb !important;
    box-shadow:none !important;
}

.wrra-account-rewards__top{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.wrra-account-tier__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    border-radius:999px;
    font-weight:800;
    letter-spacing:.02em;
    line-height:1;
}

.wrra-account-tier__text{
    font-weight:700;
    color:#eef3fb !important;
}

.wrra-account-rewards__balance{
    display:flex;
    align-items:center;
}

.wrra-account-rewards__points{
    font-size:28px;
    font-weight:800;
    color:#8cc456 !important;
    line-height:1;
}

.wrra-account-rewards__actions{
    margin-left:auto;
}

.wrra-account-rewards__actions .button,
.wrra-account-rewards__actions a.button{
    min-height:42px;
    padding:10px 18px;
    border-radius:999px;
    border:1px solid #8cc456;
    background:#8cc456 !important;
    color:#08111f !important;
    font-weight:800;
    text-decoration:none;
    box-shadow:none;
}

.wrra-account-tier--bronze .wrra-account-tier__badge{background:#8b5a3c;color:#fff;}
.wrra-account-tier--silver .wrra-account-tier__badge{background:#8b98a7;color:#fff;}
.wrra-account-tier--gold .wrra-account-tier__badge{background:#b38b00;color:#fff;}
.wrra-account-tier--platinum .wrra-account-tier__badge{background:#5f6d7a;color:#fff;}

.wrra-rewards-table{
    margin-top:14px;
}
.wrra-rewards-page h3{
    margin-top:28px;
    color:#fff;
}

@media (max-width:640px){
    .wrra-account-rewards,
    .wrra-account-tier{
        align-items:flex-start;
        padding:16px;
    }

    .wrra-account-rewards__points{
        font-size:24px;
    }

    .wrra-account-rewards__actions{
        margin-left:0;
        width:100%;
    }

    .wrra-account-rewards__actions .button,
    .wrra-account-rewards__actions a.button{
        width:100%;
        justify-content:center;
        display:inline-flex;
    }
}


/* Loop-card layout consistency */
.wrra-rewards-points--loop{
    min-height: 56px;
    display: flex;
    align-items: flex-start;
}
.wrra-rewards-points--loop.wrra-rewards-points--empty .wrra-rewards-points__value{
    visibility: hidden;
}
