.tourist-voucher-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr)); gap:24px; margin-top:30px; }
.tourist-voucher { min-width:0; border:2px solid #d8e7e5; border-radius:26px; padding:28px; text-align:left; background:var(--card-bg,#f7faf9); overflow-wrap:anywhere; }
.tourist-voucher h3 { font-size:1.6rem; line-height:1.25; margin:0 0 16px; }
.tourist-voucher .primary-btn { width:100%; white-space:normal; }
.voucher-price { display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.voucher-price strong { font-size:2rem; }.voucher-price del { opacity:.65; }
.voucher-code { font-size:clamp(1.6rem,6vw,3rem); letter-spacing:.12em; font-weight:800; }
.active-voucher { max-width:660px; margin:28px auto; }.voucher-error { color:#c84036; }
[data-theme="dark"] .tourist-voucher { background:#193b38; color:#eff8f6; border-color:#3d635e; }
.tourist-voucher.voucher-valid,
[data-theme="dark"] .tourist-voucher.voucher-valid {
  background: #e0f3e5;
  border-color: #afd4b8;
  color: #000;
  text-shadow: none;
}
.tourist-voucher.voucher-valid h3,
.tourist-voucher.voucher-valid p,
.tourist-voucher.voucher-valid strong,
.tourist-voucher.voucher-valid small { color: #000; }
