

html.is-booking-teaser-open,
html.is-booking-teaser-open body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

html.is-booking-teaser-open .lv-book-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  overflow: hidden;
}

html.is-booking-teaser-open [data-booking-step]:not([data-booking-step="calendar"]) {
  display: none !important;
}

html.is-booking-teaser-open .lv-book-cal__summary,
html.is-booking-teaser-open .lv-book-cal__availability,
html.is-booking-teaser-open .lv-book-modal__step-label,
html.is-booking-teaser-open .lv-book-modal__next,
html.is-booking-teaser-open .lv-book-modal__back {
  display: none !important;
}

html.is-booking-teaser-open .lv-book-cal__day {
  cursor: default;
  pointer-events: none;
  user-select: none;
}

html.is-booking-teaser-open .lv-book-modal__panel {
  position: relative;
}

html.is-booking-teaser-open .lv-teaser-modal-dim {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

html.is-booking-teaser-open .lv-teaser-modal-announcement {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.42em;
  margin: 0;
  padding: 0 1.4rem;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

html[lang="en"].is-booking-teaser-open .lv-teaser-modal-announcement {
  flex-direction: column-reverse;
}

html.is-booking-teaser-open .lv-teaser-modal-announcement__primary {
  display: block;
  font-size: clamp(2rem, 3.8vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

html[lang="en"].is-booking-teaser-open .lv-teaser-modal-announcement__primary {
  font-size: clamp(2.35rem, 4.4vw, 3rem);
}

html.is-booking-teaser-open .lv-teaser-modal-announcement__secondary {
  display: block;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

html.is-booking-teaser-open .lv-book-modal__close,
html.is-booking-teaser-open .lv-book-modal__close-action {
  position: relative;
  z-index: 6;
  pointer-events: auto;
}

html.is-booking-teaser-open .lv-book-modal__close {
  position: absolute;
}

html.is-booking-teaser-open .lv-book-modal__close-action,
html.is-booking-teaser-open .lv-book-modal__close-action:hover {
  border-color: #8d8880;
  background: transparent;
  color: #1a1d21;
  box-shadow: none;
  filter: none;
  text-shadow: none;
}

html.is-booking-teaser-open .lv-book-modal__close-action:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

html.is-booking-teaser-open .lv-book-modal__close-action:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

html.is-booking-teaser-open .lv-book-float {
  visibility: hidden;
  pointer-events: none;
}

.header-action-icon--book {
  width: 11px;
  height: 12px;
  border: 1px solid rgba(255,255,255,0.82);
  border-radius: 2px;
}

.header-action-icon--book::before {
  content: "";
  position: absolute;
  left: 2px;
  top: -2px;
  width: 1px;
  height: 4px;
  background: rgba(255,255,255,0.82);
  box-shadow: 6px 0 0 rgba(255,255,255,0.82);
}
