#courtList .time-btn:disabled {
  background: #eef1ec;
  border-color: #d7ddd7;
  color: #9aa59f;
  cursor: not-allowed;
  text-decoration: line-through;
}
.fully-booked {
  display: inline-block;
  padding: 8px 11px;
  color: #9aa59f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.my-bookings {
  grid-column: 1 / -1;
  margin-top: 44px;
  padding: clamp(24px, 3vw, 40px);
  overflow: hidden;
  border: 1px solid #dce2dc;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(215, 243, 107, 0.18), transparent 28%),
    #f7f7f2;
}

.bookings-header {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.bookings-header .eyebrow {
  margin-bottom: 10px;
}

.bookings-heading {
  display: flex;
  flex: 1 1 420px;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}

.bookings-header-mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border: 1px solid #cad5cd;
  border-radius: 14px;
  background: #fff;
}

.bookings-header-mark::before,
.bookings-header-mark::after,
.bookings-header-mark span {
  position: absolute;
  border: 2px solid #163d33;
  content: "";
}

.bookings-header-mark::before {
  width: 21px;
  height: 26px;
  border-radius: 5px;
}

.bookings-header-mark::after {
  width: 21px;
  border-width: 2px 0 0;
  transform: translateY(-5px);
}

.bookings-header-mark span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #d7f36b;
  box-shadow: 7px 0 0 #d7f36b;
  transform: translate(-4px, 5px);
}

.bookings-header-actions {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  gap: 10px;
}

.next-booking-summary {
  display: grid;
  min-width: 180px;
  padding: 12px 15px;
  border: 1px solid #d6ddd7;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.next-booking-summary[hidden] {
  display: none;
}

.next-booking-summary span,
.next-booking-summary small {
  color: #71807a;
  font-size: 10px;
}

.next-booking-summary span {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.next-booking-summary strong {
  margin: 3px 0 1px;
  color: #16231f;
  font: 600 15px "Space Grotesk", sans-serif;
}

.my-bookings h3 {
  margin: 0;
  font: 600 clamp(28px, 3vw, 38px) / 1.05 "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
}

.bookings-intro {
  max-width: 520px;
  margin: 10px 0 0;
  color: #66746e;
  font-size: 14px;
  line-height: 1.55;
}

.book-another-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 auto;
  padding: 11px 18px;
  border: 1px solid #cad2cc;
  border-radius: 999px;
  color: #16231f;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.book-another-link span {
  font-size: 17px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.book-another-link:hover {
  border-color: #16231f;
  background: #fff;
}

.book-another-link:hover span {
  transform: translateX(3px);
}

.bookings-filter-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 14px 0;
  border-top: 1px solid #dce2dc;
  border-bottom: 1px solid #dce2dc;
}

.bookings-filter-label {
  flex: 0 0 auto;
  color: #71807a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bookings-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.bookings-summary:empty {
  display: none;
}

.bookings-summary span,
.bookings-summary button {
  padding: 7px 11px;
  border: 1px solid #dce2dc;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #66746e;
  font-size: 12px;
}

.bookings-summary button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 15px;
  border-width: 1px;
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(16, 35, 31, 0.08);
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.bookings-summary button:hover,
.bookings-summary button:focus-visible {
  border-color: #16231f;
  background: #fff;
  color: #16231f;
  transform: translateY(-1px);
}

.bookings-summary button:focus-visible {
  outline: 3px solid rgba(190, 220, 76, 0.5);
  outline-offset: 2px;
}

.bookings-summary strong {
  color: #16231f;
}

.bookings-summary .summary-pending {
  border-color: #e5d8a4;
  background: #fff8dc;
  color: #79641d;
}

.bookings-summary .summary-upcoming {
  border-color: #bedc4c;
  background: #efffb4;
  color: #30440e;
}

.bookings-summary .summary-filter[aria-pressed="true"] {
  border-color: #16231f;
  background: #16231f;
  box-shadow: 0 8px 18px rgba(16, 35, 31, 0.18);
  color: #fff;
}

.bookings-summary .summary-filter[aria-pressed="true"]::before {
  content: "\2713";
  font-size: 13px;
}

.bookings-summary .summary-filter[aria-pressed="true"] strong {
  color: inherit;
}

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

