.cluster-booking[hidden],
.cluster-booking__form[hidden] {
  display: block !important;
}

.cluster-booking.is-hidden,
.cluster-booking__form.is-hidden {
  display: block !important;
}


.cluster-booking {
  margin: 0 auto;
  max-width: 980px;
}

.cluster-booking__header--compact {
  margin-bottom: 1.25rem;
  max-width: 680px;
}

.cluster-booking__header h2,
.cluster-booking-step__head h3 {
  margin-bottom: .35rem;
  font-weight: bold;
}

.cluster-booking__header p,
.cluster-booking-step__head p {
  margin-top: 0;
}

.cluster-booking-other-options-section {
  background: #f7f7f7;
  margin-left: calc(50% - 50vw);
  margin-top: 3rem;
  padding: 2rem 0;
  width: 100vw;
}

.cluster-booking-other-options {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  margin: 0;
}

.cluster-booking-other-options__copy h3 {
  margin: 0 0 .25rem;
}

.cluster-booking-other-options__copy p {
  margin: 0;
}

.cluster-booking-other-options__select-wrap {
  display: grid;
  gap: .35rem;
}

.cluster-booking-other-options__select-wrap span {
  color: #111;
  font-size: .85rem;
  font-weight: 700;
}

.cluster-booking-other-options__select {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #111;
  min-height: 2.8rem;
  padding: .7rem .8rem;
  width: 100%;
}

@media (max-width: 720px) {
  .cluster-booking-other-options {
    grid-template-columns: 1fr;
  }
}

.cluster-booking-steps {
  counter-reset: booking-step;
  display: grid;
  gap: .6rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}

.cluster-booking-steps__item button {
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
  color: #777;
  display: flex;
  gap: .65rem;
  height: 100%;
  padding: .75rem;
  text-align: left;
  width: 100%;
  justify-content: center;
}

.cluster-booking-steps__item span {
  align-items: center;
  background: #ddd;
  border-radius: 999px;
  color: #555;
  display: inline-flex;
  flex: 0 0 1.7rem;
  font-size: .85rem;
  font-weight: 700;
  height: 1.7rem;
  justify-content: center;
}

.cluster-booking-steps__item strong {
  display: block;
  font-size: .9rem;
}

.cluster-booking-steps__item.is-active button {
  background: #111;
  border-color: #111;
  color: #fff;
}

.cluster-booking-steps__item.is-active span {
  background: #fff;
  color: #111;
}

.cluster-booking-steps__item.is-complete button {
  background: #f0f8f2;
  border-color: #b8dfc0;
  color: #111;
}

.cluster-booking-steps__item.is-complete span {
  background: #2f8f46;
  color: #fff;
}

.cluster-booking-steps__item.is-clickable button:not(:disabled) {
  cursor: pointer;
}

.cluster-booking-steps__item:not(.is-clickable) button {
  cursor: not-allowed;
  opacity: .65;
}

.cluster-booking__notice {
  background: #f2f2f2;
  margin-bottom: 1rem;
  padding: 1rem;
}

.cluster-booking__notice.is-error {
  background: #fff0f0;
}

.cluster-booking__notice.is-success {
  background: #effaf1;
}

.cluster-booking__form {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 1.25rem;
}

.cluster-booking-step__head {
  margin-bottom: 1rem;
}

.cluster-booking-step.is-active,
.cluster-booking__notice {
  scroll-margin-top: 7rem;
}

.cluster-booking-calendar {
  margin-bottom: 1rem;
}

.cluster-booking-calendar__head {
  align-items: center;
  display: grid;
  gap: .75rem;
  grid-template-columns: auto 1fr auto;
  margin-bottom: .75rem;
}

.cluster-booking-calendar__head strong {
  color: #111;
  font-size: 1.05rem;
  text-align: center;
}

.cluster-booking-calendar__weekdays,
.cluster-booking-calendar__grid {
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-width: 0;
}

.cluster-booking-calendar__weekdays {
  color: #777;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: .5rem;
  text-align: center;
  text-transform: uppercase;
}

.cluster-booking-calendar__control {
  background: #111;
  border: 0;
  color: #fff;
  cursor: pointer;
  min-width: 2.5rem;
  padding: .75rem;
}

.cluster-booking-date,
.cluster-booking-slot-option,
.cluster-booking-desk {
  background: #fff;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  text-align: left;
}

.cluster-booking-date {
  display: grid;
  gap: .15rem;
  min-height: 5rem;
  padding: .65rem;
}

.cluster-booking-date span,
.cluster-booking-date em,
.cluster-booking-date small,
.cluster-booking-slot-option em,
.cluster-booking-desk em {
  color: #777;
  font-size: .8rem;
  font-style: normal;
}

.cluster-booking-date strong,
.cluster-booking-slot-option strong,
.cluster-booking-desk strong {
  color: #111;
  display: block;
}

.cluster-booking-date small {
  background: #111;
  color: #fff;
  display: inline-flex;
  font-size: .68rem;
  font-weight: 700;
  justify-self: start;
  line-height: 1;
  padding: .2rem .35rem;
  text-transform: uppercase;
}

.cluster-booking-date.is-today:not(.is-selected) {
  border-color: #111;
}

.cluster-booking-date.is-selected,
.cluster-booking-slot-option.is-selected,
.cluster-booking-desk.is-selected {
  border: 2px solid #111;
}

.cluster-booking-date.is-available:not(.is-selected) {
  background: #f7fbf8;
}

.cluster-booking-date.is-outside-month {
  opacity: .55;
}

.cluster-booking-date:disabled,
.cluster-booking-slot-option:disabled {
  background: #f1f1f1;
  color: #999;
  cursor: not-allowed;
}

.cluster-booking.is-loading .cluster-booking-slot-picker,
.cluster-booking.is-loading .cluster-booking__desks,
.cluster-booking.is-loading-dates .cluster-booking-calendar__grid {
  opacity: .45;
  pointer-events: none;
}


