body.erfurt-final-profile main > .max-w-8xl:first-child > .relative.mx-auto::after {
  content: none !important;
  display: none !important;
  height: 0 !important;
  background: none !important;
  opacity: 0 !important;
}

body.erfurt-final-profile main > .max-w-8xl:first-child picture img,
body.erfurt-final-profile main > .max-w-8xl:first-child > .relative.mx-auto,
body.erfurt-final-profile main > .relative.z-20.mx-auto .h-48.w-48 img,
body.erfurt-final-profile [data-erfurt-profile-gallery-trigger] {
  cursor: zoom-in !important;
}

html.erfurt-profile-lightbox-open,
body.erfurt-profile-lightbox-open {
  overflow: hidden !important;
}

body.erfurt-final-profile #imageModal.erfurt-profile-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483000 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(0.75rem, 2vw, 1.5rem) !important;
  background: rgba(3, 1, 4, 0.9) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
  backdrop-filter: blur(16px) saturate(1.05);
}

body.erfurt-final-profile #imageModal.erfurt-profile-lightbox.is-open {
  display: flex !important;
}

.erfurt-profile-lightbox__stage {
  position: relative;
  display: flex;
  width: min(100%, 82rem);
  height: min(100%, 92vh);
  align-items: center;
  justify-content: center;
}

.erfurt-profile-lightbox__image {
  max-width: min(100%, 78rem);
  max-height: min(86vh, 100%);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.58);
}

.erfurt-profile-lightbox__button,
.erfurt-profile-rec-button {
  border: 1px solid rgba(255, 248, 240, 0.28);
  background: rgba(7, 3, 8, 0.76);
  color: #fff8f0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  backdrop-filter: blur(12px) saturate(1.08);
}

