<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* faq */
ul.faq {
    margin: 0;
}
ul.faq&gt;li {
    margin: 0;
    list-style: none;
    overflow: hidden;
}
ul.faq&gt;li&gt;span:first-child {
    font-size: 16px;
    line-height: 26px;
    color: #0374d3;
    cursor: pointer;
}
ul.faq&gt;li&gt;span:first-child:before {
    content: '\002B';
    color: #0374d3;
    margin-right: 7px;
}
ul.faq&gt;li.open&gt;span:first-child:before {
    content: '\2212';
}
ul.faq&gt;li&gt;div {
    margin-left: 25px;
    display: none;
}</pre></body></html>