.booking-history {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #dce2dc;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 30px rgba(22, 35, 31, 0.035);
  color: #596760;
  font-size: 13px;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.booking-history:hover {
  border-color: #bdc8c0;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(22, 35, 31, 0.07);
}

.booking-date-tile {
  display: flex;
  align-self: start;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 58px;
  min-height: 64px;
  border-radius: 10px;
  background: #eef2ec;
  color: #16231f;
}

.booking-date-tile span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.booking-date-tile strong {
  margin-top: 2px;
  font: 600 24px / 1 "Space Grotesk", sans-serif;
}

.booking-details {
  min-width: 0;
}

.booking-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.booking-card-heading h4 {
  margin: 1px 0 0;
  color: #16231f;
  font: 600 17px / 1.2 "Space Grotesk", sans-serif;
}

.booking-schedule,
.booking-meta {
  margin: 7px 0 0;
  line-height: 1.4;
}

.booking-schedule {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #45534d;
}

.booking-schedule strong {
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef3ed;
  color: #16231f;
}

.booking-schedule span,
.booking-meta span {
  margin: 0 3px;
  color: #9aa59f;
}

.booking-history strong {
  color: #16231f;
}

.booking-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.booking-facts > span {
  display: grid;
  min-width: 92px;
  gap: 2px;
  padding: 8px 10px;
  border: 1px solid #e1e7e2;
  border-radius: 9px;
  background: #f5f7f3;
}

.booking-facts small {
  color: #7c8983;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.booking-facts strong {
  font-size: 12px;
}

.my-bookings-link {
  color: #596760;
  font-size: 14px;
}

.booking-status {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #e7f3e9;
  color: #28633d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}

.booking-reserved .booking-status {
  background: #fff1bd;
  color: #765b00;
}

.continue-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 2.65rem;
  padding: 0.7rem 1rem;
  border: 1px solid #123d33;
  border-radius: 0.45rem;
  background: #123d33;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.continue-payment span {
  color: #d7f36b;
  font-size: 1.05rem;
}

.continue-payment:hover,
.continue-payment:focus-visible {
  border-color: #d7f36b;
  background: #d7f36b;
  color: #102a23;
}

.continue-payment:hover span,
.continue-payment:focus-visible span {
  color: #102a23;
}

.continue-payment:disabled {
  cursor: wait;
  opacity: 0.65;
  pointer-events: none;
}

.pending-payment-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
}

.cancel-pending-payment {
  min-height: 2.65rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid #e2a77d;
  border-radius: 0.45rem;
  background: #fff8f1;
  color: #8c3c25;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.cancel-pending-payment:hover,
.cancel-pending-payment:focus-visible {
  border-color: #ff704a;
  background: #ff704a;
  color: #fff;
}

.cancel-pending-payment:disabled {
  cursor: wait;
  opacity: 0.65;
}

.cancel-payment-dialog {
  max-width: 500px;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 38px;
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(5, 25, 20, 0.3);
}

.cancel-payment-dialog h2 {
  max-width: 390px;
  margin: 10px 0 14px;
  color: #102a23;
  font-size: clamp(2rem, 6vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.cancel-payment-dialog .modal-copy {
  margin: 0;
}

.cancel-payment-mark {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #fff0e9;
  color: #c3472e;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  place-items: center;
}

.cancel-payment-warning {
  display: grid;
  gap: 4px;
  margin: 24px 0;
  padding: 14px 16px;
  border-left: 4px solid #ff704a;
  border-radius: 0 9px 9px 0;
  background: #fff7f3;
  color: #60716a;
  font-size: 0.78rem;
  line-height: 1.5;
}

.cancel-payment-warning strong {
  color: #873923;
}

.cancel-booking-summary {
  display: grid;
  gap: 5px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid #e1e7e1;
  border-radius: 12px;
  background: #fafaf6;
  color: #60716a;
  font-size: 0.82rem;
}

.cancel-booking-summary strong {
  color: #102a23;
}

.cancel-booking-summary > strong {
  font-size: 1rem;
}

#cancelBookingModal .cancel-payment-warning {
  margin: 14px 0 18px;
}

#cancelBookingModal .cancel-payment-keep,
#cancelBookingModal .cancel-payment-confirm {
  border-radius: 999px;
}

.cancel-payment-dialog-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.4fr);
  gap: 10px;
}