.erfurt-profile-lightbox__button {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 3.1rem;
  height: 3.1rem;
  min-width: 3.1rem;
  place-items: center;
  border-radius: 999px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.erfurt-profile-lightbox__button:hover,
.erfurt-profile-lightbox__button:focus-visible,
.erfurt-profile-rec-button:hover,
.erfurt-profile-rec-button:focus-visible {
  border-color: rgba(255, 119, 180, 0.7);
  background: rgba(65, 6, 35, 0.86);
  outline: none;
}

.erfurt-profile-lightbox__close {
  top: 0;
  right: 0;
}

.erfurt-profile-lightbox__prev {
  left: 0;
}

.erfurt-profile-lightbox__next {
  right: 0;
}

.erfurt-profile-lightbox__counter {
  position: absolute;
  right: 50%;
  bottom: 0.2rem;
  transform: translateX(50%);
  border: 1px solid rgba(255, 248, 240, 0.2);
  border-radius: 999px;
  background: rgba(7, 3, 8, 0.72);
  color: #fff8f0;
  padding: 0.32rem 0.7rem;
  font-size: 0.82rem;
  font-weight: 800;
}

body.erfurt-final-profile .erfurt-profile-recommendations {
  position: relative !important;
  overflow: hidden !important;
}

body.erfurt-final-profile .erfurt-profile-recommendations ul.erfurt-profile-rec-track {
  display: flex !important;
  grid-template-columns: none !important;
  gap: clamp(0.75rem, 1.6vw, 1rem) !important;
  overflow-x: auto !important;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.15rem 0.1rem 0.55rem !important;
}

body.erfurt-final-profile main > .max-w-8xl.relative.mx-auto.erfurt-profile-recommendations ul[role="list"].erfurt-profile-rec-track {
  display: flex !important;
  grid-template-columns: none !important;
  overflow-x: auto !important;
}

body.erfurt-final-profile .erfurt-profile-recommendations ul.erfurt-profile-rec-track::-webkit-scrollbar {
  display: none;
}

body.erfurt-final-profile .erfurt-profile-recommendations ul.erfurt-profile-rec-track > li {
  flex: 0 0 calc((100% - 3rem) / 4) !important;
  min-width: 0 !important;
  scroll-snap-align: start;
}

body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white .erfurt-profile-booking-intro {
  grid-column: 1 / -1 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 clamp(0.1rem, 0.8vw, 0.35rem) !important;
  padding: clamp(0.72rem, 1.7vw, 0.95rem) clamp(0.85rem, 2vw, 1.1rem) !important;
  border: 1px solid rgba(255, 119, 180, 0.28) !important;
  border-radius: var(--erfurt-card-radius, 8px) !important;
  background:
    linear-gradient(135deg, rgba(255, 248, 240, 0.09), rgba(255, 119, 180, 0.06)),
    rgba(7, 3, 8, 0.32) !important;
  box-shadow: 0 0 0 1px rgba(255, 248, 240, 0.05) inset !important;
  text-align: center !important;
}

body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white .erfurt-profile-booking-intro__title {
  width: auto !important;
  max-width: 38rem !important;
  margin: 0 auto !important;
  color: #fff8f0 !important;
  font-size: clamp(1.05rem, 2vw, 1.35rem) !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow: none !important;
  text-wrap: balance;
}

body.erfurt-final-profile main > .max-w-8xl.relative.mx-auto.erfurt-profile-recommendations ul[role="list"].erfurt-profile-rec-track > li {
  flex: 0 0 calc((100% - 3rem) / 4) !important;
  width: auto !important;
}

.erfurt-profile-rec-controls {
  pointer-events: none;
  position: absolute;
  inset: 50% 0 auto;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.erfurt-profile-rec-button {
  pointer-events: auto;
  display: grid;
  width: 2.9rem;
  height: 2.9rem;
  min-width: 2.9rem;
  place-items: center;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1;
}

.erfurt-profile-rec-button[disabled] {
  cursor: default;
  opacity: 0.28;
}

@media (max-width: 1023px) {
  body.erfurt-final-profile .erfurt-profile-recommendations ul.erfurt-profile-rec-track > li {
    flex-basis: calc((100% - 1rem) / 2) !important;
  }

  body.erfurt-final-profile main > .max-w-8xl.relative.mx-auto.erfurt-profile-recommendations ul[role="list"].erfurt-profile-rec-track > li {
    flex-basis: calc((100% - 1rem) / 2) !important;
  }
}

@media (max-width: 639px) {
  body.erfurt-final-profile main > .max-w-8xl:first-child > .relative.mx-auto::after {
    content: none !important;
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
  }

  .erfurt-profile-lightbox__stage {
    width: 100%;
    height: 100%;
  }

  .erfurt-profile-lightbox__image {
    max-height: 82vh;
  }

  .erfurt-profile-lightbox__button {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
  }

  .erfurt-profile-lightbox__prev,
  .erfurt-profile-lightbox__next {
    top: auto;
    bottom: 4.1rem;
  }

  body.erfurt-final-profile .erfurt-profile-recommendations ul.erfurt-profile-rec-track > li {
    flex-basis: 78% !important;
  }

  body.erfurt-final-profile main > .max-w-8xl.relative.mx-auto.erfurt-profile-recommendations ul[role="list"].erfurt-profile-rec-track > li {
    flex-basis: 78% !important;
  }

  .erfurt-profile-rec-controls {
    inset-inline: 0.25rem;
  }
}

/* Profile booking form width pass, 2026-07-10 */
body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  justify-items: stretch !important;
}

body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white > div,
body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white .mt-2\.5 {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  justify-self: stretch !important;
}

body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white input,
body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white select,
body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white label {
  max-width: min(100%, 18rem) !important;
  justify-self: center !important;
}

@media (max-width: 639px) {
  body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white,
  body.erfurt-final-profile main > .max-w-5xl.relative.mx-auto form#form > .grid.bg-white > div {
    width: 100% !important;
    max-width: 100% !important;
  }
}
