/* Two rewards on one voucher, given equal billing. The single-reward card keeps
   its original markup and styling untouched; these rules only apply once the
   .esbb-voucher--double modifier is present. */
/* The rotated EMASNOW watermark lives in the right margin of a single-reward
   card. The second reward now occupies that space, so it would sit behind the
   cashback figure instead of beside it. */
.esbb-voucher--double::before { display: none; }
.esbb-voucher-rewards { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; gap: clamp(6px, 2.4vw, 20px); margin: 16px 0 2px; }
.esbb-reward { display: flex; min-width: 0; flex-direction: column; align-items: center; }
.esbb-voucher--double .esbb-reward strong { margin: 0; font-size: clamp(40px, 7.4vw, 62px); letter-spacing: -.06em; }
.esbb-voucher--double .esbb-reward em { margin-top: 2px; font-size: clamp(15px, 2.9vw, 22px); letter-spacing: .02em; }
.esbb-reward small { margin-top: 9px; color: var(--esbb-muted); font: 700 9px/1.4 JetBrains Mono, monospace; letter-spacing: .13em; text-transform: uppercase; text-wrap: balance; }
.esbb-voucher--double .esbb-reward--cashback strong { color: var(--esbb-gold-dark); }
.esbb-voucher--double .esbb-reward--cashback em { color: var(--esbb-navy); }
.esbb-reward-plus { margin-top: clamp(10px, 2.4vw, 20px); color: var(--esbb-gold); font: 800 clamp(26px, 5vw, 40px)/1 "Work Sans", Inter, sans-serif; }
@media (max-width: 560px) {
  .esbb-voucher-rewards { grid-template-columns: 1fr; gap: 6px; }
  .esbb-reward-plus { align-self: center; margin: 0; }
  .esbb-voucher--double .esbb-reward strong { font-size: 56px; }
}
/* Deferred cashback voucher shown beside the instant discount on the reveal screen. */
.esbb-cashback { max-width: 560px; margin: 0 auto 22px; padding: 25px; border: 1px solid #e4d2a9; border-radius: 4px; background: linear-gradient(180deg, #fffdf6 0%, #fff 60%); text-align: left; }
.esbb-cashback h2 { margin: 0 0 12px; color: var(--esbb-navy); font: 750 22px "Work Sans", Inter, sans-serif; letter-spacing: -.02em; }
.esbb-cashback h2::before { content: "◆"; margin-right: 9px; color: var(--esbb-gold); font-size: 14px; }
.esbb-cashback p { margin: 0 0 10px; color: var(--esbb-muted); font-size: 13px; line-height: 1.7; }
.esbb-cashback .esbb-cashback__timing { color: var(--esbb-navy-2); font-weight: 700; }
.esbb-cashback__amount { margin: 4px 0 0; color: var(--esbb-navy); font: 750 30px/1.15 "Work Sans", Inter, sans-serif; letter-spacing: -.03em; }
.esbb-cashback .esbb-code { margin: 16px 0 4px; }
.esbb-cashback dl { margin: 8px 0 0; }
.esbb-cashback dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid #efe4cb; }
.esbb-cashback dt { color: var(--esbb-muted); font-size: 12px; }
.esbb-cashback dd { margin: 0; color: var(--esbb-navy); text-align: right; font-size: 12px; font-weight: 800; }
.esbb-cashback__chip { margin: 16px 0 0; }
.esbb-cashback__chip--live { border-color: #b8d5b8; background: #eef7ee; color: #326532; }
.esbb-cashback--expired, .esbb-cashback--revoked, .esbb-cashback--void { border-color: var(--esbb-line); background: var(--esbb-cloud); }
@media (max-width: 600px) {
  .esbb-cashback { padding: 20px; }
  .esbb-cashback__amount { font-size: 25px; }
}

/* Cashback-only event: one reward on the voucher instead of the double pair. */
.esbb-voucher--cashback .esbb-voucher-note { display: block; margin-top: 10px; font-size: 12px; line-height: 1.6; opacity: .85; }
.esbb-cart-cashback { font-weight: 600; }

/* Cart / checkout notice: what the cashback voucher in the basket will pay. */
.esbb-cart-cashback-notice { margin: 0 auto 20px; padding: 16px 18px; border: 1px solid #f1dca6; border-left: 4px solid #d9b45b; border-radius: 12px; background: #fff7e6; color: #4a3c10; font-size: 14px; line-height: 1.6; }
.esbb-cart-cashback-notice[hidden] { display: none; }
.esbb-cart-cashback-notice strong { display: block; font-size: 15px; margin-bottom: 4px; }
.esbb-cart-cashback-notice p { margin: 0 0 4px; }
.esbb-cart-cashback-amount { font-size: 20px; font-weight: 700; color: #8a6d24; }
.esbb-cart-cashback-note { opacity: .9; }
.esbb-cart-cashback-notice small { display: block; font-size: 12px; opacity: .8; }
