/* Q97 §3 — grouped, chevron-disclosed FAQ */
/* the /faq/ page is centered — the H1 centers over the centered disclosure card (the card's own rows stay left) */
main.prose > .lang > h1.display,main.prose > h1.display{text-align:center}
.faq-group{margin:26px 0 10px;color:var(--ink-2)}
/* reskin — the grouped FAQ list sits in the canonical .disclosure-card (COMPONENTS §3: disclosure content lives
   within the card). Align the group eyebrows to the disclosure's 24px inset + divide groups with the same hairline
   the disclosures use, so the whole list reads as one framed, sectioned card (matching the home FAQ). */
.faq-list > .faq-group{margin:0;padding:22px 24px 8px}
.faq-list > .faq-group:first-child{padding-top:24px}
.faq-list > details.disclosure + .faq-group{border-top:1px solid var(--line)}
/* Q490 — each FAQ item is the canonical `details.disclosure` (frame/chevron/marker/44px/focus/reduced-motion from
   styles.css). `.faq-q` is now only a content hook: the search-highlight glow + summary weight. */
.faq-q.is-glow{outline:3px solid var(--accent);outline-offset:2px;transition:outline-color 1.6s ease}
.faq-q > summary{font-weight:700}
.faq-ask-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:10px}
@media (prefers-reduced-motion: reduce){.faq-q.is-glow{transition:none}}
