.faq-accordion{flex-direction:column;gap:10px;margin-top:16px;display:flex}.faq-item{border:1px solid var(--panel-border);background:#00000026;border-radius:10px;overflow:hidden}.faq-question{cursor:pointer;text-align:left;color:#f5e7c8;background:0 0;border:none;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:14px 18px;font-family:Georgia,serif;font-size:16px;display:flex}.faq-chevron{color:#efe3cc;flex-shrink:0;font-size:1.1rem;transition:transform .25s}.faq-chevron.open{transform:rotate(180deg)}.faq-answer-wrap{overflow:hidden}.faq-answer{color:#efe3cc;margin:0;padding:0 18px 16px;font-size:15px;line-height:1.65}.faq-answer a{color:var(--brand-light)}.faq-answer a:hover{color:#f5e7c8}
