.aero-booking {
  --aero-green: #009d8b;
  --aero-green-dark: #00786b;
  --aero-pink: #e6007e;
  --aero-red: #c62828;
  --aero-red-soft: #fdeaea;
  --aero-gray: #eef1f4;
  --aero-gray-2: #d9e0e7;
  --aero-ink: #14212b;
  --aero-muted: #64717d;
  --aero-line: #d8e0e6;
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--aero-ink);
  margin: 34px 0 10px;
  padding: 26px;
  border: 2px solid var(--aero-line);
  border-radius: 8px;
  background: #fff;
}

.aero-booking *,
.aero-booking *::before,
.aero-booking *::after {
  box-sizing: border-box;
}

.aero-booking button,
.aero-booking input,
.aero-booking textarea,
.aero-booking select {
  font: inherit;
}

.aero-booking button {
  cursor: pointer;
}

.aero-booking button:disabled {
  cursor: not-allowed;
}

body.aero-booking-modal-open {
  overflow: hidden;
}

@media (max-width: 680px) {
  body.aero-booking-modal-open #header-outer,
  body.aero-booking-modal-open #header-space,
  body.aero-booking-modal-open #footer-outer,
  body.aero-booking-modal-open .page-submenu,
  body.aero-booking-modal-open #slide-out-widget-area,
  body.aero-booking-modal-open #slide-out-widget-area-bg {
    display: none !important;
  }
}

.aero-booking__title {
  margin: 0 0 22px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  color: var(--aero-ink);
  letter-spacing: 0;
}

.aero-booking__lead {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--aero-muted);
  font-size: 17px;
  line-height: 1.55;
}

.aero-booking__locations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 760px;
}

.aero-booking__location {
  min-height: 132px;
  border: 2px solid var(--aero-green);
  border-radius: 8px;
  background: #fff;
  color: var(--aero-green-dark);
  font-size: 30px;
  font-weight: 800;
  text-align: left;
  padding: 28px;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.aero-booking__location small {
  display: block;
  margin-top: 8px;
  color: var(--aero-muted);
  font-size: 14px;
  font-weight: 600;
}

.aero-booking__location:hover,
.aero-booking__location:focus-visible {
  border-color: var(--aero-pink);
  color: var(--aero-pink);
  transform: translateY(-1px);
  outline: none;
}

.aero-booking__bar {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 720px) minmax(120px, 180px);
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 18px;
}

.aero-booking__location-picker {
  position: relative;
  justify-self: start;
}

.aero-booking__location-button {
  min-height: 44px;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #fff;
  color: var(--aero-ink);
  padding: 9px 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.aero-booking__location-button span {
  color: var(--aero-muted);
  font-size: 15px;
}

.aero-booking__location-button:hover,
.aero-booking__location-button:focus-visible {
  border-color: var(--aero-pink);
  color: var(--aero-pink);
  outline: none;
}

.aero-booking__location-menu {
  position: absolute;
  z-index: 8;
  top: calc(100% + 6px);
  left: 0;
  min-width: 150px;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #fff;
  padding: 6px;
  box-shadow: 0 18px 45px rgba(20, 33, 43, 0.18);
}

.aero-booking__location-menu button {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--aero-ink);
  padding: 8px 10px;
  text-align: left;
  font-weight: 800;
}

.aero-booking__location-menu button:hover,
.aero-booking__location-menu button:focus-visible {
  background: #f7fafc;
  outline: none;
}

.aero-booking__location-menu button:disabled {
  color: var(--aero-muted);
  background: #f7fafc;
}

.aero-booking__bar-spacer {
  min-width: 0;
}

.aero-booking__month {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  width: min(100%, 720px);
}

.aero-booking__month h3 {
  margin: 0;
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  color: var(--aero-ink);
}

.aero-booking-page-wrap {
  background: #f3f7f8;
  padding-top: 70px;
  padding-bottom: 90px;
}

.aero-booking-page {
  max-width: 1240px;
  margin: 0 auto;
}

