.travelray-inline-booking {
  margin: 1.25rem 0 0;
  padding: 1.25rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}

.travelray-inline-booking__heading {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  color: #12355b;
}

.travelray-inline-booking__summary {
  margin: 0 0 1rem;
  font-weight: 600;
  color: #12355b;
}

.travelray-booking-form label {
  display: block;
  margin-bottom: 0.85rem;
  font-weight: 600;
}

.travelray-booking-form input {
  display: block;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  box-sizing: border-box;
}

.travelray-booking-fields--room {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
}

.travelray-booking-payment {
  margin: 1.25rem 0 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.travelray-booking-payment__heading {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #12355b;
}

.travelray-payment-element {
  min-height: 120px;
}

.travelray-booking-error {
  color: #b91c1c;
  font-weight: 600;
}

.travelray-booking-submit,
.travelray-inline-booking .travelray-button {
  display: inline-block;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.85rem 1rem;
  border: 0;
  border-radius: 999px;
  background: #12355b;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.travelray-booking-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}

.travelray-booking-success {
  padding: 1rem;
  background: #ecfdf5;
  border: 1px solid #86efac;
  border-radius: 8px;
  color: #14532d;
}

.travelray-booking-success h4 {
  margin: 0 0 0.5rem;
}

.travelray-booking-success p {
  margin: 0;
}

.travelray-booking-setup__message {
  margin: 0;
  color: #12355b;
}