.cancel-payment-keep,
.cancel-payment-confirm {
  min-height: 52px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.cancel-payment-keep {
  border: 1px solid #cfd9d4;
  background: #fff;
  color: #314b43;
}

.cancel-payment-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #9f3e29;
  background: #9f3e29;
  color: #fff;
}

.cancel-payment-keep:hover,
.cancel-payment-keep:focus-visible {
  border-color: #102a23;
}

.cancel-payment-confirm:hover,
.cancel-payment-confirm:focus-visible {
  border-color: #ff704a;
  background: #ff704a;
}

.cancel-payment-confirm:disabled,
.cancel-payment-confirm:disabled:hover {
  border-color: #aebcb5;
  background: #aebcb5;
  cursor: not-allowed;
}

@media (max-width: 560px) {
  .cancel-payment-dialog {
    padding: 30px 22px 22px;
  }

  .cancel-payment-dialog-actions {
    grid-template-columns: 1fr;
  }

  .cancel-payment-confirm {
    grid-row: 1;
  }
}

.booking-reserved .booking-action {
  align-items: flex-end;
  flex-direction: column;
  gap: 0.55rem;
}

@media (max-width: 560px) {
  .pending-payment-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .continue-payment,
  .cancel-pending-payment {
    width: 100%;
  }
}

.booking-cancelled .booking-status,
.booking-expired .booking-status {
  background: #ecefed;
  color: #71807a;
}

.booking-cancelled,
.booking-expired {
  box-shadow: none;
}

.booking-action {
  display: flex;
  grid-column: 2;
  align-items: center;
  justify-content: flex-end;
  min-height: 34px;
  margin-top: 1px;
  padding-top: 12px;
  border-top: 1px solid #e7ebe7;
}

.cancel-booking {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid #efc4b9;
  border-radius: 8px;
  background: #fff7f4;
  color: #a83b29;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.cancel-booking:hover {
  border-color: #c64d36;
  background: #c64d36;
  color: #fff;
}

.cancel-booking:focus-visible,
.book-another-link:focus-visible {
  outline: 3px solid rgba(215, 243, 107, 0.85);
  outline-offset: 2px;
}

.cancel-booking:disabled {
  opacity: 0.6;
  cursor: wait;
}

.cancel-unavailable {
  color: #89958f;
  font-size: 11px;
  text-align: right;
}

.reservation-hold {
  color: #79641d;
  font-size: 11px;
}

.bookings-empty {
  grid-column: 1 / -1;
  padding: 44px 24px;
  border: 1px dashed #cbd3cc;
  border-radius: 14px;
  text-align: center;
}

.bookings-empty > span {
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  place-items: center;
  border-radius: 50%;
  background: #d7f36b;
  color: #16231f;
  font-size: 22px;
}

.bookings-empty h4 {
  margin: 0;
  font: 600 20px "Space Grotesk", sans-serif;
}

.bookings-empty p {
  margin: 7px 0 14px;
  color: #71807a;
  font-size: 13px;
}

.bookings-empty a {
  color: #16231f;
  font-size: 13px;
  font-weight: 700;
}

.booking-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #dfe5df;
}
.booking-pagination[hidden] {
  display: none;
}
.booking-pagination button {
  display: inline-flex;
  min-width: 104px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid #16231f;
  border-radius: 9px;
  background: #16231f;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.booking-pagination button:hover:not(:disabled) {
  background: #294038;
  transform: translateY(-1px);
}
.booking-pagination button:focus-visible {
  outline: 3px solid rgba(215, 243, 107, 0.8);
  outline-offset: 2px;
}
.booking-pagination button:disabled {
  cursor: not-allowed;
  border-color: #d7ddd7;
  background: #e4e8e4;
  color: #89958f;
}
.booking-pagination span {
  min-width: 82px;
  color: #71807a;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 560px) {
  .my-bookings {
    margin-top: 28px;
    padding: 20px 16px;
    border-radius: 14px;
  }

  .bookings-header {
    display: block;
  }

  .book-another-link {
    display: inline-block;
    margin-top: 16px;
  }

  .bookings-grid {
    grid-template-columns: 1fr;
  }

  .booking-history {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    padding: 15px;
  }

  .booking-date-tile {
    width: 50px;
    min-height: 58px;
  }

  .booking-date-tile strong {
    font-size: 21px;
  }

  .booking-card-heading {
    display: block;
  }

  .booking-status {
    display: inline-block;
    margin-top: 7px;
  }

  .booking-action {
    grid-column: 1 / -1;
  }

  .booking-pagination {
    justify-content: space-between;
  }

  .booking-pagination button {
    min-width: 92px;
    padding-inline: 10px;
  }

  .booking-pagination span {
    min-width: 0;
    font-size: 11px;
  }
}

