/* guides/faq.html only. Scoped under body.faq-page so it never touches the shared guides.css
   (owned by the Guides A work packet). Open answers, no accordions (docs/design/
   astra-recommendations.md section B.10): 20px question headings, 32px between questions, a
   hairline plus 48px before each group. */

.faq-page .article-content section {
  padding-top: 48px
}
.faq-page .article-content h3 {
  font-size: 20px;
  margin-top: 32px
}
.faq-page .article-content h3:first-child {
  margin-top: 0
}

@media (max-width: 700px) {
  .faq-page .article-content section {
    padding-top: 40px
  }
}
