.booking-tooltip { position: fixed; z-index: 10000; max-width: 340px; padding: 12px 14px; border-radius: 9px; background: #172033; color: #fff; box-shadow: 0 8px 28px #0005; font-size: 14px; line-height: 1.5; pointer-events: none; }
.booking-tooltip[hidden] { display: none; }
.modal-overlay { position: fixed; inset: 0; z-index: 9999; background: #0007; display: grid; place-items: center; padding: 20px; }
.booking-modal { position: relative; width: min(540px, 96vw); background: #fff; border-radius: 14px; padding: 24px; box-shadow: 0 16px 50px #0006; }
.booking-modal h2 { padding-right: 35px; }
.booking-modal-details { line-height: 1.7; margin: 12px 0 22px; padding: 14px; background: #f4f7fb; border-radius: 9px; }
.modal-close { position: absolute; right: 12px; top: 10px; background: transparent; color: #172033; font-size: 28px; padding: 2px 9px; }
.booking-modal .actions { align-items: center; flex-wrap: wrap; }
button:disabled { opacity: .65; cursor: wait; }