.aero-booking__icon-button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #fff;
  color: var(--aero-ink);
  font-size: 28px;
  line-height: 1;
}

.aero-booking__icon-button:hover,
.aero-booking__icon-button:focus-visible {
  border-color: var(--aero-pink);
  color: var(--aero-pink);
  outline: none;
}

.aero-booking__link-button {
  border: 0;
  background: transparent;
  color: var(--aero-green-dark);
  font-weight: 700;
  padding: 10px 0;
}

.aero-booking__layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  gap: 28px;
  align-items: start;
}

.aero-booking__weekdays,
.aero-booking__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.aero-booking__weekdays {
  margin-bottom: 8px;
  color: var(--aero-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.aero-booking__weekday {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aero-booking__day {
  min-height: 104px;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  text-align: left;
  color: var(--aero-ink);
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
}

.aero-booking__day.is-empty {
  visibility: hidden;
}

.aero-booking__day-number {
  font-size: 18px;
  font-weight: 800;
}

.aero-booking__day strong {
  font-size: 13px;
  line-height: 1.25;
}

.aero-booking__day small {
  color: var(--aero-muted);
  font-size: 12px;
  line-height: 1.25;
}

.aero-booking__day.is-available {
  border-color: var(--aero-green);
  background: #eefaf8;
}

.aero-booking__day.is-limited {
  border-color: #d9a500;
  background: #fff4c2;
}

.aero-booking__day.is-full {
  border-color: var(--aero-red);
  background: var(--aero-red-soft);
}

.aero-booking__day.is-closed {
  border-color: var(--aero-gray-2);
  background: var(--aero-gray);
  color: #6d7882;
}

.aero-booking__day.is-selected {
  outline: 3px solid rgba(230, 0, 126, 0.22);
  border-color: var(--aero-pink);
}

.aero-booking__day:not(:disabled):hover,
.aero-booking__day:not(:disabled):focus-visible {
  border-color: var(--aero-pink);
  outline: none;
}

.aero-booking__selected-day-info {
  margin-top: 12px;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #f7fafc;
  color: var(--aero-ink);
  padding: 12px 14px;
  font-weight: 800;
}

.aero-booking__side {
  border-left: 1px solid var(--aero-line);
  padding-left: 24px;
  min-height: 420px;
}

.aero-booking__side h3 {
  margin: 0 0 14px;
  font-size: 22px;
  color: var(--aero-ink);
}

.aero-booking__empty,
.aero-booking__notice {
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  padding: 16px;
  color: var(--aero-muted);
  background: #fff;
}

.aero-booking__notice.is-error {
  border-color: var(--aero-red);
  background: var(--aero-red-soft);
  color: #741515;
}

.aero-booking__notice.is-success {
  border-color: var(--aero-green);
  background: #eefaf8;
  color: #075f55;
}

.aero-booking__hold-notice {
  border: 1px solid #f1c75b;
  border-radius: 8px;
  background: #fff8df;
  color: #5f4810;
  padding: 11px 14px;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
}

.aero-booking__times {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.aero-booking__time {
  width: 100%;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #fff;
  padding: 13px 14px;
  text-align: left;
  display: grid;
  grid-template-columns: minmax(64px, auto) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.aero-booking__time span {
  font-size: 22px;
  font-weight: 800;
  color: var(--aero-ink);
}

.aero-booking__time strong {
  display: block;
  color: var(--aero-green-dark);
}

.aero-booking__time small {
  color: var(--aero-muted);
}

.aero-booking__time.is-full {
  background: var(--aero-red-soft);
  border-color: var(--aero-red);
}

.aero-booking__time.is-disabled {
  cursor: not-allowed;
}

.aero-booking__time.is-selected {
  border-color: var(--aero-pink);
  outline: 3px solid rgba(230, 0, 126, 0.18);
}

.aero-booking__time-quantity {
  display: none;
}

.aero-booking__mobile-only {
  display: none;
}

.aero-booking__quantity {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
}

.aero-booking__quantity button {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid var(--aero-line);
  background: #fff;
  font-size: 24px;
  line-height: 1;
}

.aero-booking__quantity output {
  display: block;
  min-height: 44px;
  line-height: 44px;
  text-align: center;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  font-weight: 800;
  background: #fff;
}

.aero-booking__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.aero-booking__actions--split {
  justify-content: space-between;
}

.aero-booking__primary,
.aero-booking__secondary {
  min-height: 48px;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 800;
  border: 1px solid transparent;
}

.aero-booking__primary {
  background: var(--aero-pink);
  color: #fff;
}

.aero-booking__primary:hover,
.aero-booking__primary:focus-visible {
  background: #c9006e;
  outline: none;
}

.aero-booking__primary:disabled {
  background: #b8c0c8;
}

.aero-booking__secondary {
  background: #fff;
  color: var(--aero-ink);
  border-color: var(--aero-line);
}

.aero-booking__copy-contact {
  background: #eef6ff;
  border-color: #8ebbe8;
  color: #174f86;
}

.aero-booking__secondary:hover,
.aero-booking__secondary:focus-visible {
  border-color: var(--aero-pink);
  color: var(--aero-pink);
  outline: none;
}

.aero-booking__form {
  display: grid;
  gap: 24px;
}

.aero-booking__step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #f7fafc;
  padding: 12px 14px;
}

.aero-booking__step span {
  color: var(--aero-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.aero-booking__step strong {
  color: var(--aero-ink);
  font-size: 18px;
}

.aero-booking__section {
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  padding: 20px;
  background: #fff;
}

.aero-booking__section h3,
.aero-booking__section h4 {
  margin: 0 0 16px;
  color: var(--aero-ink);
}

.aero-booking__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aero-booking__field {
  display: grid;
  gap: 6px;
}

.aero-booking__field.is-wide {
  grid-column: 1 / -1;
}

.aero-booking__weight-notice {
  grid-column: 1 / -1;
  border: 1px solid rgba(200, 120, 0, 0.28);
  border-radius: 8px;
  background: rgba(255, 193, 7, 0.13);
  color: #5f4200;
  padding: 13px 14px;
  line-height: 1.45;
}

.aero-booking__weight-notice.is-hidden {
  display: none;
}

.aero-booking__weight-notice strong {
  display: block;
  margin-bottom: 5px;
  color: #4a3300;
}

.aero-booking__weight-notice p {
  margin: 5px 0 0;
}

.aero-booking__field label,
.aero-booking__label {
  color: var(--aero-ink);
  font-size: 14px;
  font-weight: 800;
}

.aero-booking__field input,
.aero-booking__field textarea,
.aero-booking__field select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #fff;
  color: var(--aero-ink);
  padding: 9px 11px;
}

.aero-booking__field textarea {
  min-height: 118px;
  resize: vertical;
}

.aero-booking__readonly-box {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #f7fafc;
  color: var(--aero-ink);
  padding: 9px 11px;
  display: flex;
  align-items: center;
  font-weight: 800;
  user-select: none;
}

.aero-booking__birthdate {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(62px, 0.7fr) minmax(112px, 1.3fr) minmax(78px, 0.9fr);
  gap: 8px;
}

.aero-booking__birthdate select {
  min-width: 0;
}

.aero-booking__field input:focus,
.aero-booking__field textarea:focus,
.aero-booking__field select:focus {
  border-color: var(--aero-pink);
  outline: 3px solid rgba(230, 0, 126, 0.12);
}

.aero-booking__field input:disabled {
  background: #eef2f6;
  color: #5d6875;
  cursor: not-allowed;
}

.aero-booking__field.is-invalid input,
.aero-booking__field.is-invalid textarea,
.aero-booking__field.is-invalid select {
  border-color: var(--aero-red);
  outline: 3px solid rgba(199, 35, 35, 0.18);
}

.aero-booking__hint {
  color: var(--aero-muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 2px 0 0;
}

.aero-booking__field-error {
  display: none;
  color: var(--aero-red);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}

.aero-booking__field-error:not(:empty) {
  display: block;
}

.aero-booking__participant-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.aero-booking__voucher {
  margin-top: 16px;
  border-top: 1px solid var(--aero-line);
  padding-top: 16px;
}

.aero-booking__voucher--standalone {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.aero-booking__voucher-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.aero-booking__voucher-card {
  min-width: 0;
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  padding: 14px;
  background: #f7fafc;
}

.aero-booking__voucher-code-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.aero-booking__voucher-code-row .aero-booking__voucher-redeem {
  min-height: 44px;
  white-space: nowrap;
}

.aero-booking__voucher-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
}

.aero-booking__voucher-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(9, 139, 31, 0.24);
  border-radius: 8px;
  background: #eefaf1;
  padding: 8px 10px;
}

.aero-booking__voucher-entry strong {
  display: block;
  color: #0b3d1c;
  font-size: 13px;
}

.aero-booking__voucher-entry span {
  display: block;
  color: #456154;
  font-size: 12px;
  font-weight: 800;
}

.aero-booking__voucher-remove {
  min-height: 34px;
  border: 1px solid rgba(199, 35, 35, 0.28);
  border-radius: 8px;
  background: #fff;
  color: var(--aero-red);
  font-size: 12px;
  font-weight: 900;
  padding: 6px 9px;
  white-space: nowrap;
}

.aero-booking__voucher-check-message {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin: 2px 0 0;
}

.aero-booking__voucher-check-message.is-success {
  color: #0b7a35;
}

.aero-booking__voucher-check-message.is-error {
  color: var(--aero-red);
}

.aero-booking__switch-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.aero-booking__switch {
  width: 44px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 0;
  flex: 0 0 auto;
}

.aero-booking__switch span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 160ms ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.aero-booking__switch.is-on {
  background: rgba(9, 139, 31, 0.37);
}

.aero-booking__switch.is-on span {
  left: 22px;
}

.aero-booking__segmented {
  display: inline-flex;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
}

.aero-booking__segmented button {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  background: #fff;
  color: #1e2a40;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
}

.aero-booking__segmented button:last-child {
  border-right: none;
}

.aero-booking__segmented button.is-active {
  background: #0a2f73;
  color: #fff;
  box-shadow: inset 0 0 0 2px #0a2f73, 0 0 0 2px #0a2f73;
}

.aero-booking__voucher-fields {
  display: none;
  margin-top: 14px;
}

.aero-booking__voucher-fields.is-open {
  display: grid;
}

.aero-booking__voucher-mode-panel {
  display: none;
}

.aero-booking__voucher-mode-panel.is-open {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.aero-booking__voucher-mode-panel--number.is-open {
  grid-template-columns: minmax(0, 0.9fr) minmax(120px, 1.1fr);
}

.aero-booking__voucher-mode-panel[data-mode-panel="code"].is-open {
  grid-template-columns: 1fr;
}

.aero-booking__summary {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 24px;
}

.aero-booking__summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.aero-booking__summary-list li {
  border-bottom: 1px solid var(--aero-line);
  padding-bottom: 10px;
}

.aero-booking__price {
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.aero-booking__price-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid var(--aero-line);
}

.aero-booking__price-row.is-voucher {
  color: #0b7a35;
}

.aero-booking__price-row.is-media {
  color: #254366;
}

.aero-booking__price-row.is-possible {
  color: #6b4a00;
}

.aero-booking__price-row small {
  display: block;
  margin-top: 2px;
  color: var(--aero-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.aero-booking__price-row.is-total {
  border-bottom: 0;
  font-size: 20px;
  font-weight: 800;
}

.aero-booking__spinner {
  min-height: 180px;
  display: grid;
  place-items: center;
  color: var(--aero-muted);
  border: 1px solid var(--aero-line);
  border-radius: 8px;
  background: #fff;
}

.aero-booking__error-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(20, 33, 43, 0.58);
}

.aero-booking__error-panel {
  width: min(360px, 100%);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.aero-booking__error-panel h3 {
  margin: 0 0 8px;
  color: var(--aero-ink);
}

.aero-booking__error-panel p {
  margin: 0 0 16px;
  color: var(--aero-ink);
}

.aero-booking__error-panel button {
  width: 100%;
}

@media (max-width: 900px) {
  .aero-booking__layout,
  .aero-booking__summary {
    grid-template-columns: 1fr;
  }

  .aero-booking__voucher-columns {
    grid-template-columns: 1fr;
  }

  .aero-booking__voucher-code-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .aero-booking__side {
    border-left: 0;
    border-top: 1px solid var(--aero-line);
    padding-left: 0;
    padding-top: 22px;
  }
}

@media (max-width: 680px) {
  .aero-booking {
    padding: 18px;
  }

  .aero-booking.is-modal-flow {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 16px;
    border: 0;
    border-radius: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }

  .aero-booking.is-modal-flow .aero-booking__notice.is-error {
    display: none;
  }

  .aero-booking__locations,
  .aero-booking__grid {
    grid-template-columns: 1fr;
  }

  .aero-booking__bar {
    grid-template-columns: minmax(78px, 0.74fr) minmax(0, 1.55fr) minmax(78px, 0.74fr);
    gap: 6px;
    margin-bottom: 14px;
  }

  .aero-booking__location-button {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    padding: 8px 9px;
  }

  .aero-booking__location-menu {
    min-width: 120px;
  }

  .aero-booking__month {
    width: 100%;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 5px;
  }

  .aero-booking__month h3 {
    font-size: 17px;
  }

  .aero-booking__icon-button {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .aero-booking__weekdays,
  .aero-booking__days {
    gap: 5px;
  }

  .aero-booking__layout[data-mobile-step="calendar"] .aero-booking__side,
  .aero-booking__layout[data-mobile-step="time"] > section {
    display: none;
  }

  .aero-booking__layout {
    display: block;
  }

  .aero-booking__side {
    min-height: 0;
    border: 0;
    padding: 0;
  }

  .aero-booking__weekday {
    font-size: 11px;
  }

  .aero-booking__day {
    min-height: 42px;
    padding: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0;
  }

  .aero-booking__day strong,
  .aero-booking__day small {
    display: none;
  }

  .aero-booking__day-number {
    font-size: 16px;
  }

  .aero-booking__selected-day-info {
    margin-top: 12px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .aero-booking__participant-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .aero-booking__step {
    align-items: flex-start;
    flex-direction: column;
  }

  .aero-booking__times {
    gap: 12px;
    padding-bottom: 86px;
  }

  .aero-booking__time {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .aero-booking__time.is-selected {
    align-items: start;
  }

  .aero-booking__time-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
  }

  .aero-booking__time-quantity > span {
    font-size: 13px;
    font-weight: 800;
    color: var(--aero-ink);
  }

  .aero-booking__desktop-quantity {
    display: none;
  }

  .aero-booking__quantity--inline {
    width: 128px;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 4px;
    margin: 0;
  }

  .aero-booking__quantity--inline button,
  .aero-booking__quantity--inline output {
    width: 36px;
    height: 36px;
    min-height: 36px;
    line-height: 36px;
  }

  .aero-booking__quantity--inline output {
    width: auto;
  }

  .aero-booking__mobile-only {
    display: inline-flex;
  }

  .aero-booking__actions--mobile-sticky,
  .aero-booking__form > .aero-booking__actions,
  .aero-booking__price .aero-booking__actions,
  .aero-booking > .aero-booking__actions {
    position: sticky;
    bottom: 0;
    z-index: 4;
    margin: 18px -16px -16px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: #fff;
    box-shadow: 0 -12px 28px rgba(20, 33, 43, 0.12);
  }

  .aero-booking__actions--mobile-sticky button,
  .aero-booking__form > .aero-booking__actions button,
  .aero-booking__price .aero-booking__actions button,
  .aero-booking > .aero-booking__actions button {
    flex: 1 1 auto;
  }

}
