.mge-booking{margin-top:clamp(110px,14vh,160px);margin-bottom:56px;scroll-margin-top:140px}
.mge-booking__form{display:flex;min-height:520px;flex-direction:column;justify-content:center}
.mge-booking__panel{width:100%;max-width:860px;margin-left:auto;margin-right:auto;scroll-margin-block:130px}
.mge-booking__actions{width:100%;max-width:860px;margin-left:auto;margin-right:auto}
.mge-booking__steps{grid-template-columns:repeat(5,1fr)}
.mge-calendar{max-width:680px;margin-left:auto;margin-right:auto;padding:24px;background:#fff}
.mge-calendar__day{aspect-ratio:1.12;min-height:62px;border:1px solid #d0dadd;border-radius:7px;font-size:1rem}
.mge-calendar__day:not(:disabled){background:#fff}
.mge-calendar__day:not(:disabled):hover{border-color:var(--blue);background:var(--blue-pale)}
.mge-calendar__day:disabled{border:1px solid #d5dadd;background:#edf0f1;color:#687579;opacity:1}
.mge-calendar__day.is-booked{background:#e4e7e8;color:#4f5a5e}
.mge-calendar__day small{font-size:.65rem;line-height:1.1}
.mge-calendar__key{justify-content:flex-end}
.mge-selected-date{margin:14px 0 6px;padding:14px 16px;border-left:5px solid var(--gold-bright);background:var(--blue-pale);color:var(--blue-dark);font-size:1.05rem;font-weight:800}
.mge-booking__time-panel .mge-slot-wrap{margin-top:20px}
@media(max-width:720px){.mge-booking{margin-top:96px;margin-bottom:28px}.mge-booking__form{min-height:440px;justify-content:flex-start}.mge-booking__panel{scroll-margin-block:100px}.mge-booking__steps{grid-template-columns:repeat(5,1fr)}.mge-calendar{padding:10px}.mge-calendar__day{aspect-ratio:auto;min-height:49px}.mge-calendar__day small{font-size:.55rem}.mge-calendar__key{justify-content:flex-start}}
