FT
FAQ Templates

ASSET_SPEC // COMPACT_INLINE_FAQ

Compact Inline FAQFAQ template

A minimalist, space-saving FAQ design for sidebars or mid-article content.

Live_Preview_Environment

When_to_Use

Choose the compact inline FAQ when space is tight, such as sidebars, inline inserts, or mobile surfaces. Small type and a bordered card keep it dense without losing contrast.

Source_Manifest

Source_Inspector // HTML
<aside aria-labelledby="quick-faq-heading" style="max-width: 24rem; border: 1px solid #d1d5db; border-radius: 0.5rem; padding: 1rem; font-family: sans-serif;">
  <h2 id="quick-faq-heading" style="font-size: 1rem; margin: 0;">Quick FAQ</h2>
  <dl style="margin: 1rem 0 0;">
    <dt style="font-weight: 600;">Fast setup?</dt>
    <dd style="margin: 0.25rem 0 1rem; color: #4b5563;">Get running quickly with our CLI tool.</dd>
    <dt style="font-weight: 600;">API access?</dt>
    <dd style="margin: 0.25rem 0 0; color: #4b5563;">Check the plan comparison and API documentation for current access details.</dd>
  </dl>
</aside>
READ_ONLY