.gtg-booking__payment-placeholder + .gtg-booking__actions {
  justify-content: center;
}

.gtg-booking__payment-placeholder + .gtg-booking__actions .gtg-booking__submit {
  flex: 0 0 auto;
  width: auto;
  min-width: 13.25rem;
  white-space: nowrap;
}

.gtg-booking__payment-loading {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 1rem;
  min-height: 280px;
  padding: clamp(2.5rem, 8vw, 4rem) clamp(1.25rem, 5vw, 2.25rem);
  text-align: center;
}

.gtg-booking__payment-loading .gtg-booking__processing-spinner {
  margin: 0 auto .25rem;
}

.gtg-booking__payment-loading h4 {
  margin: 0;
  max-width: 18rem;
}

.gtg-booking__payment-loading p {
  margin: 0;
  max-width: 19rem;
  color: var(--gtg-booking-muted);
}

.gtg-booking__payment-loading ~ .gtg-booking__actions {
  display: none !important;
}

.gtg-booking__timeout-backdrop {
  background: rgba(37, 32, 29, .52);
}

.gtg-booking__timeout-modal {
  width: min(430px, calc(100vw - 2rem));
  gap: .85rem;
  padding: clamp(1.35rem, 5vw, 1.8rem);
  border: 2px solid var(--gtg-booking-ink);
  border-radius: 15px;
  background: var(--gtg-booking-card);
  box-shadow: 5px 5px 0 var(--gtg-booking-shadow);
  text-align: left;
}

.gtg-booking__timeout-modal .gtg-booking__eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 .15rem;
  padding: .28rem .55rem;
  border: 2px solid var(--gtg-booking-ink);
  border-radius: 9px;
  background: var(--gtg-booking-accent);
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.gtg-booking__timeout-modal h3 {
  margin: 0;
  color: var(--gtg-booking-ink);
  font-size: clamp(1.35rem, 5vw, 1.75rem);
  line-height: 1.12;
}

.gtg-booking__timeout-modal .gtg-booking__modal-copy {
  margin: 0;
  color: var(--gtg-booking-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.gtg-booking__timeout-modal .gtg-booking__submit {
  width: 100%;
  margin-top: .25rem;
  text-align: center;
}

@media (max-width: 430px) {
  .gtg-booking__payment-placeholder + .gtg-booking__actions .gtg-booking__submit {
    width: 100%;
    min-width: 0;
  }

  .gtg-booking__timeout-modal {
    width: 100%;
    box-shadow: 3px 3px 0 var(--gtg-booking-shadow);
  }
}
