/* CredenGo custom fixes kept separate from the migrated Webflow styles. */

/* Keep the FAQ accordion at one consistent, centered width in both states. */
#FAQs .grid-2.gap-content {
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 880px);
  margin-left: auto;
  margin-right: auto;
}

#FAQs .vflex-lt.gap-content,
#FAQs .faq-dropdown,
#FAQs .faq-dropdown-toggle,
#FAQs .dropdown-content,
#FAQs .faq-dropdown-title {
  width: 100%;
}

#FAQs .faq-dropdown-title {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}
