.lr-em-booking {
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  color: #111;
}
.lr-em-custom-ui {
  width: 100%;
}
.lr-em-person-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 0 16px;
}
.lr-em-field,
.lr-em-field input {
  width: 100%;
  box-sizing: border-box;
}
.lr-em-field input {
  display: block;
  height: 46px;
  border: 1px solid #d2d2d2;
  padding: 0 13px;
  background: #fff;
  font: inherit;
  font-weight: 400;
  color: #222;
  outline: none;
}
.lr-em-field input:focus {
  border-color: #999;
}
.lr-em-field input::placeholder {
  opacity: 1;
  color: #555;
  font-weight: 400;
}

/* Timezone: value only, matching the supplied design. */
.lr-em-timezone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 46px;
  margin: 0 0 16px;
  padding: 8px 16px;
  background: #f7f6f5;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
}
.lr-em-timezone-value {
  font-weight: 400;
}
.lr-em-section-title {
  background: #f7f6f5;
  padding: 12px 18px;
  color: #9c0c1a;
  font-weight: 600;
  line-height: 1.4;
  box-sizing: border-box;
}
.lr-em-section-note {
  padding: 10px 18px 7px;
  color: #555;
  font-size: 14px;
  line-height: 1.45;
}

.lr-em-day-options {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  padding: 17px 18px 18px;
}

/* Gray header/note; white background for the time slot options */
.lr-em-times {
  background: #f7f6f5;
}

.lr-em-times .lr-em-section-note {
  background: #f7f6f5;
  padding-bottom: 12px;
}

/* .lr-em-time-options {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  column-gap: 40px;
  row-gap: 18px;
  width: 100%;
} */

.lr-em-time-options {
  display: grid !important;
  grid-template-rows: repeat(5, auto) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-auto-flow: column !important;
  column-gap: 40px !important;
  row-gap: 18px !important;
  width: 100% !important;
  padding: 10px 18px;
}
.lr-em-radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #111;
  font-weight: 400;
  line-height: 1.35;
  min-width: 0;
  user-select: none;
}

.lr-em-time-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.lr-em-radio-option input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin: 0;
  padding: 0;
  border: 1.5px solid #111;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  display: inline-grid;
  place-content: center;
  flex-shrink: 0;
  cursor: pointer;
  vertical-align: middle;
}

.lr-em-radio-option input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #111;
  transform: scale(0);
  transition: transform 0.12s ease-in-out;
}

.lr-em-radio-option input[type="radio"]:checked::before {
  transform: scale(1);
}

.lr-em-radio-option input[type="radio"]:checked {
  border-color: #111;
  background: #fff;
  box-shadow: none;
}

.lr-em-radio-option input[type="radio"]:focus-visible {
  outline: 2px solid #999;
  outline-offset: 2px;
}

.lr-em-radio-option input[type="radio"]:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.lr-em-radio-option.is-unavailable {
  opacity: 0.45;
  cursor: not-allowed;
}

.lr-em-radio-label {
  font-weight: 400;
  color: #111;
}

.lr-em-visitors {
  background: #f7f6f5;
  padding-bottom: 18px;
}
.lr-em-visitors .lr-em-section-title {
  padding-bottom: 7px;
}
.lr-em-visitor-wrap {
  position: relative;
  width: min(260px, 100%);
  margin: 10px 0 0;
}
.lr-em-visitors-select {
  display: block;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding: 0 48px 0 0;
  border: 0;
  background: #f7f6f5;
  font: inherit;
  font-weight: 400;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border-radius: 0;
}
.lr-em-visitors-select:focus {
  border-bottom-color: #555;
}
.lr-em-visitors-select option {
  padding: 12px 10px;
  background: transparent;
  color: #000;
  font-weight: 400;
}
.lr-em-select-arrow {
  position: absolute;
  right: 9px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #9c0c1a;
  transform: translateY(-35%);
  pointer-events: none;
  border-radius: 5px;
}

.lr-em-submit {
  display: block;
  margin: 28px auto 0;
  min-width: 285px;
  padding: 13px 25px;
  border: 0;
  background: #9c0c1a;
  color: #fff;
  font: inherit;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}
.lr-em-submit:hover {
  background: #9f0816;
}
.lr-em-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.lr-em-message {
  margin: 12px 0;
  padding: 12px 15px;
  background: #fff1f1;
  color: #a00000;
  border: 1px solid #f0c4c4;
}

.lr-em-message.is-error {
  background: #fff1f1;
  color: #a00000;
  border: 1px solid #f0c4c4;
}

.lr-em-message.is-success {
  background: #eef8f0 !important;
  color: #1b6b2a !important;
  border: 1px solid #b7dfc0 !important;
}

.lr-em-booking.is-booking-complete .lr-em-privacy-consent,
.lr-em-booking.is-booking-complete .lr-em-submit {
  display: none !important;
}

.lr-em-native {
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.lr-em-error {
  padding: 15px;
  border: 1px solid #d33;
  background: #fff5f5;
  color: #900;
}

@media (max-width: 767px) {
  .lr-em-day-options {
    flex-direction: column;
    gap: 13px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .lr-em-time-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    row-gap: 12px;
  }
  .lr-em-submit {
    width: 100%;
    min-width: 0;
  }
  .lr-em-radio-option {
    font-size: 14px;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.form-field-main .lr-em-person-fields {
  gap: 20px !important;
}
.lr-em-privacy-label {
  margin: 10px 0 0 0;
  display: block;
}

.em-ticket-form .em-ticket-price,
.em-ticket-form .em-ticket-price-field,
.em-ticket-form .em-ticket-price-input {
  display: none !important;
}
