body.erfurt-final-faq main > div:first-child > .mx-auto.max-w-4xl {
  width: 100% !important;
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body.erfurt-final-faq main #faq-categories {
  width: min(100%, 760px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  justify-content: center !important;
}

body.erfurt-final-faq main #faq-categories .category-button {
  border: 1px solid rgba(255, 73, 143, 0.52) !important;
  background: linear-gradient(135deg, rgba(255, 10, 91, 0.9), rgba(151, 33, 221, 0.88)) !important;
  color: #fff8ef !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 18px rgba(255, 31, 104, 0.28) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease !important;
}

body.erfurt-final-faq main #faq-categories .category-button:hover,
body.erfurt-final-faq main #faq-categories .category-button:focus-visible {
  border-color: rgba(141, 255, 176, 0.96) !important;
  color: #f4fff8 !important;
  outline: none !important;
  box-shadow:
    0 0 0 1px rgba(141, 255, 176, 0.74) inset,
    0 0 22px rgba(44, 255, 125, 0.58),
    0 0 54px rgba(44, 255, 125, 0.28) !important;
  transform: translateY(-1px) !important;
}

body.erfurt-final-faq main #faq-list {
  display: flex !important;
  width: min(100%, 760px) !important;
  max-width: min(100%, 760px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.75rem !important;
  border: 0 !important;
  box-sizing: border-box !important;
}

body.erfurt-final-faq main #faq-list .faq-item {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 66, 139, 0.46) !important;
  border-radius: 1rem !important;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 20, 91, 0.18), transparent 40%),
    linear-gradient(135deg, rgba(13, 8, 18, 0.9), rgba(81, 4, 39, 0.8)) !important;
  box-shadow:
    0 0 18px rgba(255, 24, 93, 0.2),
    0 18px 52px rgba(0, 0, 0, 0.28) !important;
  box-sizing: border-box !important;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease !important;
}

body.erfurt-final-faq main #faq-list .faq-item:hover,
body.erfurt-final-faq main #faq-list .faq-item:focus-within {
  border-color: rgba(141, 255, 176, 0.96) !important;
  box-shadow:
    0 0 0 1px rgba(141, 255, 176, 0.56) inset,
    0 0 24px rgba(44, 255, 125, 0.6),
    0 0 68px rgba(44, 255, 125, 0.28) !important;
  transform: translateY(-1px) !important;
}

body.erfurt-final-faq main #faq-list .faq-question-button {
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  min-height: clamp(5.2rem, 11vw, 6.8rem) !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(1rem, 3.8vw, 1.45rem) clamp(3.7rem, 8vw, 4.7rem) !important;
  color: #fff7ef !important;
  text-align: center !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}

body.erfurt-final-faq main #faq-list .faq-question-button > span:first-child {
  display: block !important;
  width: 100% !important;
  color: #fff7ef !important;
  text-align: center !important;
  font-size: clamp(1.1rem, 4.4vw, 1.5rem) !important;
  line-height: 1.35 !important;
  font-weight: 900 !important;
  overflow-wrap: anywhere !important;
  text-wrap: balance !important;
}

body.erfurt-final-faq main #faq-list .faq-question-button > span:last-child {
  position: absolute !important;
  top: 50% !important;
  right: clamp(1rem, 4vw, 1.5rem) !important;
  margin-left: 0 !important;
  transform: translateY(-50%) !important;
}

body.erfurt-final-faq main #faq-list .faq-question-button svg {
  color: #fff7ef !important;
  filter: drop-shadow(0 0 10px rgba(255, 73, 143, 0.42)) !important;
  transition: color 180ms ease, filter 180ms ease, transform 180ms ease !important;
}

body.erfurt-final-faq main #faq-list .faq-item:hover .faq-question-button svg,
body.erfurt-final-faq main #faq-list .faq-item:focus-within .faq-question-button svg {
  color: #8dffb0 !important;
  filter: drop-shadow(0 0 16px rgba(44, 255, 125, 0.78)) !important;
  transform: scale(1.08) !important;
}

body.erfurt-final-faq main #faq-list .faq-answer {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  padding: 0 clamp(1.15rem, 5vw, 2.4rem) clamp(1.25rem, 4vw, 1.7rem) !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body.erfurt-final-faq main #faq-list .faq-answer p {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(255, 248, 239, 0.9) !important;
  text-align: center !important;
  line-height: 1.72 !important;
  box-sizing: border-box !important;
}

body.erfurt-final-faq main #faq-list .faq-answer a {
  color: #ff7ac3 !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.18em !important;
}

body.erfurt-final-faq main #faq-list .faq-answer a:hover,
body.erfurt-final-faq main #faq-list .faq-answer a:focus-visible {
  color: #8dffb0 !important;
  outline: none !important;
  text-shadow: 0 0 18px rgba(44, 255, 125, 0.48) !important;
}

@media (max-width: 639px) {
  body.erfurt-final-faq main > div:first-child {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.erfurt-final-faq main h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  body.erfurt-final-faq main #faq-categories {
    flex-direction: column !important;
    align-items: center !important;
  }

  body.erfurt-final-faq main #faq-categories .category-button {
    width: min(100%, 18rem) !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.erfurt-final-faq main #faq-list {
    width: 100% !important;
  }

  body.erfurt-final-faq main > div:nth-of-type(2) {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  body.erfurt-final-faq main > div:nth-of-type(2) > div {
    width: 100% !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.erfurt-final-faq main > div:nth-of-type(2) h2 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  body.erfurt-final-faq main > div:nth-of-type(2) .mt-10 {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
  }

  body.erfurt-final-faq main > div:nth-of-type(2) .mt-10 a {
    width: min(100%, 18rem) !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
