/* ============================================================
   SESSIONS - FAQ (single ungrouped list)
   Reuses the shared .faq-section / .faq-list / .faq-item styles;
   only centers the intro and support row for the ungrouped layout.
   ============================================================ */

/* Left-aligned intro, matching the FAQ on /subscriptions */
.ses-faq__intro {
  text-align: left;
  max-width: 720px;
  margin-bottom: 2.5rem;
}

/* Support line left-aligned under the list */
.ses-faq .faq-support-row {
  grid-template-columns: 1fr;
  max-width: 860px;
  margin-inline: auto;
  text-align: left;
}
.ses-faq .faq-support {
  text-align: left;
}
