
/* Dark minimal UI */
.wrra-pd-toggle{border:1px solid #20262d;background:#0d1117;color:#e6f2ff;padding:14px;border-radius:8px;margin:12px 0;font-family:system-ui}
.wrra-title{font-weight:700;margin-bottom:8px}
.wrra-pills{display:flex;gap:10px}
.wrra-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #20262d;border-radius:999px;padding:8px 12px;background:#0e141b;color:#e6f2ff;cursor:pointer}
.wrra-pill input{accent-color:#3ddc97}

/* Pickup fields */
.wrra-pickup-fields{border:1px solid #333;background:#111;padding:12px;margin:12px 0;border-radius:8px;color:#eee}
.wrra-pickup-fields h3{margin-top:0;color:#fff}
.wrra-date-buttons{display:flex;gap:10px;margin-bottom:10px;flex-wrap:wrap}
.wrra-date-btn{background:#222;color:#eee;border:1px solid #555;padding:6px 12px;border-radius:6px;cursor:pointer}
.wrra-date-btn.active{background:#3ddc97;color:#000;border-color:#3ddc97}
.wrra-slot-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.wrra-slot-btn{background:#222;color:#eee;border:1px solid #555;padding:6px 12px;border-radius:6px;cursor:pointer}
.wrra-slot-btn.active{background:#3ddc97;color:#000;border-color:#3ddc97}

/* Address cards grid */
.wrra-address-grid{display:flex;gap:20px;flex-wrap:wrap;margin:20px 0}
.wrra-addr-card{flex:1;min-width:260px;background:#111;border:1px solid #333;padding:12px;color:#eee;border-radius:8px}
.wrra-addr-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.wrra-addr-head h3{margin:0;font-size:16px;color:#fff}
.wrra-addr-head a{font-size:12px;color:#8fd3ff;text-decoration:none}
.wrra-addr-head a:hover{text-decoration:underline}
.wrra-addr-card pre{white-space:pre-wrap;font-family:inherit;font-size:14px;line-height:1.4;margin:0}

/* WRRA Checkout v1.4.8 modal helpers */
.wrra-agree-modal { -webkit-overflow-scrolling: touch; }
.wrra-agree-box { max-height: 80vh; overflow:auto; }
@media (max-width: 480px){
  .wrra-agree-box { margin: 6vh auto; }
}




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