.payment-return-notice {
  position: fixed;
  top: 5.5rem;
  right: 1.25rem;
  z-index: 1200;
  width: min(28rem, calc(100vw - 2.5rem));
  padding: 1rem 1.15rem;
  border: 1px solid #b9c7c1;
  border-left: 0.35rem solid #d7f36b;
  border-radius: 0.75rem;
  background: #fff;
  color: #102a23;
  box-shadow: 0 1rem 2.5rem rgba(8, 35, 29, 0.2);
  font-weight: 700;
  line-height: 1.45;
}

.payment-return-success {
  border-left-color: #34b978;
}

.payment-return-cancelled,
.payment-return-error {
  border-left-color: #ff704a;
}

@media (max-width: 560px) {
  .payment-return-notice {
    top: 4.75rem;
    right: 0.75rem;
    width: calc(100vw - 1.5rem);
  }
}
.calendar-label {
  display: block;
  margin-bottom: 8px;
  color: #71807a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.calendar-picker {
  width: auto;
  min-width: 190px;
  margin: 0;
  padding: 12px;
  border: 1px solid #dfe5df;
  background: #fff;
  color: #16231f;
  font: inherit;
  border-radius: 4px;
}
.calendar-help {
  display: block;
  margin-top: 8px;
  color: #71807a;
  font-size: 12px;
}
.date-picker {
  display: grid;
  grid-template-columns: max-content 190px;
  align-items: center;
  column-gap: 12px;
  row-gap: 6px;
}
.calendar-label {
  margin: 0;
  line-height: 1.2;
}
.calendar-picker {
  width: 190px;
  min-width: 0;
  margin: 0;
  font-size: 14px;
}
.calendar-help {
  grid-column: 2;
  margin: 0;
  font-size: 11px;
  line-height: 1.35;
}
@media (max-width: 760px) {
  .date-picker {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .calendar-help {
    grid-column: 1;
  }
  .calendar-picker {
    width: 100%;
  }
}

/* Pickleball-court theme for booking history */
.my-bookings {
  position: relative;
  isolation: isolate;
  border-color: #173b32;
  background:
    radial-gradient(circle at 93% 8%, #d7f36b 0 46px, transparent 47px),
    linear-gradient(
      90deg,
      transparent calc(50% - 1px),
      rgba(255, 255, 255, 0.13) calc(50% - 1px),
      rgba(255, 255, 255, 0.13) calc(50% + 1px),
      transparent calc(50% + 1px)
    ),
    #0d3028;
  box-shadow: 0 24px 60px rgba(13, 48, 40, 0.14);
}

.my-bookings::before {
  position: absolute;
  z-index: -1;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  content: "";
  pointer-events: none;
}

.my-bookings > * {
  position: relative;
  z-index: 1;
}

.bookings-header .eyebrow {
  color: #d7f36b;
}

.my-bookings h3 {
  color: #fff;
}

.bookings-intro {
  color: #b8cbc4;
}

.bookings-header-mark {
  border-color: rgba(215, 243, 107, 0.45);
  background: rgba(215, 243, 107, 0.12);
}

.bookings-header-mark::before,
.bookings-header-mark::after,
.bookings-header-mark span {
  border-color: #d7f36b;
}

.next-booking-summary {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.next-booking-summary span {
  color: #d7f36b;
}

.next-booking-summary strong {
  color: #fff;
}

.next-booking-summary small {
  color: #b8cbc4;
}

.book-another-link {
  border-color: #d7f36b;
  background: #d7f36b;
  color: #102a23;
}

.book-another-link:hover {
  border-color: #fff;
  background: #fff;
}

.bookings-filter-bar {
  border-color: rgba(255, 255, 255, 0.14);
}

.bookings-filter-label {
  color: #91aaa1;
}

.bookings-summary span,
.bookings-summary button {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  color: #b8cbc4;
}

.bookings-summary strong {
  color: #fff;
}

.bookings-summary .summary-pending {
  border-color: rgba(255, 183, 112, 0.45);
  background: rgba(255, 112, 74, 0.12);
  color: #ffd1c4;
}

.bookings-summary .summary-upcoming {
  border-color: rgba(215, 243, 107, 0.55);
  background: rgba(215, 243, 107, 0.13);
  color: #dffb72;
}

.bookings-summary .summary-all[aria-pressed="true"],
.bookings-summary .summary-upcoming[aria-pressed="true"] {
  border-color: #d7f36b;
  background: #d7f36b;
  box-shadow: 0 8px 20px rgba(215, 243, 107, 0.18);
  color: #102a23;
}

.bookings-summary .summary-pending:hover,
.bookings-summary .summary-pending:focus-visible,
.bookings-summary .summary-pending[aria-pressed="true"] {
  border-color: #ffb770;
  background: #ffb770;
  color: #102a23;
  outline: none;
}

.bookings-summary .summary-pending[aria-pressed="true"]::after {
  content: " · showing";
  font-weight: 700;
}

.bookings-grid {
  gap: 14px;
}

.booking-history {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(
      90deg,
      transparent 49.8%,
      rgba(13, 48, 40, 0.035) 50%,
      transparent 50.2%
    ),
    #fbfcf7;
  box-shadow: 0 12px 30px rgba(3, 20, 16, 0.17);
}

.booking-history::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #d7f36b;
  content: "";
}

.booking-history:hover {
  border-color: #d7f36b;
}

.booking-schedule strong {
  background: #eaf2e9;
}

.booking-facts > span {
  border-color: #dce5dd;
  background: #f1f5ef;
}

.booking-date-tile {
  border: 1px solid #285247;
  background: #123d33;
  color: #fff;
}

.booking-date-tile span {
  color: #d7f36b;
}

.booking-history .booking-date-tile strong {
  color: #fff;
}

.booking-status {
  border: 1px solid #c9e3c9;
  background: #edf8ed;
  color: #1e6538;
}

.booking-reserved::before {
  background: #ffb05e;
}

.booking-reserved .booking-status {
  border-color: #f2d286;
  background: #fff4cf;
  color: #755800;
}

.booking-cancelled,
.booking-expired {
  opacity: 0.76;
}

.booking-cancelled::before,
.booking-expired::before {
  background: #a8b3ad;
}

.booking-cancelled .booking-status,
.booking-expired .booking-status {
  border-color: #dce1de;
}

.booking-refund-pending,
.booking-refund-approved,
.booking-refund-completed {
  opacity: 1;
}

.booking-refund-pending .booking-status,
.booking-refund-approved .booking-status {
  border-color: #f2d286;
  background: #fff4cf;
  color: #755800;
}

.booking-refund-completed .booking-status {
  border-color: #c9e3c9;
  background: #edf8ed;
  color: #1e6538;
}

.cancel-booking {
  border-color: #d4ded8;
  background: #fff;
  color: #8f3829;
}

.cancel-booking:hover {
  border-color: #ff704a;
  background: #ff704a;
}

.bookings-empty {
  border-color: rgba(255, 255, 255, 0.3);
}

.bookings-empty h4 {
  color: #fff;
}

.bookings-empty p {
  color: #b8cbc4;
}

.bookings-empty a {
  color: #d7f36b;
}

.booking-pagination {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.booking-pagination button {
  border-color: #d7f36b;
  background: #d7f36b;
  color: #102a23;
}

.booking-pagination button:hover:not(:disabled) {
  border-color: #fff;
  background: #fff;
}

.booking-pagination button:disabled {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #789087;
}

.booking-pagination span {
  color: #b8cbc4;
}

@media (max-width: 560px) {
  .my-bookings {
    background:
      radial-gradient(circle at 94% 5%, #d7f36b 0 30px, transparent 31px),
      #0d3028;
  }

  .bookings-grid {
    grid-template-columns: 1fr;
  }

  .bookings-heading {
    gap: 12px;
  }

  .bookings-header-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 12px;
  }

  .bookings-header-actions {
    display: grid;
    margin-top: 18px;
  }

  .next-booking-summary,
  .book-another-link {
    width: 100%;
  }

  .bookings-filter-bar {
    display: grid;
    gap: 10px;
  }

  .bookings-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bookings-summary button {
    width: 100%;
  }

  .bookings-summary .summary-pending {
    grid-column: 1 / -1;
  }
}
