.voucher-warning-backdrop{position:fixed;inset:0;z-index:300;display:grid;place-items:center;padding:20px;background:#0b173859}
.voucher-warning-popup{position:relative;width:min(520px,100%);max-height:85vh;overflow:auto;padding:28px;border-radius:20px;background:#fff;box-shadow:0 28px 80px #07142f4d}
.voucher-warning-popup>button[data-voucher-warning-close]{position:absolute;right:16px;top:16px;width:36px;height:36px;padding:0;border:0;border-radius:10px;background:#f0f3f8;color:#34425c}
.voucher-warning-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff0d1;color:#b36d00;font-size:24px;font-weight:900}
.voucher-warning-popup h3{margin:15px 0 5px;font-size:21px}.voucher-warning-popup p{margin:0;color:#67758d}
.voucher-warning-list{display:grid;gap:8px;margin:18px 0}.voucher-warning-list div{display:grid;gap:3px;padding:11px 13px;border:1px solid #e3e8f1;border-radius:11px}.voucher-warning-list small{color:#758199}
.voucher-warning-popup>[data-voucher-warning-open]{width:100%;background:#315bd5}
.voucher-warning-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.voucher-warning-actions button{padding:7px 10px;border:1px solid #cfd8ea;border-radius:8px;background:#fff;color:#315bd5;font-size:11px;font-weight:800}.voucher-warning-actions button:first-child{border-color:#f1ca79;background:#fff7e5;color:#9a6200}.voucher-warning-actions button:disabled{opacity:.55}
