/* One voucher per row across the account, cart, checkout and welcome dialog. */
body .dsv-wallet { padding:0!important;border:0!important;background:transparent!important;filter:none!important;opacity:1!important }
body .dsv-wallet .dsv-wallet__head {gap:16px;padding:0 0 18px;align-items:center}
body .dsv-wallet .dsv-wallet__grid,
body #dsv-welcome-dialog .dsv-welcome-grid {display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important}
body .dsv-wallet .dsv-wallet__ticket,
body #dsv-welcome-dialog .dsv-welcome-ticket {
    position:relative;box-sizing:border-box;display:grid!important;grid-template-columns:minmax(0,1fr) 150px!important;
    grid-template-areas:'info amount' 'info action';align-content:center;align-items:center;
    column-gap:24px!important;row-gap:12px!important;min-height:156px!important;
    padding:24px!important;border:1px solid #dce5dd!important;border-radius:14px!important;
    background:#f5f8f3!important;box-shadow:none!important;overflow:hidden;
}
body #dsv-welcome-dialog .dsv-welcome-ticket:after {content:none!important}
body .dsv-voucher-info {grid-area:info;min-width:0;text-align:left}
body .dsv-voucher-info .dsv-voucher-title {margin:0 0 7px!important;font:600 17px/1.35 Arial,sans-serif!important;letter-spacing:0!important;color:#21382c}
body .dsv-voucher-info > span {display:block;margin:0!important;color:#3d5145!important;font:500 14px/1.5 Arial,sans-serif!important}
body .dsv-voucher-info .dsv-voucher-expiry {margin:10px 0 0!important;font:400 12px/1.5 Arial,sans-serif!important;color:#6a756d!important}
body .dsv-voucher-info .dsv-voucher-countdown {margin:3px 0 0!important;font:500 12px/1.5 Arial,sans-serif!important;color:#4c6856!important}
body .dsv-wallet .dsv-wallet__ticket > strong,
body #dsv-welcome-dialog .dsv-welcome-ticket__amount {grid-area:amount;justify-self:end;align-self:end;margin:0!important;white-space:nowrap;color:#204d37!important;font:700 30px/1.15 Arial,sans-serif!important;letter-spacing:-.02em!important}
body .dsv-voucher-amount > span {display:inline!important;margin:0!important;color:inherit!important;font-family:Arial,sans-serif!important;line-height:1!important;letter-spacing:0!important}
body .dsv-voucher-amount .dsv-voucher-currency {font-size:12px!important;font-weight:700!important;margin-right:3px!important}
body .dsv-voucher-amount .dsv-voucher-value {font-size:38px!important;font-weight:700!important}
body .dsv-voucher-amount .dsv-voucher-off {font-size:12px!important;font-weight:500!important;margin-left:4px!important}
body .dsv-wallet .dsv-wallet__ticket .dsv-wallet__apply,
body .dsv-voucher-shop {grid-area:action;justify-self:end;align-self:start;width:auto!important;max-width:150px;min-height:42px;margin:0!important;padding:11px 18px!important;border:1px solid #214b36!important;border-radius:6px!important;background:#214b36!important;color:#fff!important;text-align:center;font:600 12px/1.35 Arial,sans-serif!important;text-transform:none!important;letter-spacing:0!important}
body .dsv-wallet .dsv-wallet__ticket.is-applied .dsv-wallet__apply {background:#fff!important;color:#214b36!important}
body .dsv-voucher-state {grid-area:action;justify-self:end;align-self:start;display:block;margin:0!important;padding:7px 11px;border:1px solid #d7e1d7;border-radius:5px;color:#4c6856!important;font:600 11px/1.3 Arial,sans-serif!important;text-transform:uppercase;letter-spacing:.04em}
body .dsv-voucher-state[hidden],body .dsv-voucher-shop[hidden],body .dsv-wallet__apply[hidden] {display:none!important}
body .dsv-wallet.is-expired .dsv-wallet__ticket,
body .dsv-wallet .dsv-voucher-expired {background:#f4f4f3!important;border-color:#e0e2df!important}
body .dsv-wallet.is-expired .dsv-wallet__ticket > strong,
body .dsv-wallet .dsv-voucher-expired > strong {color:#7a807a!important}
body .dsv-wallet.is-expired .dsv-voucher-title,
body .dsv-wallet.is-expired .dsv-voucher-info > span,
body .dsv-voucher-expired .dsv-voucher-title,
body .dsv-voucher-expired .dsv-voucher-info > span {color:#6e746f!important}
body .dsv-voucher-expired .dsv-voucher-state {color:#727873!important;border-color:#d8dcd8;background:#e8eae7}
body .dsv-journey-wallet .dsv-wallet {padding:18px!important;border-top:1px solid #d9e2da!important}
body .dsv-voucher-shop:focus-visible,body .dsv-wallet__apply:focus-visible {outline:2px solid #214b36;outline-offset:3px}
@media(max-width:600px){
    body .dsv-wallet .dsv-wallet__ticket,body #dsv-welcome-dialog .dsv-welcome-ticket {grid-template-columns:minmax(0,1fr) 106px!important;column-gap:12px!important;row-gap:10px!important;padding:17px 14px!important;min-height:146px!important;border-radius:11px!important}
    body .dsv-voucher-info .dsv-voucher-title {font-size:14px!important}
    body .dsv-voucher-info > span {font-size:12px!important}
    body .dsv-voucher-info .dsv-voucher-expiry,body .dsv-voucher-info .dsv-voucher-countdown {font-size:11px!important}
    body .dsv-voucher-amount .dsv-voucher-value {font-size:30px!important}
    body .dsv-voucher-amount .dsv-voucher-currency,body .dsv-voucher-amount .dsv-voucher-off {font-size:10px!important}
    body .dsv-wallet .dsv-wallet__ticket .dsv-wallet__apply,body .dsv-voucher-shop {padding:10px 12px!important;max-width:106px;font-size:11px!important}
    body .dsv-journey-wallet .dsv-wallet {padding:12px!important}
    body .dsv-wallet .dsv-wallet__grid,body #dsv-welcome-dialog .dsv-welcome-grid {gap:10px!important}
    body #dsv-welcome-dialog .dsv-welcome-ticket {min-height:116px!important}
}
