<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.pages&gt;h1{}
section.pages&gt;h2:not(.accordion){margin:10px 10px 0 !important;}
section.pages&gt;p{margin:0 10px 10px !important;}

/* FAQ */
h2.faq {
    font-weight: 400;
    border: 1px solid #dcdedd;
    margin:10px 10px 0 !important;
    cursor: pointer;
    padding: 10px;
}

h2.faq.open{border-bottom: none;}
h2.faq:hover {background-color: #0e76bc; color:white;}

section.pages&gt;.panel {
    border: 1px solid white;
    border-top: none;
    padding: 0 10px;
    margin: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
section.pages&gt;.panel &gt;p{
    margin:0 0 10px;
}
h2.faq.open + .panel{
    border: 1px solid #dcdedd;
    border-top: none;
}
section.pages&gt;.panel:last-child{margin-bottom: 10px !important;}</pre></body></html>