/* Shared CSS bundle generated by scripts/dedupe-assets.mjs */

.faq-content{
  max-height:0;
  overflow:hidden;
  transition:.3s;
}

.faq-item.active .faq-content{
  max-height:200px;
}