.faqListToggle{display:flex;flex-direction:column;row-gap:12px;margin-top:24px;&>div{background:var(--white-bg-1);border:1px solid var(--border-color-1);border-radius:16px;overflow:hidden}& dt{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;font-weight:600;font-size:14px;line-height:20px;color:var(--font-color-dark);cursor:pointer;user-select:none;transition:background-color 0.2s ease;&::after{content:'';width:16px;height:16px;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232463EB' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform 0.2s ease}&:hover{background:rgba(36,99,235,0.05)}}&>div.is-open dt::after{transform:rotate(180deg)}& dd{height:0;overflow:hidden;margin-left:0}& .faqAnswer{padding:16px 24px 20px;border-top:1px solid var(--border-color-1);font-size:14px;line-height:1.625;font-weight:400;color:var(--font-color)}}