/* Cal geometry retained from the existing English first-session / follow-up pages.
   No fixed height, transforms, filters, clipping or hiding of the live calendar. */
.mb-booking-progress{display:flex;gap:1.5rem;margin:1rem 0 1.5rem;list-style:none;flex-wrap:wrap}
.mb-booking-progress li{display:flex;align-items:center;gap:.7rem;font-weight:600;font-size:.9rem}
.mb-booking-progress span{display:flex;align-items:center;justify-content:center;background:var(--ink);border-radius:50%;color:#fff;width:2rem;height:2rem;flex-shrink:0}
.mb-booking-progress [aria-current=step]{text-decoration:underline;text-underline-offset:.3em}
.mb-booking-terms{font-size:.82rem;line-height:1.6;margin:.7rem 0 1.2rem;color:var(--muted)}
.mb-booking-terms a{text-decoration:underline;text-underline-offset:.2em}
.mb-booking h2{font-size:1.18rem!important;font-weight:600;margin-bottom:1rem;line-height:1.4!important}
.mb-booking #cal-booking-shell{max-height:none!important;height:auto!important;overflow:visible!important;border:1px solid var(--line);border-radius:1.25rem;background:#fff;margin-top:1rem}
.mb-booking #mb-cal-inline{width:100%;min-height:580px;max-height:none!important;overflow:visible!important}
.mb-booking #mb-cal-inline iframe{width:100%!important;max-width:100%!important;border:0;min-height:580px}
.mb-booking #booking-next{scroll-margin-top:6rem;margin-top:1.5rem;position:relative;z-index:2}
.mb-booking #booking-next:focus{outline:2px solid #437fa5;outline-offset:5px}
#booking-summary{padding:0 0 1rem;border-bottom:1px solid var(--line);margin-bottom:1rem}
#booking-date{font-size:1rem;margin:.3rem 0}
.mb-payment-panel p+p{margin-top:.7rem}
.mb-payment-panel #payment-next>.mb-button{min-height:54px;margin-top:.2rem;width:100%;max-width:600px;border-radius:999px}
.mb-payment-panel .ux-small{margin-top:.6rem}
.mb-payment-panel #payment-integrated,.mb-payment-panel #payment-pending{padding:1rem;border:1px solid var(--line);border-radius:.8rem;background:var(--soft)}
.mb-payment-trust{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin:1rem 0 .4rem;color:var(--muted);font-size:.74rem}
.mb-payment-trust span{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .6rem;border:1px solid var(--line);border-radius:6px;background:#fff;font-weight:600;color:var(--ink)}
.mb-booking #payment-recovery{margin:1rem 0 0}
.mb-followup-payment{margin:1rem 0}
.ux-booking-help{margin-top:1.5rem;font-size:.9rem}
.ux-booking-help p a{text-decoration:underline}
#cal-feedback:empty{display:none}

@media(min-width:701px){
 .mb-booking #cal-booking-shell{position:relative;z-index:1;height:640px!important;max-height:640px!important;overflow:hidden!important}
 .mb-booking #mb-cal-inline{height:640px!important;min-height:640px!important;max-height:640px!important;overflow:hidden!important}
 .mb-booking #mb-cal-inline iframe{display:block;height:640px!important;min-height:640px!important;max-height:640px!important;overflow:hidden!important}
}
@media(max-width:700px){
 .mb-booking #mb-cal-inline,.mb-booking #mb-cal-inline iframe{min-height:600px}
 .mb-booking-progress{gap:.7rem;flex-direction:column}.mb-booking-progress li{font-size:.84rem}
 .mb-booking-progress span{width:1.8rem;height:1.8rem}
 .mb-booking #cal-booking-shell{border-radius:.85rem}
 .mb-payment-panel #payment-next>.mb-button{font-size:.92rem;padding-inline:.7rem}
}
