/* 14Bis V20 - payment choice modal for booking-options */
.bis-paychoice-lock{overflow:hidden!important}
.bis-paychoice-backdrop{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:18px;background:rgba(2,28,34,.72);backdrop-filter:blur(10px)}
.bis-paychoice-backdrop.is-open{display:flex}
.bis-paychoice-card{width:min(560px,100%);max-height:92vh;overflow:auto;border-radius:28px;background:linear-gradient(160deg,#fff,#fff8ea);border:1px solid rgba(216,167,45,.75);box-shadow:0 30px 90px rgba(0,0,0,.34);padding:26px;color:#08333A;font-family:Inter,Arial,sans-serif;position:relative}
.bis-paychoice-x{position:absolute;right:16px;top:14px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(8,51,58,.18);background:#fff;color:#08333A;font-size:24px;line-height:1;cursor:pointer}
.bis-paychoice-kicker{display:inline-flex;gap:8px;align-items:center;border:1px solid rgba(216,167,45,.7);border-radius:999px;padding:8px 12px;color:#075E66;font-weight:950;letter-spacing:.08em;text-transform:uppercase;font-size:12px;background:#fff}
.bis-paychoice-card h2{margin:14px 0 10px;font-size:clamp(1.55rem,5vw,2.25rem);line-height:1.05;color:#075E66;font-weight:950}
.bis-paychoice-card p{margin:0 0 14px;color:#315a60;line-height:1.55;font-size:1rem}.bis-paychoice-summary{border:1px solid rgba(14,138,148,.18);background:rgba(255,255,255,.7);border-radius:18px;padding:13px;margin:16px 0;display:grid;gap:7px;font-size:.95rem}.bis-paychoice-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(8,51,58,.08);padding-bottom:6px}.bis-paychoice-row:last-child{border-bottom:0;padding-bottom:0}.bis-paychoice-row strong{color:#08333A}.bis-paychoice-row span{text-align:right;color:#075E66;font-weight:850}.bis-paychoice-actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:18px}.bis-paychoice-btn{min-height:56px;border-radius:999px;border:0;cursor:pointer;font-weight:950;font-size:1rem;padding:0 18px}.bis-paychoice-btn-primary{background:linear-gradient(135deg,#D8A72D,#F0C24B);color:#08333A;box-shadow:0 14px 34px rgba(216,167,45,.35)}.bis-paychoice-btn-cash{background:#fff;color:#075E66;border:1px solid rgba(14,138,148,.28)}.bis-paychoice-note{margin-top:12px;padding:11px 13px;border-radius:16px;background:#fff3c8;color:#60440a;font-size:.92rem;font-weight:760}.bis-paychoice-loading{display:none;margin-top:12px;color:#075E66;font-weight:900}.bis-paychoice-card.is-loading .bis-paychoice-loading{display:block}.bis-paychoice-card.is-loading .bis-paychoice-btn{opacity:.55;pointer-events:none}@media(min-width:620px){.bis-paychoice-actions{grid-template-columns:1fr 1fr}.bis-paychoice-btn-primary{grid-column:auto}}
