/**
 * FAQ list SDC — section spacing + max-width container only.
 *
 * The pasted html_text already carries its own list/card styling via inline
 * `style` attributes (see html/Packages.html and html/Free Audit.html "FAQ"
 * — a vertical flex list of bordered question/answer cards). This file must
 * not restyle that content. No JS: the source mockups use plain
 * always-expanded Q&A pairs, not an accordion.
 */

.mk3-sdc--faq-list {
  padding-top: clamp(2.5rem, 5vw, 4.375rem);
  padding-bottom: clamp(1rem, 3vw, 1.25rem);
}

.mk3-sdc--faq-list .mk3-sdc__inner {
  max-width: 56.25rem; /* 900px — matches the narrower FAQ reading column in html/Packages.html and html/Free Audit.html */
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4vw, 3rem);
}
