.faq-item {
  margin-bottom: 1rem;
}

.faq-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  color: inherit;
}

.faq-content {
  transition: all 0.3s ease;
}

.faq-content.hidden {
  display: none;
}
