#reserve [data-rq-booking-card="enhanced"] {
  min-width: 0;
}

#reserve [data-rq-booking-original="true"] {
  display: none !important;
}

.rq-booking-form {
  display: grid;
  gap: 26px;
}

.rq-booking-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
}

.rq-booking-field {
  min-width: 0;
}

.rq-booking-field label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: rgba(245, 240, 230, 0.58);
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.24em;
  line-height: 1.5;
}

.rq-booking-optional {
  color: rgba(245, 240, 230, 0.3);
  font-size: 11px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.rq-booking-field input,
.rq-booking-field textarea {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(201, 162, 75, 0.3);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #f5f0e6;
  font: inherit;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.06em;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.rq-booking-field input {
  min-height: 47px;
  padding: 10px 0 11px;
}

.rq-booking-field textarea {
  min-height: 88px;
  padding: 12px 0;
  line-height: 1.7;
  resize: vertical;
}

.rq-booking-field input::placeholder,
.rq-booking-field textarea::placeholder {
  color: rgba(245, 240, 230, 0.25);
  opacity: 1;
}

.rq-booking-field input:focus,
.rq-booking-field textarea:focus {
  border-color: #c9a24b;
  box-shadow: 0 1px 0 rgba(201, 162, 75, 0.24);
}

.rq-booking-field.has-error input,
.rq-booking-field.has-error textarea {
  border-color: #d4654f;
}

.rq-booking-field-error,
.rq-booking-consent-error,
.rq-booking-submit-error {
  min-height: 0;
  margin: 0;
  color: #d4654f;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.rq-booking-field-error:not(:empty) {
  margin-top: 7px;
}

.rq-booking-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(245, 240, 230, 0.48);
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  user-select: none;
}

.rq-booking-consent input {
  width: 15px;
  height: 15px;
  margin: 4px 0 0;
  accent-color: #c9a24b;
  flex: 0 0 auto;
}

.rq-booking-consent a {
  color: rgba(216, 181, 106, 0.88);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rq-booking-consent.has-error {
  color: rgba(212, 101, 79, 0.9);
}

.rq-booking-consent-error:not(:empty),
.rq-booking-submit-error:not(:empty) {
  margin-top: -18px;
}

.rq-booking-submit {
  width: 100%;
  min-height: 54px;
  border: 1px solid #c9a24b;
  background: #c9a24b;
  color: #0d0b08;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42em;
  transition: background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.rq-booking-submit:hover {
  border-color: #d8b56a;
  background: #d8b56a;
}

.rq-booking-submit:focus-visible,
.rq-booking-done:focus-visible,
.rq-booking-consent input:focus-visible {
  outline: 2px solid #ebd9a8;
  outline-offset: 3px;
}

.rq-booking-submit:disabled {
  cursor: wait;
  opacity: 0.58;
}

.rq-booking-success {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 12px 18px;
  text-align: center;
  outline: 0;
}

.rq-booking-success-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(201, 162, 75, 0.68);
  border-radius: 50%;
  color: #d8b56a;
  font-family: Georgia, serif;
  font-size: 30px;
  box-shadow: 0 0 30px rgba(201, 162, 75, 0.12);
}

.rq-booking-success h3 {
  margin: 24px 0 0;
  color: #ebd9a8;
  font-family: "Noto Serif SC", "Songti SC", serif;
  font-size: 26px;
  letter-spacing: 0.12em;
}

.rq-booking-success > p {
  max-width: 430px;
  margin: 14px 0 0;
  color: rgba(245, 240, 230, 0.5);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
}

.rq-booking-success .rq-booking-success-number {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  gap: 7px;
}

.rq-booking-success-number span {
  color: rgba(245, 240, 230, 0.38);
  font-size: 11px;
  letter-spacing: 0.28em;
}

.rq-booking-success-number strong {
  color: #d8b56a;
  font-family: "Cormorant Garamond", "Noto Serif SC", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.rq-booking-done {
  width: min(100%, 320px);
  min-height: 48px;
  margin-top: 34px;
  border: 1px solid rgba(201, 162, 75, 0.55);
  background: transparent;
  color: #d8b56a;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  letter-spacing: 0.35em;
}

html[dir="rtl"] .rq-booking-field label,
html[dir="rtl"] .rq-booking-field input,
html[dir="rtl"] .rq-booking-field textarea,
html[dir="rtl"] .rq-booking-consent {
  text-align: right;
}

@media (max-width: 720px) {
  .rq-booking-form {
    gap: 23px;
  }

  .rq-booking-contact-grid {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .rq-booking-field label,
  .rq-booking-consent {
    font-size: 12px;
  }

  .rq-booking-field input,
  .rq-booking-field textarea {
    font-size: 14px;
  }

  .rq-booking-submit {
    letter-spacing: 0.3em;
  }

  .rq-booking-success {
    min-height: 380px;
  }
}
