/* Dependency-free preview adaptations; production styles remain in app/globals.css. */
.static-faq{border-top:1px solid var(--border)}
.static-faq details{border-bottom:1px solid var(--border)}
.static-faq summary{cursor:pointer;color:var(--navy);font-size:1.125rem;font-weight:600;line-height:1.5;padding:22px 12px}
.static-faq details[open] summary{background:var(--pale);color:var(--teal)}
.static-faq details p{padding:16px 38px 24px 12px;line-height:1.75}
