.etr-booking {
  font-family: inherit;
}

.etr-hero h1 {
  max-width: 720px;
  font-family: inherit;
  font-size: clamp(42px, 5.3vw, 64px);
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.etr-booking-info {
  margin: 20px 0 24px;
  padding: 17px 19px;
  border-left: 3px solid var(--etr-blue);
  background: #f2f8fc;
  color: #5f6f7b;
  font-size: 13px;
  line-height: 1.9;
}

.etr-booking-info p {
  margin: 0;
}

.etr-booking-info p + p {
  margin-top: 6px;
}

.etr-day {
  min-height: 67px;
  aspect-ratio: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.etr-day small {
  display: block;
  color: var(--etr-blue);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.etr-day.is-limited {
  color: var(--etr-ink);
  background: #fffaf3;
  border-color: #f0d4ad;
}

.etr-day.is-limited:hover {
  border-color: var(--etr-accent);
  transform: translateY(-2px);
}

.etr-day.is-limited small,
.etr-day.is-inquiry small {
  color: #cf7f20;
}

.etr-day.is-inquiry {
  color: #7c8992;
  background: #fffaf3;
  border-color: #f0dfc8;
}

.etr-day.is-inquiry:hover,
.etr-day.is-inquiry:focus-visible {
  border-color: #cf7f20;
  box-shadow: 0 0 0 3px rgba(207, 127, 32, 0.12);
  transform: translateY(-2px);
}

.etr-day.is-closed small,
.etr-day.is-unavailable small {
  color: #9ba8b1;
  font-size: 12px;
}

.etr-day.is-selected small {
  color: #fff;
}

.etr-phone-bubble {
  position: relative;
  display: grid;
  gap: 3px;
  margin: 17px 0 0;
  padding: 15px 44px 15px 18px;
  border: 1px solid #f0d4ad;
  border-radius: 4px;
  background: #fffaf3;
  box-shadow: 0 10px 24px rgba(127, 86, 33, 0.1);
}

.etr-phone-bubble::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #f0d4ad;
  border-left: 1px solid #f0d4ad;
  background: #fffaf3;
  transform: translateX(-50%) rotate(45deg);
}

.etr-phone-bubble span {
  color: var(--etr-muted);
  font-size: 12px;
}

.etr-phone-bubble strong {
  color: var(--etr-ink);
  font-size: 13px;
}

.etr-phone-bubble b {
  color: var(--etr-blue);
  font-size: 20px;
  letter-spacing: 0.04em;
}

.etr-phone-bubble button {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #806b4f;
  font-size: 20px;
  line-height: 1;
}

.etr-phone-bubble button:hover,
.etr-phone-bubble button:focus-visible {
  background: #f7ead8;
  outline: none;
}

.etr-legend {
  flex-wrap: wrap;
  align-items: center;
}

.etr-legend i {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.etr-legend__open {
  color: var(--etr-blue);
}

.etr-legend__limited {
  color: #cf7f20;
}

.etr-phone-link {
  color: var(--etr-blue);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.etr-closed-days {
  margin: 16px 0 0;
  padding: 11px 13px;
  background: #f2f8fc;
  color: var(--etr-muted);
  font-size: 12px;
  line-height: 1.7;
}

.etr-closed-days strong {
  margin-right: 0.65em;
  color: var(--etr-ink);
}

.etr-confirm-notice,
.etr-complete-notice {
  margin: 0 0 24px;
  padding: 16px 18px;
  border-left: 3px solid var(--etr-accent);
  background: #fffaf3;
  color: #6f6252;
  font-size: 13px;
  line-height: 1.8;
}

.etr-confirm-notice strong {
  display: block;
  margin-bottom: 6px;
  color: var(--etr-ink);
}

.etr-confirm-notice p,
.etr-complete-notice p {
  margin: 0;
}

.etr-confirm-notice p + p,
.etr-complete-notice p + p {
  margin-top: 6px;
}

.etr-complete-notice {
  margin: 20px 0 0;
  text-align: left;
}

.etr-complete-notice a {
  color: var(--etr-blue);
  font-weight: 700;
}

.etr-summary h3 {
  font-family: inherit;
  font-weight: 700;
}

.etr-cleaning-reason-other {
  margin: 14px 0 0;
  padding: 14px;
  border: 1px solid var(--etr-line);
  background: #f5fafe;
}

.etr-day i {
  bottom: 5px;
}

.etr-slot {
  min-height: 66px;
}

.etr-slot > span:first-child {
  padding-left: 4px;
}

.etr-fieldset,
.etr-question {
  min-width: 0;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

.etr-fieldset > legend,
.etr-question > legend {
  width: 100%;
  margin-bottom: 10px;
  color: var(--etr-ink);
  font-size: 14px;
  font-weight: 700;
}

.etr-fieldset > legend > span,
.etr-question > legend > b {
  color: #b65d50;
}

.etr-consent .etr-required {
  color: #b65d50;
  font-weight: 700;
}

.etr-choice-row,
.etr-choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.etr-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.etr-choice-row label,
.etr-choice-grid label {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #d5e2ea;
  border-radius: 3px;
  background: #fcfdfe;
  color: var(--etr-ink);
  font-size: 13px;
  cursor: pointer;
}

.etr-choice-row input,
.etr-choice-grid input {
  accent-color: var(--etr-blue);
}

.etr-billing-fields {
  margin-top: 15px;
  padding: 16px;
  border: 1px solid var(--etr-line);
  background: #f5fafe;
}

.etr-billing-fields .etr-field:last-child {
  margin-bottom: 0;
}

.etr-confirmation-items {
  margin: 34px 0 24px;
}

.etr-confirmation-items > h3 {
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--etr-blue);
  color: var(--etr-ink);
  font-size: 21px;
}

.etr-question {
  padding: 20px;
  border: 1px solid var(--etr-line);
  border-radius: 4px;
  background: #fff;
}

.etr-question > legend {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  float: left;
}

.etr-question > legend + * {
  clear: both;
}

.etr-question > legend > span {
  display: grid;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--etr-blue);
  color: #fff;
  font-size: 13px;
}

.etr-question > p {
  margin: 13px 0 0;
  padding: 12px 14px;
  background: #fcf8f0;
  color: #766a58;
  font-size: 12px;
  line-height: 1.8;
}

.etr-question > p strong {
  color: #9b6121;
}

.etr-question--note .etr-field {
  margin-bottom: 0;
}

.etr-complete h2 {
  font-family: inherit;
  font-weight: 700;
}

.etr-form-layout {
  grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.6fr);
  gap: 38px;
}

@media (max-width: 720px) {
  .etr-hero h1 {
    font-size: 42px;
  }

  .etr-booking-info {
    padding: 14px;
    font-size: 12px;
  }

  .etr-day {
    min-height: 58px;
  }

  .etr-day small {
    font-size: 19px;
  }

  .etr-day.is-closed small {
    font-size: 11px;
  }

  .etr-phone-bubble {
    display: none;
  }

  .etr-choice-grid {
    grid-template-columns: 1fr;
  }

  .etr-choice-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .etr-choice-row label,
  .etr-choice-grid label {
    width: 100%;
  }

  .etr-question {
    padding: 16px 14px;
  }
}
