/* The approved left topic menu and single answer card. */
#helpView .faq-topics-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px;max-width:1040px;align-items:start}
#helpView .faq-topics{display:flex;flex-direction:column;gap:6px;padding:4px 0}
#helpView .faq-topics button{font:500 14px/1.5 'Archivo',sans-serif;text-align:left;min-height:48px;padding:12px 16px;border:1px solid transparent;border-radius:8px;color:#b4c4ba;background:transparent;cursor:pointer}
#helpView .faq-topics button:hover{background:#ffffff08;color:#fff}#helpView .faq-topics button[aria-current=true]{background:#163129;color:#80e3ca;border-color:#376354}
#helpView .faq-topic-card{grid-column:2;grid-row:1;padding:28px 30px;min-width:0;background:#111e;border:1px solid #303330;border-radius:12px}
#helpView .faq-topic-card h2{font:600 20px 'Montserrat',sans-serif;margin:0 0 18px;color:#fff}
#helpView details{padding:0;border:0;border-top:1px solid #2b302c}#helpView summary{cursor:pointer;min-height:52px;padding:16px 26px 16px 0;position:relative;list-style:none;font:500 14px/1.5 'Archivo',sans-serif;color:#e2e9e4}#helpView summary::-webkit-details-marker{display:none}#helpView summary:after{content:'⌄';position:absolute;right:0;top:16px;color:#94aba0}#helpView details[open] summary{color:#5eead4}#helpView details[open] summary:after{transform:rotate(180deg)}#helpView details p{font:13px/1.8 'Archivo',sans-serif;color:#afbdb5;margin:0;padding:0 0 16px}
@media(max-width:760px){#helpView .faq-topics-layout{grid-template-columns:minmax(0,1fr);gap:16px}#helpView .faq-topics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}#helpView .faq-topics button{font-size:12px;padding:10px 12px}#helpView .faq-topic-card{grid-column:1;grid-row:auto;padding:22px}}
