.tv-service-grid {
  font-size: var(--tv60-service-font-size, 16px);
}

.tv-enterprise-form,
.tv-purchase-shell {
  font-size: var(--tv60-form-font-size, 16px);
}

.tv-order-booking {
  margin: 32px 0;
  padding: 24px;
  border: 1px solid #d8dedb;
  border-left: 4px solid #295449;
  border-radius: 6px;
  background: #ffffff;
}

.tv-order-booking h2 {
  margin-top: 0;
}

.tv-order-booking .tv-service-button {
  display: inline-flex;
  width: auto;
  margin-top: 8px;
}

.tv-option-list {
  padding: 0;
  border: 0;
}

.tv-option-list legend {
  margin-bottom: 10px;
  font-weight: 700;
}

.tv-field-help {
  display: block;
  margin-top: 8px;
  color: #5d6965;
  font-size: 0.82em;
  line-height: 1.6;
}

.tv-booking-confirmation {
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid #b9d8cf;
  border-top: 4px solid #167d71;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(22, 58, 52, 0.1);
}

.tv-booking-confirmation h3 {
  margin: 4px 0 14px;
  color: #173c35;
  font-family: var(--wp--preset--font-family--display, serif);
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  letter-spacing: 0;
}

.tv-booking-confirmation p {
  max-width: 720px;
}

.tv-enterprise-form button:disabled,
.tv-purchase-form button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
}
