.sonhopet-faq-main-title {
  max-width: 44rem;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.sonhopet-faq-main-title::after {
  display: block;
  width: 4rem;
  height: 0.3rem;
  margin-top: 1.25rem;
  border-radius: 999px;
  background: #9ced6a;
  content: '';
}

.sonhopet-faq-group-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: #5d50a0;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.sonhopet-faq-group + .sonhopet-faq-group {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ebe9f3;
}

.sonhopet-faq-group > .sonhopet-faq-list {
  margin-top: 1rem;
}

.sonhopet-faq-answer {
  max-height: 0;
  opacity: 0;
}

.sonhopet-faq-item.is-open .sonhopet-faq-answer {
  max-height: 1000px;
  opacity: 1;
}

.sonhopet-faq-question__label {
  color: #3a3a3a;
}

.sonhopet-faq-item.is-open .sonhopet-faq-question__label {
  color: #5d50a0;
}

.sonhopet-faq-question__icon {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.25rem;
  color: #9ca3af;
}

.sonhopet-faq-question__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.sonhopet-faq-item.is-open .sonhopet-faq-question__icon {
  color: #5d50a0;
}

.sonhopet-faq-answer p {
  margin: 0;
}

.sonhopet-faq-answer p + p {
  margin-top: 0.75rem;
}

.sonhopet-faq-answer ul {
  margin: 0.5rem 0 0.9rem;
  padding-left: 1.35rem;
  list-style: disc;
}

.sonhopet-faq-answer li {
  padding-left: 0.25rem;
}

.sonhopet-faq-answer li::marker {
  color: #5d50a0;
}

.sonhopet-faq-answer li + li {
  margin-top: 0.25rem;
}

@media (max-width: 640px) {
  .sonhopet-faq-question {
    gap: 0.75rem;
    padding: 1rem;
  }

  .sonhopet-faq-answer > div {
    padding: 0 1rem 1rem;
  }

  .sonhopet-faq-group + .sonhopet-faq-group {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
