.mges-booking{margin-top:clamp(110px,14vh,160px);margin-bottom:56px;scroll-margin-top:140px}
.mges-booking__form{display:flex;min-height:520px;flex-direction:column;justify-content:center}
.mges-booking__panel{width:100%;max-width:860px;margin-left:auto;margin-right:auto;scroll-margin-block:130px}
.mges-booking__actions{width:100%;max-width:860px;margin-left:auto;margin-right:auto}
.mges-booking__steps{grid-template-columns:repeat(5,1fr)}
.mges-calendar{max-width:680px;margin-left:auto;margin-right:auto;padding:24px;background:#fff}
.mges-calendar__head{display:grid!important;grid-template-columns:48px minmax(0,1fr) 48px!important;align-items:center!important;gap:12px!important;width:100%!important}
.mges-calendar__head h3{grid-column:2!important;grid-row:1!important;float:none!important;width:auto!important;margin:0!important;text-align:center!important}
.mges-calendar__head .mges-calendar__prev,.mges-calendar__head .mges-calendar__next{position:static!important;float:none!important;display:grid!important;place-items:center!important;width:48px!important;min-width:48px!important;max-width:48px!important;height:44px!important;margin:0!important;padding:0!important}
.mges-calendar__head .mges-calendar__prev{grid-column:1!important;grid-row:1!important}
.mges-calendar__head .mges-calendar__next{grid-column:3!important;grid-row:1!important}
.mges-calendar__head>p:empty{display:none!important}
.mges-calendar__head>p:has(.mges-calendar__next){display:block!important;grid-column:3!important;grid-row:1!important;width:48px!important;margin:0!important;padding:0!important}
.mges-calendar__day{aspect-ratio:1.12;min-height:62px;border:1px solid #d0dadd;border-radius:7px;font-size:1rem}
.mges-calendar__day:not(:disabled){background:#fff}
.mges-calendar__day:not(:disabled):hover{border-color:var(--blue);background:var(--blue-pale)}
.mges-calendar__day:disabled{border:1px solid #d5dadd;background:#edf0f1;color:#687579;opacity:1}
.mges-calendar__day.is-booked{background:#e4e7e8;color:#4f5a5e}
.mges-calendar__day small{font-size:.65rem;line-height:1.1}
.mges-calendar__key{justify-content:flex-end}
.mges-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}
.mges-booking__time-panel .mges-slot-wrap{margin-top:20px}
@media(max-width:720px){.mges-booking{margin-top:96px;margin-bottom:28px}.mges-booking__form{min-height:440px;justify-content:flex-start}.mges-booking__panel{scroll-margin-block:100px}.mges-booking__steps{grid-template-columns:repeat(5,1fr)}.mges-calendar{padding:10px}.mges-calendar__day{aspect-ratio:auto;min-height:49px}.mges-calendar__day small{font-size:.55rem}.mges-calendar__key{justify-content:flex-start}}


