.booking-dialog{position:fixed;inset:0;width:min(68.75rem,calc(100% - 2rem));height:min(56.25rem,calc(100dvh - 2rem));margin:auto;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:1rem;background:#0b0b0b;color:#fff;box-shadow:0 1.875rem 6.25rem rgba(0,0,0,.65)}
.booking-dialog::backdrop{background:rgba(0,0,0,.72)}
.booking-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4.5625rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.12);background:#0b0b0b}
.booking-dialog-header h2{font-size:1rem;font-weight:600}
.booking-dialog-close{display:grid;place-items:center;width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:rgba(255,255,255,.06);color:#aaa;cursor:pointer}
.booking-dialog-close svg{width:1.15rem;height:1.15rem}
.booking-dialog iframe{display:block;width:100%;height:calc(100% - 4.5625rem);border:0;background:#0b0b0b}
@media(max-width:47.99rem){.booking-dialog{inset:64px .5rem .5rem;z-index:9000;width:auto;height:auto;max-width:none;max-height:none;margin:0;border-radius:.75rem}.booking-dialog-header{height:3.75rem;padding:.625rem 1rem}.booking-dialog iframe{height:calc(100% - 3.75rem)}}
