.book-now-responsive-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.book-now-mobile {
  display: none;
}

.book-now-shell,
.golf-booking-section {
  max-width: 1120px;
  margin-inline: auto;
}

.book-now-hero,
.golf-booking-intro {
  max-width: 760px;
}

.book-now-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.book-now-option,
.book-now-payment-note,
.book-now-golf-note,
.golf-booking-form,
.golf-booking-success {
  border: 1px solid rgba(25, 41, 64, .14);
  border-radius: 1rem;
  background: #fff;
  padding: clamp(1.1rem, 2.5vw, 1.75rem);
  box-shadow: 0 12px 28px rgba(25, 41, 64, .07);
}

.book-now-option {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.book-now-option .button {
  align-self: flex-start;
  margin-top: auto;
}

.book-now-option-primary {
  border-color: rgba(190, 24, 93, .32);
}

.book-now-payment-note,
.book-now-golf-note {
  margin-top: 1.25rem;
}

.book-now-golf-note {
  background: linear-gradient(135deg, #f7fbff, #eef5fb);
}

.golf-booking-section {
  scroll-margin-top: 5rem;
}

.golf-booking-provider-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .65rem;
}

.button.small {
  padding: .55rem .8rem;
  font-size: .88rem;
}

.golf-booking-form,
.golf-booking-success {
  margin-top: 1.25rem;
}

.golf-booking-grid {
  display: grid;
  gap: 1rem;
}

.golf-booking-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.golf-booking-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.golf-booking-field,
.golf-booking-fieldset {
  min-width: 0;
}

.golf-booking-field label,
.golf-booking-fieldset legend {
  display: block;
  margin-bottom: .4rem;
  font-weight: 700;
}

.golf-booking-field input,
.golf-booking-field select {
  box-sizing: border-box;
  width: 100%;
  min-height: 2.9rem;
  border: 1px solid #8a99aa;
  border-radius: .6rem;
  background: #fff;
  color: #16263b;
  padding: .65rem .75rem;
  font: inherit;
}

.golf-booking-field input:focus-visible,
.golf-booking-field select:focus-visible,
.golf-slot-card:focus-within,
.golf-booking-form .button:focus-visible,
.book-now-shell a:focus-visible,
.golf-booking-section a:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

.field-help,
.optional,
.booking-status,
.booking-security-note {
  display: block;
  margin-top: .35rem;
  color: #53657a;
  font-size: .9rem;
}

.field-error,
.booking-inline-error {
  display: block;
  margin-top: .35rem;
  color: #a51d2d;
  font-weight: 700;
}

.golf-booking-fieldset {
  border: 0;
  padding: 0;
  margin: 1.25rem 0;
}

.golf-slot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: .75rem;
}

.golf-slot-card {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  min-height: 4.2rem;
  box-sizing: border-box;
  border: 1px solid #b7c1cd;
  border-radius: .7rem;
  padding: .85rem;
  cursor: pointer;
}

.golf-slot-card:hover,
.golf-slot-card:has(input:checked) {
  border-color: #0b6584;
  background: #f0f8fb;
}

.golf-slot-card input {
  margin-top: .2rem;
  flex: 0 0 auto;
}

.golf-slot-card span {
  display: grid;
  gap: .25rem;
}

.golf-slot-card small {
  color: #53657a;
}

.golf-secondary-bay {
  margin: 1rem 0 1.25rem;
}

.golf-booking-details {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(25, 41, 64, .14);
}

.golf-booking-details h3 {
  margin: 0;
}

.golf-booking-success {
  border-color: rgba(11, 101, 132, .35);
  background: #f0f8fb;
}

@media (max-width: 760px) {
  .book-now-desktop {
    display: none !important;
  }

  .book-now-mobile {
    display: inline-flex !important;
  }

  .book-now-options,
  .golf-booking-grid-three,
  .golf-booking-grid-two {
    grid-template-columns: 1fr;
  }

  .book-now-option .button,
  .golf-booking-form .button,
  .golf-booking-success .button {
    width: 100%;
    justify-content: center;
  }

  .golf-booking-provider-note {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .book-now-shell *,
  .golf-booking-section * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
