.FaqSection_root___TeQq{width:100%;max-width:100%;display:flex;flex-direction:column;gap:1rem}.FaqSection_header__lTfXM{max-width:100%;display:flex;flex-direction:column;gap:.5rem}.FaqSection_title___Rj02{font-size:var(--text-2xl)}.FaqSection_intro___hzv0{font-size:var(--text-sm);color:var(--muted-foreground)}.FaqSection_items__JKizV{max-width:100%;display:flex;flex-direction:column;gap:1rem}.FaqSection_accordion__Q9mLR{max-width:100%;border:1px solid var(--border);background:var(--card);transition:box-shadow .3s ease}.FaqSection_accordion__Q9mLR:hover{box-shadow:0 10px 24px rgb(0 0 0/12%)}.FaqSection_summary__Jh864{display:flex;width:100%;cursor:pointer;list-style:none;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;text-align:left;transition:background-color .2s ease}.FaqSection_summary__Jh864::-webkit-details-marker{display:none}.FaqSection_summary__Jh864:hover{background:color-mix(in srgb,var(--muted) 30%,transparent)}.FaqSection_question__HOL2p{overflow-wrap:anywhere;font-weight:600;color:var(--foreground)}.FaqSection_icon__92OF9{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--primary);transition:transform .3s ease}.FaqSection_accordion__Q9mLR[open] .FaqSection_icon__92OF9{transform:rotate(180deg)}.FaqSection_answerWrap__r0UCz{border-top:1px solid color-mix(in srgb,var(--border) 30%,transparent);padding:1rem 1.5rem 1.5rem}.FaqSection_answer__l3xoB{white-space:pre-line;overflow-wrap:anywhere;line-height:1.625;color:var(--muted-foreground)}@media (min-width:640px){.FaqSection_title___Rj02{font-size:var(--text-3xl)}}