.cluster-booking-selected-dates {
  align-items: center;
  background: #f7fbf8;
  border: 1px solid #d4e8d8;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  justify-content: space-between;
  margin-top: 1rem;
  padding: .75rem .85rem;
}

.cluster-booking-selected-dates > span {
  color: #5f6f64;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cluster-booking-selected-dates__chips {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  gap: .4rem;
  justify-content: flex-end;
}

.cluster-booking-selected-date-chip {
  align-items: center;
  background: #fff;
  border: 1px solid #cfe2d3;
  color: #111;
  cursor: pointer;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 700;
  gap: .35rem;
  min-height: 2rem;
  padding: .35rem .55rem;
}

.cluster-booking-selected-date-chip span {
  color: #5f6f64;
  font-size: 1rem;
  line-height: 1;
}

.cluster-booking-slot-picker {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cluster-booking-slot-option {
  display: grid;
  gap: .3rem;
  padding: .85rem;
}

.cluster-booking-selected-date {
  background: #f7fbf8;
  border: 1px solid #d4e8d8;
  display: flex;
  gap: .75rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: .85rem 1rem;
}

.cluster-booking-selected-date span {
  color: #5f6f64;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cluster-booking-selected-date strong {
  color: #111;
}

.cluster-booking__desks {
  display: grid;
  gap: 1rem;
}

.cluster-booking-desk-date-group {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cluster-booking-desk-date-group__head {
  align-items: center;
  display: flex;
  gap: .75rem;
  grid-column: 1 / -1;
  justify-content: space-between;
}

.cluster-booking-desk-date-group__title {
  align-items: center;
  display: flex;
  gap: .75rem;
}

.cluster-booking-date-pill {
  align-items: center;
  background: #000;
  color: #fff;
  display: inline-flex;
  gap: .35rem;
  min-width: 6.25rem;
  padding: .4rem .7rem;
  text-transform: uppercase;
}

.cluster-booking-date-pill__day,
.cluster-booking-date-pill__month {
  color: inherit;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}

.cluster-booking-date-pill__date {
  color: inherit;
  font-size: 1.35rem;
  line-height: 1;
}

.cluster-booking-desk-date-group__head h4 {
  margin: 0;
}

.cluster-booking-desk-date-group__head > span {
  color: #777;
  font-size: .85rem;
  font-weight: 700;
}

.cluster-booking-desk-date-group > p {
  grid-column: 1 / -1;
}

.cluster-booking-desk {
  align-items: stretch;
  border-color: #d9d9d9;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  transition: border-color .2s ease, background-color .2s ease;
}

.cluster-booking-desk:hover,
.cluster-booking-desk:focus-visible {
  border-color: #111;
  box-shadow: none;
  transform: none;
}

.cluster-booking-desk.is-selected {
  background: #fff;
  border: 2px solid #111;
}

.cluster-booking-desk__media {
  align-self: stretch;
  background: #ededed;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  display: block;
  min-height: 135px;
  overflow: hidden;
  position: relative;
}

.cluster-booking-desk__media img,
.cluster-booking-desk__placeholder {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cluster-booking-desk__placeholder {
  background: #ededed;
}

.cluster-booking-desk__placeholder::before {
  color: #777;
  content: 'Desk image';
  font-size: .8rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.cluster-booking-desk__content {
  align-content: start;
  display: grid;
  flex: 1;
  gap: .35rem;
  min-width: 0;
  padding: .85rem;
}

.cluster-booking-desk__content strong {
  font-size: 1rem;
}

.cluster-booking-desk__content span {
  color: #555;
  font-size: .9rem;
  line-height: 1.45;
}

.cluster-booking-desk__content em {
  background: transparent;
  border-radius: 0;
  color: #777;
  display: block;
  font-size: .8rem;
  justify-self: stretch;
  margin-top: .2rem;
  padding: 0;
}

.cluster-booking__fields {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cluster-booking__fields label {
  display: grid;
  gap: .4rem;
  font-weight: 700;
}

.cluster-booking__fields input,
.cluster-booking__fields textarea {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  padding: .8rem 1rem;
  width: 100%;
}

.cluster-booking__field-full,
.cluster-booking__checkbox {
  grid-column: 1 / -1;
}

.cluster-booking__checkbox {
  align-items: center;
  display: flex !important;
  font-weight: 400 !important;
}

.cluster-booking__checkbox input {
  width: auto;
}

.cluster-booking__summary {
  background: #f7f7f7;
  padding: 2rem;
}

.cluster-booking-summary-list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin: 0;
}

.cluster-booking-summary-list div,
.cluster-booking-summary-list__item {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 1rem;
}

.cluster-booking-summary-list dt {
  color: #777;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: .45rem;
  text-transform: uppercase;
}

.cluster-booking-summary-list dd {
  display: grid;
  gap: .25rem;
  margin: 0;
}

.cluster-booking-summary-total {
  align-items: center;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  font-size: 1.1rem;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem 1.25rem;
}

.cluster-booking-summary-total span {
  color: #777;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cluster-booking-payment-note {
  margin: 1.25rem 0 0;
}

.cluster-booking__nav-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.cluster-booking__nav-actions--single {
  justify-content: flex-end;
}

.cluster-booking__nav-button {
  background: transparent;
  border: 1px solid #111;
  border-radius: 0;
  color: #111;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  min-width: 8rem;
  padding: .9rem 1.1rem;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, opacity .18s ease, transform .18s ease;
}

.cluster-booking__nav-button:hover,
.cluster-booking__nav-button:focus-visible {
  background: #111;
  color: #fff;
  outline: none;
}

.cluster-booking__nav-button--book-now {
  background: #239347;
  border-color: #239347;
  color: #fff;
  font-weight: 800;
  min-width: 9.5rem;
  padding: 1rem 1.5rem;
}

.cluster-booking__nav-button--book-now:hover,
.cluster-booking__nav-button--book-now:focus-visible {
  background: #1b7f3b;
  border-color: #1b7f3b;
  color: #fff;
}

.cluster-booking__nav-button:active {
  transform: translateY(1px);
}

.cluster-booking__nav-button:disabled,
.cluster-booking__nav-button.is-disabled,
.cluster-booking.is-loading .cluster-booking__nav-button {
  cursor: not-allowed;
  opacity: .45;
  pointer-events: none;
}

.cluster-booking__nav-button[hidden] {
  display: none;
}

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

.cluster-booking-list__item {
  border: 1px solid #e0e0e0;
  padding: 1rem;
}

.cluster-booking-list__item dl {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.cluster-booking-list__item dt {
  font-weight: 700;
}

.cluster-booking-list__item dd {
  margin: 0;
}

@media (max-width: 900px) {
  .cluster-booking-slot-picker,
  .cluster-booking-desk-date-group,
  .cluster-booking__desks,
  .cluster-booking__fields,
  .cluster-booking-summary-list,
  .cluster-booking-list__item dl {
    grid-template-columns: 1fr;
  }

  .cluster-booking-steps {
    display: flex;
    gap: .6rem;
    grid-template-columns: none;
    margin-left: calc(-1rem - 30px);
    margin-right: calc(-1rem - 30px);
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 1rem 1rem;
    scroll-behavior: smooth;
    scroll-padding: 1rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .cluster-booking-steps__item:first-child {
    border-left: 30px solid white;
  }

  .cluster-booking-steps__item:last-child {
    border-right: 30px solid white;
  }

  .cluster-booking-steps__item {
    flex: 0 0 12rem;
    min-width: 12rem;
  }

  .cluster-booking-date {
    min-height: 4.5rem;
    padding: .45rem;
  }
}

@media (max-width: 600px) {
  .cluster-booking__form {
    padding: 1rem;
  }

  .cluster-booking-calendar__weekdays,
  .cluster-booking-calendar__grid {
    gap: .25rem;
  }

  .cluster-booking-date {
    min-height: 3.75rem;
    padding: .35rem;
    text-align: center;
  }

  .cluster-booking-date em {
    display: none;
  }

  .cluster-booking-selected-date {
    display: block;
  }

  .cluster-booking-selected-dates,
  .cluster-booking-desk-date-group__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cluster-booking-desk-date-group__title {
    align-items: flex-start;
    flex-direction: column;
  }

  .cluster-booking-date-pill {
    min-width: 0;
  }

  .cluster-booking-selected-dates__chips {
    justify-content: flex-start;
  }

  .cluster-booking-selected-date span {
    display: block;
    margin-bottom: .25rem;
  }

  .cluster-booking-desk {
    grid-template-columns: 1fr;
  }

  .cluster-booking-desk__media {
    min-height: 160px;
  }
}

.booking-confirmation-page {
  background: #f5f5f5;
}

.booking-confirmation {
  padding: 130px 0 50px;
}

.booking-confirmation__container {
  margin: 0 auto;
  max-width: 920px;
}

.booking-confirmation__card {
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.booking-confirmation__eyebrow {
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 .75rem;
  text-transform: uppercase;
}

.booking-confirmation h1 {
  margin-top: 0;
}

.booking-confirmation__intro {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.booking-confirmation__summary,
.booking-confirmation__details,
.booking-confirmation__notes,
.booking-confirmation__next {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.booking-confirmation h2 {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}

.booking-confirmation__summary dl {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.booking-confirmation__summary div {
  background: #f7f7f7;
  padding: 1rem;
}

.booking-confirmation__summary dt {
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: .25rem;
  opacity: .7;
  text-transform: uppercase;
}

.booking-confirmation__summary dd {
  margin: 0;
}

.booking-confirmation__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.booking-confirmation__secondary {
  color: inherit;
  font-weight: 700;
}


.cluster-booking-logged-in-panel {
  align-items: flex-start;
  background: #f7fbf8;
  display: flex;
  gap: 1rem;
}

.cluster-booking-logged-in-panel[hidden] {
  display: none;
}

.cluster-booking-logged-in-panel__icon {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 2.5rem;
  font-size: 1.25rem;
  font-weight: 800;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  margin-top: .15rem;
  width: 2.5rem;
}

.cluster-booking-logged-in-panel h4 {
  margin-bottom: .5rem;
}

.cluster-booking-logged-in-panel p + p {
  margin-top: .45rem;
}

@media (max-width: 700px) {
  .booking-confirmation__summary dl {
    grid-template-columns: 1fr;
  }
}

/* Multi-slot booking basket */
.cluster-booking-basket {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #fff;
}

.cluster-booking-basket__head,
.cluster-booking-basket__total,
.cluster-booking-basket__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cluster-booking-basket__head {
  margin-bottom: 14px;
}

.cluster-booking-basket__head h4 {
  margin: 0;
}

.cluster-booking-basket__head span,
.cluster-booking-basket__empty,
.cluster-booking-basket__item em {
  opacity: 0.72;
}

.cluster-booking-basket__items {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cluster-booking-basket__item {
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.cluster-booking-basket__item span {
  display: grid;
  gap: 4px;
}

.cluster-booking-basket__item button {
  border: 0;
  padding: 0;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
}

.cluster-booking-basket__total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 1.05rem;
}

.cluster-booking-desk__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.cluster-booking-desk.is-selected .cluster-booking-desk__action {
  background: rgba(0, 128, 0, 0.12);
}

.cluster-booking-summary-list--basket div {
  align-items: flex-start;
}

@media (max-width: 640px) {
  .cluster-booking-basket__item,
  .cluster-booking-basket__total {
    align-items: flex-start;
    flex-direction: column;
  }

  .cluster-booking-desk__action {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* Improved desk cards for multi-booking */
.cluster-booking-desk {
  cursor: default;
}

.cluster-booking-desk.is-selected {
  background: #f1fbf3;
  border: 2px solid #218739;
}

.cluster-booking-desk__details {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .35rem;
}

.cluster-booking-desk__details span,
.cluster-booking-desk__details strong {
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #e2e2e2;
  display: inline-flex;
  font-size: .78rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: .45rem .55rem;
}

.cluster-booking-desk.is-selected .cluster-booking-desk__details span,
.cluster-booking-desk.is-selected .cluster-booking-desk__details strong {
  background: #fff;
  border-color: rgba(33, 135, 57, .22);
}

.cluster-booking-desk__actions {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: flex-end;
  margin-top: auto;
  padding: 0 .85rem .85rem;
}

.cluster-booking-desk__action,
.cluster-booking-desk__remove {
  border: 1px solid transparent;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}

.cluster-booking-desk__action {
  background: #111;
  color: #fff;
  margin-left: 0;
}

.cluster-booking-desk__action:hover,
.cluster-booking-desk__action:focus-visible {
  background: #333;
  outline: none;
}

.cluster-booking-desk.is-selected .cluster-booking-desk__action {
  background: #218739;
  color: #fff;
}

.cluster-booking-desk__remove {
  background: transparent;
  border-color: #218739;
  border-radius: 999px;
  color: #218739;
  font-size: .85rem;
  font-weight: 700;
  padding: 8px 12px;
}

.cluster-booking-desk__remove:hover,
.cluster-booking-desk__remove:focus-visible {
  background: #218739;
  color: #fff;
  outline: none;
}

.cluster-booking-add-more {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px dashed currentColor;
  border-radius: 0.75rem;
  text-align: center;
}

.cluster-booking-add-more[hidden] {
  display: none;
}

.cluster-booking-add-more__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.25rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
}

.cluster-booking-add-more p {
  margin: 0.75rem 0 0;
}

/* Booking step navigation: make the current step distinct from completed/visited steps. */
.cluster-booking-steps__item.is-current button {
  position: relative;
  background: #111;
  border-color: #111;
  border-width: 2px;
  color: #fff;
}

.cluster-booking-steps__item.is-current button::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  
  width: 0;
  height: 0;
  
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
}

.cluster-booking-steps__item.is-current span {
  background: #fff;
  color: #111;
}

.cluster-booking-steps__item.is-clickable:not(.is-current) button:not(:disabled):hover {
  border-color: #2f8f46;
}

/* My bookings listing */
.my-bookings-page__content {
  margin: 0 auto;
  max-width: 980px;
  padding: 110px 30px 30px;
}

.cluster-booking__eyebrow {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 .5rem;
  text-transform: uppercase;
}

.cluster-booking-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 1.5rem 0;
}

.cluster-booking-tabs__button {
  align-items: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: .6rem;
  padding: .85rem 1rem;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.cluster-booking-tabs__button span {
  align-items: center;
  background: #f0f0f0;
  border-radius: 999px;
  display: inline-flex;
  font-size: .8rem;
  justify-content: center;
  min-width: 1.75rem;
  padding: .2rem .5rem;
}

.cluster-booking-tabs__button:hover,
.cluster-booking-tabs__button:focus-visible,
.cluster-booking-tabs__button.is-active {
  background: #111;
  border-color: #111;
  color: #fff;
  outline: none;
}

.cluster-booking-tabs__button:hover span,
.cluster-booking-tabs__button:focus-visible span,
.cluster-booking-tabs__button.is-active span {
  background: rgba(255, 255, 255, .18);
}

.cluster-booking-results {
  position: relative;
}

.cluster-booking.is-loading-bookings .cluster-booking-results {
  opacity: .45;
  pointer-events: none;
}

.cluster-booking-results__status {
  color: #666;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cluster-booking-empty {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  padding: clamp(1.25rem, 4vw, 2rem);
}

.cluster-booking-empty h3 {
  margin-top: 0;
}

.cluster-booking-list__item {
  background: #fff;
  border-left: 6px solid #1f8f45;
}

.cluster-booking-list__item.is-past {
  border-left-color: #999;
}

.cluster-booking-list__head {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.cluster-booking-list__head h3 {
  margin: .4rem 0 0;
}

.cluster-booking-list__badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  padding: .35rem .65rem;
  text-transform: uppercase;
}

.cluster-booking-list__badge.is-future {
  background: rgba(31, 143, 69, .12);
  color: #1f6f39;
}

.cluster-booking-list__badge.is-past {
  background: rgba(0, 0, 0, .08);
  color: #555;
}

.cluster-booking-list__link {
  color: inherit;
  font-weight: 800;
  white-space: nowrap;
}

.cluster-booking-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.cluster-booking-pagination__button {
  background: transparent;
  border: 1px solid #111;
  cursor: pointer;
  font-weight: 800;
  padding: .75rem 1rem;
}

.cluster-booking-pagination__button:hover,
.cluster-booking-pagination__button:focus-visible {
  background: #111;
  color: #fff;
  outline: none;
}

.cluster-booking-pagination__button:disabled {
  cursor: not-allowed;
  opacity: .4;
}

.cluster-booking-pagination__meta {
  font-weight: 700;
}

@media (max-width: 700px) {
  .cluster-booking-list__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cluster-booking-list__link {
    white-space: normal;
  }
}

/* Cleaner single booking confirmation */
.booking-confirmation--single .booking-confirmation__container {
  max-width: 980px;
}

.booking-confirmation__topbar {
  margin-bottom: 1rem;
}

.booking-confirmation__back {
  color: inherit;
  display: inline-flex;
  font-weight: 800;
  text-decoration: none;
}

.booking-confirmation__back::before {
  content: '←';
  margin-right: .5rem;
}

.booking-confirmation__back:hover,
.booking-confirmation__back:focus-visible {
  text-decoration: underline;
}

.booking-confirmation__hero {
  align-items: flex-start;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.booking-confirmation__hero h1 {
  font-size: 62px;
  line-height: 70px;
}

.booking-confirmation__hero .cluster-booking-list__badge {
  margin-bottom: .85rem;
}

.booking-confirmation__reference-card {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  min-width: 10rem;
  padding: 1rem;
}

.booking-confirmation__reference-card span {
  display: block;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .25rem;
  opacity: .7;
  text-transform: uppercase;
}

.booking-confirmation__reference-card strong {
  display: block;
  font-size: 1.35rem;
}

.booking-confirmation__summary--clean dl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.booking-confirmation__section {
  border-top: 1px solid #e0e0e0;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.booking-confirmation__details-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.booking-confirmation__panel {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  padding: 1.25rem;
}

.booking-confirmation__panel p:last-child {
  margin-bottom: 0;
}

.booking-confirmation__group--cards {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.booking-confirmation__group--cards .booking-confirmation__group-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 6px solid #1f8f45;
  display: grid;
  gap: .4rem;
  padding: 1rem;
}

.booking-confirmation__group--cards .booking-confirmation__group-item.is-past {
  border-left-color: #999;
}

.booking-confirmation__group--cards .booking-confirmation__group-item em {
  font-style: normal;
  font-weight: 800;
}

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

.booking-confirmation__desk {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 32%);
  overflow: hidden;
}

.booking-confirmation__desk-content {
  padding: 1.25rem;
}

.booking-confirmation__desk-content h3 {
  margin-top: 0;
}

.booking-confirmation__desk-slots {
  display: grid;
  gap: .65rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.booking-confirmation__desk-slots li {
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #1f8f45;
  display: flex;
  gap: .3rem .75rem;
  padding: .85rem;
}

.booking-confirmation__desk-slots li.is-past {
  border-left-color: #999;
}

.booking-confirmation__desk-slots .cluster-booking-list__badge {
  grid-row: span 2;
}

.booking-confirmation__desk-slots strong,
.booking-confirmation__desk-slots em {
  font-style: normal;
  font-weight: 800;
}

.booking-confirmation__desk-slots em {
  justify-self: end;
}

.booking-confirmation__desk-image {
  margin: 0;
  min-height: 180px;
}

.booking-confirmation__desk-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.booking-confirmation__location {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, .9fr) minmax(260px, 1.1fr);
}

.booking-confirmation__location-details {
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  padding: 1.25rem;
}

.booking-confirmation__section-label {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 0 0 .35rem;
  opacity: .7;
  text-transform: uppercase;
}

.booking-confirmation__directions {
  color: inherit;
  display: inline-flex;
  font-weight: 800;
  margin-top: 1rem;
}

.booking-confirmation__map {
  min-height: 260px;
}

@media (max-width: 900px) {
  .booking-confirmation__hero,
  .booking-confirmation__summary--clean dl,
  .booking-confirmation__details-grid,
  .booking-confirmation__desk,
  .booking-confirmation__location {
    grid-template-columns: 1fr;
  }

  .booking-confirmation__reference-card {
    min-width: 0;
  }
}

.cluster-booking-steps.cluster-booking-steps--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cluster-booking-step__head--details {
  max-width: 720px;
}

.cluster-booking-details {
  display: grid;
  gap: 1.25rem;
}

.cluster-booking-details-panel__header {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.35rem;
}

.cluster-booking-details-panel h4 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  margin: 0 0 .4rem;
  font-weight: bold;
}

.cluster-booking-details-panel p {
  margin: 0;
  max-width: 34rem;
}

.cluster-booking-login-toggle {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit;
  font-weight: 800;
  line-height: 1.3;
  padding: .15rem 0;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.cluster-booking-login-toggle:hover,
.cluster-booking-login-toggle:focus-visible {
  text-decoration-thickness: 2px;
}

.cluster-booking-login-panel {
  background: #fafafa;
  padding: 30px;
  border: 1px solid rgba(0,0,0,0.1);
}

.cluster-booking-login-panel[hidden] {
  display: none;
}

.cluster-booking-login {
  display: grid;
  gap: 1rem;
  max-width: 32rem;
}

.cluster-booking-login label {
  display: grid;
  gap: .4rem;
  font-weight: 700;
}

.cluster-booking-login input {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  padding: .8rem 1rem;
  width: 100%;
}

.cluster-booking-login__button {
  justify-self: start;
}

.cluster-booking-login__status,
.cluster-booking-email-status {
  font-size: .9rem;
  margin: 0;
}

.cluster-booking-login__status.is-error,
.cluster-booking-email-status.is-error {
  color: #9f1d1d;
}

.cluster-booking-login__status.is-success,
.cluster-booking-email-status.is-success {
  color: #236d35;
}

.cluster-booking-login__status.is-loading,
.cluster-booking-email-status.is-loading {
  color: #555;
}

.cluster-booking__fields--new-user {
  gap: 1.1rem 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 700px) {
  .cluster-booking-details-panel__header {
    display: grid;
  }

  .cluster-booking__fields--new-user {
    grid-template-columns: 1fr;
  }
}

.cluster-login-page {
  display: flex;
  justify-content: center;
  padding: clamp(140px, 16vw, 190px) 20px 80px;
}
.cluster-login-page__card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
  max-width: 560px;
  padding: clamp(30px, 5vw, 54px);
  width: 100%;
}
.cluster-login-page__header {
  margin-bottom: 2rem;
  text-align: center;
}
.cluster-login-page__header h1 {
  margin: .25rem 0 .75rem;
}
.cluster-login-page__header p {
  margin: 0;
}
.cluster-login-page__eyebrow {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cluster-login-page__form {
  display: grid;
  gap: 1.2rem;
}
.cluster-login-page__form label {
  display: grid;
  font-weight: 700;
  gap: .45rem;
}
.cluster-login-page__form input {
  border: 1px solid #d8d8d8;
  padding: .9rem 1rem;
}
.cluster-login-page__button {
  justify-self: start;
}
.cluster-login-page__success {
  text-align: center;
}
.cluster-login-page__success-icon {
  align-items: center;
  border: 2px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 54px;
}

.cluster-profile-page {
  display: flex;
  justify-content: center;
  padding: clamp(140px, 16vw, 190px) 20px 80px;
}
.cluster-profile-page__card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
  max-width: 760px;
  padding: clamp(30px, 5vw, 54px);
  width: 100%;
}
.cluster-profile-page__header {
  margin-bottom: 2rem;
  text-align: center;
}
.cluster-profile-page__header h1 {
  margin: .25rem 0 .75rem;
}
.cluster-profile-page__header p {
  margin: 0;
}
.cluster-profile-page__eyebrow {
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.cluster-profile-page__summary {
  align-items: center;
  background: #f7f4ef;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
}
.cluster-profile-page__summary h2,
.cluster-profile-page__summary p {
  margin: 0;
}
.cluster-profile-page__avatar {
  align-items: center;
  background: #111;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 800;
  height: 64px;
  justify-content: center;
  text-transform: uppercase;
  width: 64px;
}
.cluster-profile-page__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cluster-profile-page__logout {
  font-weight: 800;
  text-decoration: underline;
  color: black;
}
.cluster-profile-page__form {
  border-top: 1px solid rgba(0,0,0,.12);
  display: grid;
  gap: 1.2rem;
  padding-top: 2rem;
}
.cluster-profile-page__form h2 {
  margin: 0;
}
.cluster-profile-page__form label {
  display: grid;
  font-weight: 700;
  gap: .45rem;
}
.cluster-profile-page__form input {
  border: 1px solid #d8d8d8;
  padding: .9rem 1rem;
}
.cluster-profile-page__fields {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cluster-profile-page__button {
  justify-self: start;
}
@media (max-width: 640px) {
  .cluster-profile-page__summary,
  .cluster-profile-page__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cluster-profile-page__fields {
    grid-template-columns: 1fr;
  }
}

.cluster-login-page__card {
  overflow: hidden;
  position: relative;
}

.cluster-login-page__form {
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}

.cluster-login-page__card.is-login-loading .cluster-login-page__form,
.cluster-login-page__card.is-login-success .cluster-login-page__form {
  filter: blur(.5px);
  opacity: .35;
  pointer-events: none;
  transform: scale(.99);
}

.cluster-login-page__card::before {
  background: rgba(255,255,255,.58);
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .2s ease;
  z-index: 2;
}

.cluster-login-page__card.is-login-loading::before,
.cluster-login-page__card.is-login-success::before {
  opacity: 1;
}

.cluster-login-page__card::after {
  animation: cluster-login-spin .8s linear infinite;
  border: 3px solid rgba(0,0,0,.15);
  border-top-color: #111;
  border-radius: 999px;
  content: '';
  height: 46px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease;
  width: 46px;
  z-index: 3;
}

.cluster-login-page__card.is-login-loading::after {
  opacity: 1;
}

.cluster-login-page__success {
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  left: 50%;
  max-width: min(360px, calc(100% - 40px));
  opacity: 0;
  padding: 2rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -45%);
  transition: opacity .2s ease, transform .2s ease;
  width: 100%;
  z-index: 4;
}

.cluster-login-page__card.is-login-success .cluster-login-page__success {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%);
}

@keyframes cluster-login-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Single desk page */
section.cluster-single-desk-hero .content {
  max-width: 760px;
}

section.cluster-single-desk-hero .background-video {
  background-position: center;
  background-size: cover;
}

section.cluster-single-desk-hero .background-video::after {
  background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.28));
  content: "";
  inset: 0;
  position: absolute;
}

section.cluster-single-desk-hero .button-white:hover,
section.cluster-single-desk-hero .button-white:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.cluster-single-desk {
  background: #fff;
}

.cluster-single-desk__intro-section,
.cluster-single-desk__gallery-section,
.cluster-single-desk__availability-section,
.cluster-single-desk__more-section {
  padding: 80px 0;
}

.cluster-single-desk__intro-section {
  padding-bottom: 0;
}

/* .cluster-single-desk__intro-section + .cluster-single-desk__gallery-section,
.cluster-single-desk__gallery-section + .cluster-single-desk__availability-section {
  padding-top: 0;
} */

.cluster-single-desk__intro-grid {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
}

.cluster-single-desk__intro-card {
  border-radius: 28px;
  padding: 38px;
}

.cluster-single-desk__content {
  background: #f7f7f7;
  max-width: none;
}

.cluster-single-desk__content h2,
.cluster-single-desk__section-head h2 {
  margin-bottom: 18px;
}

.cluster-single-desk__details {
  background: #222;
  color: #fff;
}

.cluster-single-desk__details h3 {
  margin-bottom: 25px;
}

.cluster-single-desk__details dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.cluster-single-desk__details dl div {
  border-top: 2px solid rgba(255,255,255,.18);
  padding: 18px 0;
}

.cluster-single-desk__details dl div:last-child {
  padding-bottom: 0;
}

.cluster-single-desk__details dt {
  color: #4ebaaf;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.cluster-single-desk__details dd {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}

.cluster-single-desk__section-head {
  margin: 0 0 38px;
  max-width: 780px;
}

.cluster-single-desk__section-head p {
  color: #666;
}

.cluster-single-desk-gallery,
.cluster-single-desk-calendar {
  display: block;
}

.cluster-single-desk-gallery .owl-stage,
.cluster-single-desk-calendar .owl-stage {
  display: flex;
}

.cluster-single-desk-gallery .owl-item,
.cluster-single-desk-calendar .owl-item {
  display: flex;
}

.cluster-single-desk-gallery__item {
  aspect-ratio: 4 / 3;
  background: #f7f7f7;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  display: block;
  overflow: hidden;
  width: 100%;
}

.cluster-single-desk-gallery__item img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%;
}

.cluster-single-desk-gallery__item:hover img,
.cluster-single-desk-gallery__item:focus img {
  transform: scale(1.04);
}

.cluster-single-desk-gallery .owl-nav,
.cluster-single-desk-calendar .owl-nav {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 22px;
}

.cluster-single-desk-gallery .owl-nav button,
.cluster-single-desk-calendar .owl-nav button {
  align-items: center;
  background: #222 !important;
  border-radius: 999px;
  color: #fff !important;
  display: flex;
  height: 46px;
  justify-content: center;
  transition: background .25s ease;
  width: 46px;
}

.cluster-single-desk-gallery .owl-nav button:hover,
.cluster-single-desk-gallery .owl-nav button:focus,
.cluster-single-desk-calendar .owl-nav button:hover,
.cluster-single-desk-calendar .owl-nav button:focus {
  background: #4ebaaf !important;
}

.cluster-single-desk-gallery .owl-nav button.disabled,
.cluster-single-desk-calendar .owl-nav button.disabled {
  cursor: default;
  opacity: .35;
}

.cluster-single-desk-gallery .owl-nav svg,
.cluster-single-desk-calendar .owl-nav svg {
  display: block;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.cluster-single-desk__availability-section {
  background: #f7f7f7;
}

.cluster-single-desk-day {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}

.cluster-single-desk-day header {
  align-items: center;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.cluster-single-desk-day.is-available header {
  background: #4ebaaf;
}

.cluster-single-desk-day header span {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 18px;
  text-transform: uppercase;
}

.cluster-single-desk-day header strong {
  font-size: 26px;
  line-height: 30px;
}

.cluster-single-desk-day__slots {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.cluster-single-desk-slot {
  border-radius: 14px;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 16px;
}

.cluster-single-desk-slot.is-available {
  align-items: center;
  background: #222;
  border: 2px solid #222;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  text-decoration: none;
  transition: all .25s ease;
}

.cluster-single-desk-slot.is-available:hover,
.cluster-single-desk-slot.is-available:focus {
  background: #fff;
  color: #222;
}

.cluster-single-desk-slot.is-unavailable {
  background: #f7f7f7;
  color: rgba(34,34,34,.55);
  display: flex;
  justify-content: space-between;
}

.cluster-single-desk-slot strong,
.cluster-single-desk-slot em {
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  margin-left: 12px;
  white-space: nowrap;
}

.cluster-single-desk__empty {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  margin: 0;
  padding: 24px;
}

.cluster-single-desk__more-section {
  background: #fff;
}

.cluster-single-desk-more .owl-stage {
  display: flex;
}

.cluster-single-desk-more .owl-item {
  display: flex;
}

.cluster-single-desk-more-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}

.cluster-single-desk-more-card__image {
  aspect-ratio: 4 / 3;
  background: #222;
  display: block;
  overflow: hidden;
  position: relative;
}

.cluster-single-desk-more-card__image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%;
}

.cluster-single-desk-more-card__image:hover img,
.cluster-single-desk-more-card__image:focus img {
  transform: scale(1.04);
}

.cluster-single-desk-more-card__placeholder {
  background: linear-gradient(135deg, #222, #4ebaaf);
  display: block;
  height: 100%;
  width: 100%;
}

.cluster-single-desk-more-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  padding: 26px;
}

.cluster-single-desk-more-card__eyebrow {
  color: #4ebaaf;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.cluster-single-desk-more-card h3 {
  font-size: 26px;
  line-height: 31px;
  margin: 0 0 12px;
}

.cluster-single-desk-more-card h3 a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
}

.cluster-single-desk-more-card h3 a:hover,
.cluster-single-desk-more-card h3 a:focus {
  color: #4ebaaf;
}

.cluster-single-desk-more-card__content p:not(.cluster-single-desk-more-card__eyebrow) {
  color: #666;
  margin: 0;
}

.cluster-single-desk-more-card__footer {
  display: grid;
  gap: 20px;
}

.cluster-single-desk-more-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.cluster-single-desk-more-card dl div {
  align-items: center;
  border-top: 2px solid rgba(34,34,34,.1);
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.cluster-single-desk-more-card dt {
  color: #666;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 16px;
  text-transform: uppercase;
}

.cluster-single-desk-more-card dd {
  color: #222;
  font-size: 18px;
  font-weight: 800;
  line-height: 22px;
  margin: 0;
}

.cluster-single-desk-more-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cluster-single-desk-more-card__actions .button {
  margin: 0;
}

.cluster-single-desk-more-card__actions .button-white {
  background: #fff;
  border-color: #222;
  color: #222;
}

.cluster-single-desk-more-card__actions .button-white:hover,
.cluster-single-desk-more-card__actions .button-white:focus {
  background: #222;
  color: #fff;
}

.cluster-single-desk-more .owl-nav {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 22px;
}

.cluster-single-desk-more .owl-nav button {
  align-items: center;
  background: #222 !important;
  border-radius: 999px;
  color: #fff !important;
  display: flex;
  height: 46px;
  justify-content: center;
  transition: background .25s ease;
  width: 46px;
}

.cluster-single-desk-more .owl-nav button:hover,
.cluster-single-desk-more .owl-nav button:focus {
  background: #4ebaaf !important;
}

.cluster-single-desk-more .owl-nav button.disabled {
  cursor: default;
  opacity: .35;
}

.cluster-single-desk-more .owl-nav svg {
  display: block;
  fill: currentColor;
  height: 18px;
  width: 18px;
}

@media (max-width: 1100px) {
  .cluster-single-desk__intro-grid {
    grid-template-columns: 1fr;
  }

  .cluster-single-desk__details {
    position: static;
  }
}

@media (max-width: 900px) {
}

@media (max-width: 783px) {
  .cluster-single-desk__intro-section,
  .cluster-single-desk__gallery-section,
  .cluster-single-desk__availability-section {
    padding: 50px 0;
  }

  .cluster-single-desk__section-head {
    margin-bottom: 30px;
  }

  .cluster-single-desk__actions {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

}

/* Single desk gallery lightbox */
.cluster-desk-lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 72px 84px;
  pointer-events: none;
  position: fixed;
  transition: opacity .25s ease;
  z-index: 9999;
}

.cluster-desk-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cluster-desk-lightbox__backdrop {
  background: rgba(0,0,0,.86);
  inset: 0;
  position: absolute;
}

.cluster-desk-lightbox__dialog {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-height: 100%;
  max-width: 1200px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.cluster-desk-lightbox__image {
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.cluster-desk-lightbox__close,
.cluster-desk-lightbox__arrow {
  align-items: center;
  background: #fff !important;
  border: 0;
  border-radius: 999px;
  color: #222 !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  transition: background .25s ease, color .25s ease, transform .25s ease;
  z-index: 2;
}

.cluster-desk-lightbox__close:hover,
.cluster-desk-lightbox__close:focus,
.cluster-desk-lightbox__arrow:hover,
.cluster-desk-lightbox__arrow:focus {
  background: #4ebaaf !important;
  color: #fff !important;
}

.cluster-desk-lightbox__close {
  font-size: 42px;
  height: 52px;
  line-height: 1;
  right: 28px;
  top: 28px;
  width: 52px;
}

.cluster-desk-lightbox__arrow {
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
}

.cluster-desk-lightbox__arrow--prev {
  left: 28px;
}

.cluster-desk-lightbox__arrow--next {
  right: 28px;
}

.cluster-desk-lightbox__arrow svg {
  display: block;
  fill: currentColor;
  height: 20px;
  width: 20px;
}

.cluster-desk-lightbox-open {
  overflow: hidden;
}

.cluster-single-desk-gallery__item {
  cursor: zoom-in;
}

@media (max-width: 783px) {
  .cluster-desk-lightbox {
    padding: 76px 18px 90px;
  }

  .cluster-desk-lightbox__close {
    height: 46px;
    right: 16px;
    top: 16px;
    width: 46px;
  }

  .cluster-desk-lightbox__arrow {
    bottom: 18px;
    top: auto;
    transform: none;
  }

  .cluster-desk-lightbox__arrow--prev {
    left: calc(50% - 62px);
  }

  .cluster-desk-lightbox__arrow--next {
    right: calc(50% - 62px);
  }
}

.cluster-booking-payment {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 18px;
  padding: 24px;
}

.cluster-booking-payment__methods {
  display: grid;
  gap: 12px;
}

.cluster-booking-payment-empty {
  background: #f7f7f7;
  border: 1px dashed #d5d5d5;
  border-radius: 14px;
  padding: 18px;
}

.cluster-booking-payment-empty strong {
  display: block;
  margin-bottom: 6px;
}

.cluster-booking-payment-empty p,
.cluster-booking-payment__status {
  margin: 0;
}

.cluster-booking-payment-method-list {
  display: grid;
  gap: 12px;
}

.cluster-booking-payment-method {
  align-items: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 16px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.cluster-booking-payment-method.is-selected,
.cluster-booking-payment-method:hover,
.cluster-booking-payment-method:focus-within {
  border-color: #4ebaaf;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}

.cluster-booking-payment-method input {
  margin: 0;
}

.cluster-booking-payment-method span,
.cluster-booking-payment-method strong,
.cluster-booking-payment-method em {
  display: block;
}

.cluster-booking-payment-method em {
  color: #666;
  font-size: 14px;
  font-style: normal;
  margin-top: 2px;
}

.cluster-booking-payment__actions,
.cluster-booking-payment__new-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.cluster-booking-payment__new {
  border-top: 1px solid #e7e7e7;
  margin-top: 22px;
  padding-top: 22px;
}

.cluster-booking-payment__element {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 14px;
  padding: 16px;
}

.cluster-booking-payment__status {
  color: #666;
  font-size: 14px;
  margin-top: 14px;
}

.cluster-booking-payment__status.is-error {
  color: #b42318;
}

.cluster-booking-payment__status.is-success {
  color: #027a48;
}

.cluster-booking-payment__status.is-loading {
  color: #555;
}

.cluster-booking-payment__name {
  display: grid;
  font-weight: 700;
  gap: .4rem;
  margin-bottom: 1rem;
}

.cluster-booking-payment__name input {
  border: 1px solid #d8d8d8;
  border-radius: 0;
  padding: .8rem 1rem;
  width: 100%;
}

.cluster-booking-payment__name span {
  color: #666;
  font-size: .85rem;
  font-weight: 400;
}

.cluster-booking-payment-method {
  position: relative;
}

.cluster-booking-payment-method__icon {
  align-items: center;
  background: #111;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  min-width: 58px;
  padding: 0 .45rem;
}

.cluster-booking-payment-method__icon span {
  color: inherit;
  display: block;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  max-width: 46px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.cluster-booking-payment-method__body {
  min-width: 0;
}

.cluster-booking-payment-method__body strong,
.cluster-booking-payment-method__body em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cluster-booking-payment-method[data-card-brand="visa"] .cluster-booking-payment-method__icon span {
  letter-spacing: .14em;
}

@media (max-width: 600px) {
  .cluster-booking-payment-method {
    align-items: flex-start;
  }

  .cluster-booking-payment-method__body strong,
  .cluster-booking-payment-method__body em {
    white-space: normal;
  }
}
