.n-faq {
  max-width: var(--n-max-width, 1360px);
  margin: clamp(1.6rem, 4vw, 3.2rem) auto;
}
.n-faq__title {
  margin: 0;
  text-align: center;
  line-height: 1.12;
  font-weight: 700;
}
.n-faq__list {
  margin-top: clamp(1rem, 2.2vw, 1.6rem);
  padding: clamp(1.25rem, 3.5vw, 2.4rem) clamp(1rem, 2.6vw, 2rem);
  background: #fac5d9;
  border-top-right-radius: clamp(20px, 2.8vw, 34px);
  border-bottom-left-radius: clamp(20px, 2.8vw, 34px);
}
@media screen and (max-width: 425px) {
  .n-faq__list {
    border-radius: 0;
  }
}
.n-faq__item + .n-faq__item {
  margin-top: clamp(0.15rem, 0.8vw, 0.45rem);
}
.n-faq__item.is-open .n-faq__answer {
  opacity: 1;
}
.n-faq__question {
  width: 100%;
  border: 0;
  padding: 0.75rem 0.25rem;
  text-align: center;
  background: transparent;
  color: var(--n-color-dark, #242323);
  font: inherit;
  font-weight: 500;
  line-height: 1.35;
  cursor: pointer;
}
.n-faq__question:focus-visible {
  outline: 2px solid #1a8bff;
  outline-offset: 2px;
}
.n-faq__answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.28s ease, opacity 0.2s ease;
}
.n-faq__answer-content {
  text-align: center;
  color: var(--n-color-text, #252525);
  line-height: 1.5;
  padding: 0.75rem 0.25rem;
}
.n-faq__answer-content p {
  margin: 0;
}

@media (max-width: 680px) {
  .n-faq {
    margin: 1.2rem 0.8rem;
  }
}

/*# sourceMappingURL=nephants_faq.css.map */
