/* -------------------------------------------------------- */
/* 🔹 FAQ Section                                           */
/* -------------------------------------------------------- */
/* Section wrapper + "more" link for the landing-page FAQ    */
/* Tiles use faq_expansion_tile.css                          */


.faq {
  padding-block: var(--website-section-spacing);
  background-color: var(--color-scaffold-bg);
}

.faq__list {
  margin-top: var(--space-xxxl);
}


/* -------------------------------------------------------- */
/* 🔹 More link                                             */
/* -------------------------------------------------------- */
/* Leads to the full support page below the list             */

.faq__more {
  display: block;
  margin-top: var(--space-xl);
  text-align: center;
  font-size: var(--text-body-medium);
  color: var(--color-primary);
  text-decoration: none;
}

.faq__more:hover {
  text-decoration: underline;
}
