.faq-list{flex-direction:column;display:flex}.faq-item{border-bottom:1px solid var(--border)}.faq-q{text-align:left;cursor:pointer;width:100%;font-family:var(--font-display);color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.4rem 0;font-size:1rem;font-weight:700;display:flex}.faq-q svg{color:var(--text-muted);transition:color .25s var(--ease);flex-shrink:0}.faq-item.open .faq-q svg{color:var(--accent)}.faq-a{color:var(--text-muted);max-width:720px;padding-bottom:1.4rem;font-size:.9rem;line-height:1.75}
