/* Same desktop density as the information website; no shrink on mobile/print. */
@media screen and (min-width:981px) {
  html:has(.sp-booking) {zoom:.75}
  html .sp-booking :focus-visible {outline-width:4px}
}
.sp-booking {
  --sp-ink:#053f60; --sp-blue:#075b82; --sp-night:#031f36; --sp-paper:#fffefa;
  --sp-cream:#fff6e9; --sp-line:#cadbdc; --sp-soft:#56727c; --sp-warm:#ffc06b;
  --sp-display:"Aptos Display",Aptos,"Segoe UI Variable Display","Segoe UI",system-ui,sans-serif;
  --sp-text:Aptos,"Segoe UI Variable Text","Segoe UI",system-ui,sans-serif;
  margin:0; background:var(--sp-paper); color:var(--sp-ink); font:15px/1.45 var(--sp-text);
}
.sp-booking *, .sp-booking *::before, .sp-booking *::after {box-sizing:border-box}
.sp-booking [hidden] {display:none!important}
.sp-booking a {color:inherit;text-underline-offset:4px}
.sp-booking button, .sp-booking input,.sp-booking textarea {font:inherit}
.sp-booking button {cursor:pointer}
.sp-booking button:disabled {cursor:not-allowed}
.sp-booking :focus-visible {outline:3px solid var(--sp-blue);outline-offset:4px}
.sp-booking .sp-header :focus-visible,.sp-booking .sp-summary :focus-visible,.sp-booking .sp-success :focus-visible {outline-color:var(--sp-warm)}
.sp-booking h1,.sp-booking h2,.sp-booking h3,.sp-booking p {margin:0}
.sp-booking h1,.sp-booking h2,.sp-booking h3 {font-family:var(--sp-display)}
.sp-booking h2 {font-size:22px;line-height:1.2;letter-spacing:-.025em;font-weight:640}
.sp-booking .sp-shell {width:min(1120px,calc(100% - 48px));margin-inline:auto}
.sp-booking .sp-skip {position:fixed;top:12px;left:12px;z-index:20;padding:12px;background:var(--sp-paper);transform:translateY(-160%)}
.sp-booking .sp-skip:focus {transform:none}
.sp-booking .sp-header {color:var(--sp-paper);background:var(--sp-night) url('blue-field.webp') center 42%/cover}
.sp-booking .sp-header-inner {min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.sp-booking .sp-brand {display:flex;gap:12px;align-items:center;font-size:17px;font-weight:700;text-decoration:none}
.sp-booking .sp-brand-mark {position:relative;width:24px;height:27px;border:1.5px solid currentColor;border-radius:50%;margin-bottom:7px}
.sp-booking .sp-brand-mark::after {content:"";position:absolute;left:7px;bottom:-8px;width:8px;height:6px;border:1.5px solid currentColor;border-top:0}
.sp-booking .sp-back {font-size:14px;text-decoration:none}
.sp-booking .sp-back span {margin-right:10px}
.sp-booking .sp-intro {padding:24px 0 20px}
.sp-booking .sp-eyebrow,.sp-booking .sp-small-label {font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.sp-booking .sp-eyebrow {margin-bottom:12px;color:var(--sp-blue)}
.sp-booking h1 {font-size:clamp(28px,3vw,32px);font-weight:620;letter-spacing:-.035em;line-height:1.1}
.sp-booking .sp-muted {color:var(--sp-soft)}
.sp-booking .sp-small {font-size:14px}
.sp-booking .sp-contact-section {padding:16px 0;border-block:1px solid var(--sp-line)}
.sp-booking .sp-section-title {margin-bottom:12px}
.sp-booking .sp-form {display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 16px}
.sp-booking .sp-form label {font-weight:650;font-size:14px;min-width:0}
.sp-booking .sp-required {color:var(--sp-soft)}
.sp-booking .sp-optional {font-weight:400;font-size:13px;color:var(--sp-soft);margin-left:6px}
.sp-booking .sp-form input {display:block;width:100%;height:42px;margin-top:4px;padding:8px 10px;border:1px solid var(--sp-line);border-radius:3px;background:white;color:#171e22;font-size:16px}
.sp-booking .sp-form input:focus {border-color:var(--sp-blue)}
.sp-booking .sp-form input::placeholder {color:#697d85}
.sp-booking .sp-form-note {grid-column:1/-1;font-size:13px;color:var(--sp-soft)}
.sp-booking .sp-trap {position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
.sp-booking .sp-form-meta {display:flex;justify-content:space-between;align-items:baseline;gap:16px 32px;margin-top:8px}
.sp-booking .sp-confidential {margin:0;font-size:13px;color:var(--sp-soft)}
.sp-booking .sp-form-meta .sp-confidential {text-align:right}
.sp-booking .sp-confidential a {margin-left:6px}
.sp-booking .sp-calendar-section {padding-top:0}
.sp-booking .sp-calendar-intro {display:flex;justify-content:space-between;gap:24px;align-items:baseline}
.sp-booking .sp-calendar-intro>p {font-size:13px;color:var(--sp-soft)}
.sp-booking .sp-week-toolbar {display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;border-top:2px solid var(--sp-ink)}
.sp-booking .sp-week-toolbar h2 {font-size:22px;letter-spacing:-.025em;font-weight:650}
.sp-booking .sp-week-toolbar .sp-small-label {color:var(--sp-soft);font-size:11px}
.sp-booking .sp-week-nav {display:flex;gap:8px;align-items:center}
.sp-booking .sp-button,.sp-booking .sp-icon-button {min-height:40px;border-radius:2px;font-size:14px;font-weight:700;display:inline-flex;gap:16px;align-items:center;justify-content:center;border:1px solid transparent;text-decoration:none}
.sp-booking .sp-button {padding:8px 16px}
.sp-booking .sp-icon-button {width:40px;padding:6px;background:transparent;border-color:var(--sp-line);color:var(--sp-ink);font-size:20px}
.sp-booking .sp-secondary {background:var(--sp-paper);border-color:var(--sp-line);color:var(--sp-ink)}
.sp-booking .sp-primary {background:var(--sp-ink);color:white}
.sp-booking .sp-warm {background:var(--sp-warm);color:var(--sp-night)}
.sp-booking .sp-button:not(:disabled):hover,.sp-booking .sp-icon-button:not(:disabled):hover {filter:brightness(.95)}
.sp-booking .sp-button:disabled,.sp-booking .sp-icon-button:disabled {opacity:.4}
.sp-booking .sp-legend {display:flex;gap:20px;align-items:center;flex-wrap:wrap;font-size:13px;color:var(--sp-soft);padding-bottom:10px}
.sp-booking .sp-legend>span {display:flex;gap:8px;align-items:center}
.sp-booking .sp-dot {width:10px;height:10px;border-radius:50%;display:inline-block;border:1px solid var(--sp-line)}
.sp-booking .sp-free-dot {background:white;border-color:var(--sp-blue)}
.sp-booking .sp-selected-dot {background:var(--sp-ink);border-color:var(--sp-ink)}
.sp-booking .sp-busy-dot {background:#d8dfe0}
.sp-booking .sp-calendar {display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;min-height:180px;margin-bottom:12px}
.sp-booking .sp-day {display:grid;grid-template-rows:var(--sp-day-header,52px) repeat(9,60px);gap:6px;min-width:0}
.sp-booking .sp-calendar.sp-has-day-notes {--sp-day-header:92px}
.sp-booking .sp-calendar.sp-many-day-notes {--sp-day-header:124px}
.sp-booking .sp-day-heading {display:flex;flex-direction:column;justify-content:center;margin:0;text-align:center;border-bottom:1px solid var(--sp-line);font-family:var(--sp-text);font-size:14px;font-weight:500}
.sp-booking .sp-day-heading strong {font-size:20px;font-weight:650;letter-spacing:-.02em}
.sp-booking .sp-day-heading span {font-size:12px;color:var(--sp-soft)}
.sp-booking .sp-day-heading .sp-day-note {align-self:center;max-width:100%;margin-top:3px;padding:3px 6px;border-radius:4px;background:#fff0d8;color:#67420b;font-size:10px;line-height:1.3;font-weight:600;overflow-wrap:anywhere}
.sp-booking .sp-day-heading .sp-public-holiday {background:#e2f0ed;color:#235e50}
.sp-booking .sp-day.sp-is-today .sp-day-heading {border-bottom:2px solid var(--sp-blue)}
.sp-booking .sp-slot {width:100%;min-height:60px;padding:6px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:1px solid var(--sp-line);border-radius:4px;background:#fff;color:#141b1e;font-variant-numeric:tabular-nums}
.sp-booking .sp-slot strong {font-size:14px;font-weight:650;white-space:nowrap}
.sp-booking .sp-slot small {font-size:12px;color:var(--sp-soft)}
.sp-booking .sp-slot:not(:disabled):hover {background:#eff6f8;border-color:var(--sp-blue)}
.sp-booking .sp-slot:disabled {background:#f2f4f3;border-color:#e4e9e8;color:#68757a}
.sp-booking .sp-slot:disabled small {color:#68757a}
.sp-booking .sp-slot[aria-pressed="true"],.sp-booking .sp-slot[aria-pressed="true"]:hover {color:white;background:var(--sp-ink);border-color:var(--sp-ink)}
.sp-booking .sp-slot[aria-pressed="true"] small {color:#d1e3e8}
.sp-booking .sp-loading {grid-column:1/-1;align-self:center;text-align:center;color:var(--sp-soft);padding:40px 16px}
.sp-booking .sp-notice {padding:16px 20px;background:#fbf3ef;border-left:3px solid #a54c40;color:#713f35;font-size:15px;margin:16px 0}
.sp-booking .sp-notice button {margin-top:12px}
.sp-booking .sp-selection-message {min-height:36px;padding:8px 0;font-size:13px;color:var(--sp-blue)}
.sp-booking .sp-summary {display:flex;align-items:center;justify-content:space-between;gap:24px;background:var(--sp-night);color:var(--sp-paper);padding:20px 24px;margin-bottom:32px}
.sp-booking .sp-summary .sp-eyebrow {color:#b9cfd9;margin-bottom:8px}
.sp-booking .sp-summary h3 {font-size:20px;font-weight:620;letter-spacing:-.02em}
.sp-booking .sp-summary p:not(.sp-eyebrow) {font-size:14px;color:#c9dbe1;margin-top:6px}
.sp-booking .sp-text-button {padding:8px 0;background:transparent;border:0;text-decoration:underline;text-underline-offset:4px;color:inherit;min-height:44px;font-size:13px}
.sp-booking .sp-footer {border-top:1px solid var(--sp-line);padding-block:24px;display:flex;justify-content:space-between;gap:20px;font-size:13px}
.sp-booking .sp-footer nav {display:flex;gap:24px;align-items:start}
.sp-booking .sp-dialog {width:min(540px,calc(100% - 32px));max-height:90dvh;margin:auto;padding:24px;border:1px solid var(--sp-line);border-radius:4px;background:var(--sp-paper);color:var(--sp-ink);box-shadow:0 28px 80px #031f3626}
.sp-booking .sp-dialog::backdrop {background:#031f36a6}
.sp-booking .sp-dialog-top {display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}
.sp-booking .sp-dialog-top .sp-eyebrow {margin:0}
.sp-booking .sp-dialog>p {margin-top:12px}
.sp-booking .sp-dialog h2 {font-size:28px}
.sp-booking .sp-review-times {padding:16px;background:var(--sp-cream);margin-top:16px}
.sp-booking .sp-review-times strong {display:block;font-size:18px}
.sp-booking .sp-review-times p {margin-top:8px}
.sp-booking .sp-review-contact {display:grid;grid-template-columns:90px 1fr;gap:8px;margin:16px 0;padding-bottom:16px;border-bottom:1px solid var(--sp-line);font-size:14px}
.sp-booking .sp-review-contact dt {color:var(--sp-soft)}
.sp-booking .sp-review-contact dd {margin:0;overflow-wrap:anywhere}
.sp-booking .sp-actions {display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.sp-booking .sp-dialog .sp-actions {justify-content:flex-end}
.sp-booking .sp-success {padding:32px;background:var(--sp-night) url('blue-field.webp') center/cover;color:var(--sp-paper);margin:0 0 32px}
.sp-booking .sp-success {background-color:#365468;background-blend-mode:multiply}
.sp-booking .sp-success h2 {font-size:clamp(28px,3vw,34px);max-width:700px}
.sp-booking .sp-success>.sp-eyebrow {color:#d8e8e9}
.sp-booking .sp-success p {max-width:660px;margin-top:20px}
.sp-booking .sp-success .sp-success-note {color:#d2e0e5;font-size:14px}
.sp-booking #sp-success-details {border-block:1px solid #c9dbe166;padding:24px 0;margin-top:32px}
.sp-booking #sp-success-details p {margin:6px 0}
.sp-booking .sp-on-dark {background:transparent;border-color:#cadbdc;color:white}
.sp-booking .sp-success-back {display:inline-block;margin-top:32px}
.sp-booking .sp-cancellation-entry {display:flex;justify-content:space-between;align-items:center;gap:32px;border-bottom:1px solid var(--sp-line);padding:14px 0;color:var(--sp-soft);font-size:14px}
.sp-booking .sp-cancellation-entry .sp-button {margin-left:auto}
.sp-booking .sp-cancel-form {margin-top:16px}
.sp-booking .sp-cancel-form fieldset {display:grid;gap:12px;min-width:0;margin:0;padding:0;border:0}
.sp-booking .sp-cancel-form label {font-size:14px;font-weight:650}
.sp-booking .sp-cancel-form input:not([type=checkbox]),.sp-booking .sp-cancel-form textarea {display:block;width:100%;margin-top:4px;padding:8px 10px;border:1px solid var(--sp-line);border-radius:3px;background:white;color:#171e22;font-size:16px}
.sp-booking .sp-cancel-form input:not([type=checkbox]) {height:42px}
.sp-booking .sp-cancel-form textarea {min-height:76px;resize:vertical}
.sp-booking .sp-cancel-form .sp-checkbox {display:flex;align-items:flex-start;gap:10px;min-height:32px;padding-top:4px;cursor:pointer}
.sp-booking .sp-checkbox input {width:18px;height:18px;flex:none;margin:1px 0 0;accent-color:var(--sp-ink)}
.sp-booking .sp-cancel-success {margin-top:20px}
.sp-booking .sp-cancel-success h3 {font-size:22px}
.sp-booking .sp-cancel-success p {margin-top:12px}
@media(max-width:1000px){
  .sp-booking .sp-form {grid-template-columns:repeat(2,minmax(0,1fr))}
  .sp-booking .sp-calendar {grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}
  .sp-booking .sp-slot strong {font-size:13px}
}
@media(max-width:760px){
  .sp-booking .sp-shell {width:calc(100% - 32px)}
  .sp-booking .sp-header-inner {min-height:60px;gap:12px}
  .sp-booking .sp-brand {font-size:16px;gap:10px}
  .sp-booking .sp-back {font-size:12px}
  .sp-booking .sp-back span {margin-right:4px}
  .sp-booking .sp-intro {padding:20px 0 16px}
  .sp-booking .sp-form {gap:10px 12px}
  .sp-booking .sp-button,.sp-booking .sp-icon-button {min-height:44px}
  .sp-booking .sp-icon-button {width:44px}
  .sp-booking .sp-calendar-intro {display:block}
  .sp-booking .sp-calendar-intro>p {margin-top:6px}
  .sp-booking .sp-week-toolbar {align-items:start;flex-wrap:wrap;gap:12px}
  .sp-booking .sp-week-toolbar h2 {font-size:21px}
  .sp-booking .sp-week-nav {width:100%;justify-content:space-between}
  .sp-booking .sp-legend {gap:8px 16px}
  .sp-booking .sp-calendar {display:block}
  .sp-booking .sp-day {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:6px;margin:0 0 20px}
  .sp-booking .sp-day-heading {grid-column:1/-1;align-items:start;text-align:left;padding:6px 0 8px;margin-bottom:4px}
  .sp-booking .sp-day-heading .sp-day-note {align-self:flex-start}
  .sp-booking .sp-slot {min-height:76px;padding:6px}
  .sp-booking .sp-slot strong {font-size:14px}
  .sp-booking .sp-summary {padding:20px;flex-direction:column;align-items:stretch;gap:16px;margin-bottom:24px}
  .sp-booking.sp-has-selection .sp-summary {position:fixed;z-index:5;bottom:0;left:0;right:0;margin:0;padding:16px 24px;gap:12px;box-shadow:0 -8px 24px #031f3618}
  .sp-booking.sp-has-selection .sp-summary .sp-eyebrow {display:none}
  .sp-booking.sp-has-selection .sp-summary h3 {font-size:18px}
  .sp-booking.sp-has-selection .sp-summary p:not(.sp-eyebrow) {font-size:13px;margin-top:4px}
  .sp-booking.sp-has-selection #sp-flow {padding-bottom:220px}
  .sp-booking .sp-footer {flex-direction:column}
  .sp-booking .sp-cancellation-entry {align-items:flex-start;flex-direction:column}
  .sp-booking .sp-success {padding:32px 24px;margin-bottom:40px}
  .sp-booking .sp-dialog {padding:24px}
  .sp-booking .sp-dialog .sp-actions .sp-button {flex:1;white-space:nowrap}
}
@media(max-width:440px){
  .sp-booking .sp-form {grid-template-columns:1fr}
  .sp-booking .sp-dialog-top .sp-eyebrow {font-size:10px}
  .sp-booking .sp-review-contact {grid-template-columns:75px 1fr;gap:10px}
  .sp-booking .sp-dialog .sp-actions {flex-direction:column-reverse}
}
@media(prefers-reduced-motion:no-preference){.sp-booking .sp-slot {transition:background .12s,border-color .12s}}
/* Shared visual frame with the school website, without external asset dependencies. */
html:has(.sp-booking) {--sp-header-height:56px;--sp-footer-height:44px;scroll-padding-top:calc(var(--sp-header-height) + env(safe-area-inset-top,0px) + 12px);scroll-padding-bottom:calc(var(--sp-footer-height) + env(safe-area-inset-bottom,0px) + 12px)}
.sp-booking {padding-top:calc(var(--sp-header-height) + env(safe-area-inset-top,0px));padding-bottom:calc(var(--sp-footer-height) + env(safe-area-inset-bottom,0px) + 24px)}
.sp-booking .sp-skip {z-index:100}
.sp-booking .sp-header {position:fixed;inset:0 0 auto;z-index:90;height:calc(var(--sp-header-height) + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px);background:rgba(3,31,54,.96);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}
.sp-booking .sp-header-inner {width:100%;height:100%;min-height:0;padding-inline:max(20px,calc((100% - 1180px)/2));gap:20px}
.sp-booking .sp-brand {font-size:.9rem;font-weight:600;gap:10px;letter-spacing:.01em;line-height:normal}
.sp-booking .sp-brand-mark {width:40px;height:40px;flex:0 0 40px;border:0;border-radius:0;margin:0;transform:none;background-image:url('orbit.webp');background-repeat:no-repeat;background-size:129.4987% 147.7291%;background-position:80.3676% 2.2555%}
.sp-booking .sp-brand-mark::before,.sp-booking .sp-brand-mark::after {content:none}
.sp-booking .sp-site-nav {display:flex;gap:26px;align-items:center}
.sp-booking .sp-site-nav a {display:inline-flex;align-items:center;min-height:40px;font-size:.8rem;font-weight:500;text-decoration:none;line-height:normal}
.sp-booking .sp-site-nav a:hover {text-decoration:underline;text-underline-offset:6px}
.sp-booking .sp-footer {position:fixed;inset:auto 0 0;z-index:90;width:100%;min-height:calc(var(--sp-footer-height) + env(safe-area-inset-bottom,0px));padding:0 max(20px,calc((100% - 1180px)/2)) env(safe-area-inset-bottom,0px);flex-direction:row;align-items:center;justify-content:flex-end;gap:16px;background:rgba(255,254,250,.97);backdrop-filter:blur(12px);color:var(--sp-soft);font-size:.75rem;line-height:normal}
.sp-booking .sp-footer strong {font-weight:500}
.sp-booking .sp-footer nav {gap:24px;align-items:center}
.sp-booking .sp-footer a {display:inline-flex;align-items:center;min-height:40px;font-size:.75rem;text-decoration:none}
.sp-booking .sp-footer a:hover {text-decoration:underline}
@media(max-width:760px){
  html:has(.sp-booking.sp-has-selection) {scroll-padding-bottom:calc(250px + var(--sp-footer-height) + env(safe-area-inset-bottom,0px))}
  .sp-booking.sp-has-selection {padding-bottom:calc(250px + var(--sp-footer-height) + env(safe-area-inset-bottom,0px))}
  .sp-booking.sp-has-selection #sp-flow {padding-bottom:0}
  .sp-booking.sp-has-selection .sp-summary {bottom:calc(var(--sp-footer-height) + env(safe-area-inset-bottom,0px))}
}
@media(max-width:640px){
  html:has(.sp-booking) {--sp-header-height:88px}
  .sp-booking .sp-header-inner {flex-direction:column;justify-content:center;gap:2px}
  .sp-booking .sp-brand {min-height:30px}
  .sp-booking .sp-site-nav {gap:28px}
  .sp-booking .sp-footer {justify-content:center;padding-inline:12px}
  .sp-booking .sp-footer>strong {display:none}
  .sp-booking .sp-footer nav {gap:20px}
}
@media print {
  .sp-booking {padding:0}
  .sp-booking .sp-header,.sp-booking .sp-intro,.sp-booking #sp-flow,.sp-booking .sp-footer,.sp-booking .sp-actions,.sp-booking .sp-success-back,.sp-booking .sp-cancellation-entry {display:none!important}
  .sp-booking .sp-success {color:black;background:white;padding:0;margin:0}
  .sp-booking .sp-success p,.sp-booking .sp-success>.sp-eyebrow,.sp-booking .sp-success .sp-success-note {color:black}
}

/* Keep the compact layout, but make small labels and controls comfortably legible. */
.sp-booking .sp-cancellation-entry {border-top:0;padding:14px 0 18px;margin:0;font-size:15px;justify-content:space-between;gap:32px;flex-wrap:wrap}
.sp-booking .sp-legend {padding:8px 0 12px}
@media screen and (min-width:981px) {
  .sp-booking {font-size:18px}
  .sp-booking .sp-site-nav a,.sp-booking .sp-footer a {font-size:1rem}
  .sp-booking .sp-brand {font-size:1.1rem}
  .sp-booking .sp-form label,.sp-booking .sp-button,.sp-booking .sp-cancel-form label {font-size:18px}
  .sp-booking .sp-form input,.sp-booking .sp-cancel-form input:not([type=checkbox]),.sp-booking .sp-cancel-form textarea {font-size:20px}
  .sp-booking .sp-small,.sp-booking .sp-form-note,.sp-booking .sp-confidential,.sp-booking .sp-calendar-intro>p,.sp-booking .sp-legend,.sp-booking .sp-cancellation-entry,.sp-booking .sp-optional {font-size:16px}
  .sp-booking .sp-time-label strong,.sp-booking .sp-slot strong {font-size:17px}
  .sp-booking .sp-time-label small,.sp-booking .sp-slot small,.sp-booking .sp-day-heading span,.sp-booking .sp-rail-title {font-size:15px}
  .sp-booking .sp-week-toolbar .sp-small-label,.sp-booking .sp-day-heading .sp-day-note {font-size:14px}
  .sp-booking .sp-summary p:not(.sp-eyebrow),.sp-booking .sp-review-contact {font-size:18px}
}
@media (max-width:980px) {
  .sp-booking .sp-form-note,.sp-booking .sp-confidential,.sp-booking .sp-calendar-intro>p,.sp-booking .sp-legend {font-size:14px}
  .sp-booking .sp-cancellation-entry {flex-direction:row;align-items:center;gap:8px 16px}
  .sp-booking .sp-brand-mark {width:32px;height:32px;flex-basis:32px}
}
@media (min-width:761px) and (max-width:980px) {
  .sp-booking .sp-calendar {grid-template-columns:96px repeat(5,minmax(0,1fr));gap:5px}
  .sp-booking .sp-slot small {font-size:11px}
}
@media (max-width:760px) {
  .sp-booking .sp-form-meta {align-items:flex-end;flex-direction:column;gap:6px}
  .sp-booking .sp-form-meta .sp-form-note {align-self:flex-start}
  .sp-booking .sp-slot {min-height:64px}
  .sp-booking .sp-slot strong {font-size:16px}
  .sp-booking .sp-slot small {font-size:13px}
}
@media (max-width:640px) {
  .sp-booking .sp-site-nav a,.sp-booking .sp-footer a {font-size:.8125rem}
}
