
.booking-modal { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,0.6); z-index: 99999; }
.booking-modal.is-open { display: flex; }
.booking-modal__dialog { background: #fff; max-width: 720px; width: 95%; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,.2); position: relative; padding: 20px; }
.booking-modal__close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font-size: 32px; line-height: 1; cursor: pointer; }
.booking-modal__content { max-height: 75vh; overflow: auto; }
@media (max-width: 480px){
  .booking-modal__dialog { padding: 12px; }
  .booking-modal__close { font-size: 28px; }
}
.booking-modal .lte-contact-form-7 { padding: 10px; }
