.help-faq{border:1px solid var(--vz-line);border-radius:12px;overflow:hidden}.help-faq details{border-bottom:1px solid var(--vz-line)}.help-faq details:last-child{border-bottom:0}.help-faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:12px;min-height:48px;padding:11px 16px;font-weight:600}.help-faq summary::-webkit-details-marker{display:none}.help-faq summary:after{content:"";margin-left:auto;flex:none;width:8px;height:8px;border-right:2px solid var(--vz-muted);border-bottom:2px solid var(--vz-muted);transform:rotate(45deg) translate(-2px,-2px);transition:transform .18s ease}.help-faq details[open] summary:after{transform:rotate(-135deg) translate(-2px,-2px)}.help-faq summary:hover{background:var(--vz-ice)}.help-faq summary:focus-visible{outline:2px solid var(--vz-blue);outline-offset:-2px}.help-faq .help-answer{padding:0 16px 15px}.help-faq .help-answer>*+*{margin-top:9px}.help-hint{color:var(--vz-muted);font-size:.9rem}@media (prefers-reduced-motion:reduce){.help-faq summary:after{transition:none}}