.brand-faq{flex-direction:column;gap:1.2rem;display:flex}.brand-faq details{background:rgba(var(--brand-surface-rgb), .76);border:1px solid rgba(var(--brand-border-rgb), .7);border-radius:var(--brand-radius-md);padding:.9rem 2rem}.brand-faq summary{color:var(--brand-heading);cursor:pointer;justify-content:space-between;align-items:center;gap:1.6rem;padding-block:.9rem;font-size:1.7rem;font-weight:600;list-style:none;display:flex}.brand-faq summary::-webkit-details-marker{display:none}.brand-faq__question{min-width:0}.brand-faq__icon{color:var(--brand-accent);flex:none;align-items:center;transition:transform .18s;display:inline-flex}.brand-faq details[open] .brand-faq__icon{transform:rotate(180deg)}.brand-faq__content{color:var(--brand-text-muted);margin-top:1.4rem}