/* Fixed, compact five-step booking wizard */
.hero-booking-form.booking-wizard{box-sizing:border-box;width:460px;max-width:100%;height:460px!important;min-height:460px!important;max-height:460px!important;padding:18px!important;overflow:hidden!important;justify-content:flex-start}
.booking-wizard .wizard-progress{flex:0 0 auto;margin-bottom:10px}
.booking-wizard .wizard-step.active{display:flex;flex-direction:column;height:365px;min-height:365px!important;overflow:hidden}
.booking-wizard .wizard-step h2{font-size:1.35rem;margin-bottom:8px}
.booking-wizard .wizard-step .eyebrow{margin-bottom:3px}
.booking-wizard .wizard-step label{margin:4px 0}
.booking-wizard .wizard-step input,.booking-wizard .wizard-step select{padding:7px 9px}
.booking-wizard .conditional.show{padding:7px;margin:4px 0}
.booking-wizard .addon-options{padding:7px;margin:5px 0}
.booking-wizard .addon-options label{margin-right:8px!important}
.booking-wizard .calculator-total{padding:6px 9px;margin:4px 0}
.booking-wizard .calculator-total strong{font-size:1.05rem}
.booking-wizard .wizard-actions{margin-top:auto}
.booking-wizard .public-weekly-slots{display:grid;grid-template-columns:1fr 1fr;gap:5px 7px;padding:7px;margin:5px 0}
.booking-wizard .public-weekly-slots[hidden]{display:none!important}
.booking-wizard .public-weekly-slots legend,.booking-wizard .public-weekly-slots>p{grid-column:1/-1}
.booking-wizard .public-weekly-slots>p{font-size:.62rem;line-height:1.25;margin:0 0 2px}
.booking-wizard .public-recurring-slot{display:grid;grid-template-columns:auto 1fr;gap:5px;align-items:center;min-width:0}
.booking-wizard .public-recurring-slot label{font-size:.65rem;white-space:nowrap}
.booking-wizard .public-recurring-slot select{min-width:0;font-size:.68rem;padding:5px}
.booking-wizard .cleaner-options{max-height:170px}
@media(max-width:900px){.hero-booking-form.booking-wizard{width:min(460px,100%);height:500px!important;min-height:500px!important;max-height:500px!important}.booking-wizard .wizard-step.active{height:405px;min-height:405px!important}.hero.hero-booking{min-height:700px;padding-top:38px;padding-bottom:38px}}
@media(max-width:560px){.hero-booking-form.booking-wizard{width:100%;height:520px!important;min-height:520px!important;max-height:520px!important;padding:14px!important;border-radius:16px}.booking-wizard .wizard-step.active{height:430px;min-height:430px!important}.booking-wizard .wizard-progress span{font-size:.5rem}.booking-wizard .public-weekly-slots{gap:4px}.booking-wizard .public-recurring-slot{grid-template-columns:1fr}.booking-wizard .public-recurring-slot label{margin:0}.hero.hero-booking{min-height:720px;padding:30px 14px;gap:24px}}
