<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-block-yoast-faq-block .schema-faq-section{
    border-top:1px solid var(--wp--preset--color--contrast);
    border-bottom:1px solid var(--wp--preset--color--contrast);
    margin-bottom:20px;
    background-color:#F2F2F2;
}
.wp-block-yoast-faq-block .schema-faq-question{
    font-weight:700;
    margin:0;
    padding:17px 56px 17px 12px;
    line-height:1.4;
    cursor:pointer;
    position:relative;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    display:block
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open{
    border-bottom:1px solid var(--wp--preset--color--contrast);
}
.wp-block-yoast-faq-block .schema-faq-question:after{
    content:"+";
    position:absolute;
    top:50%;
    right:10px;
    width:28px;
    text-align:center;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    font-weight:700;
    color:#000;
    font-size:24px;
    color:var(--wp--preset--color--contrast);
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open:after{
    content:"-"
}
.wp-block-yoast-faq-block p.schema-faq-answer{
    margin:0;
    padding:12px;
    background-color:#F2F2F2;
    line-height:1.4!important;
    border-bottom:1px solid var(--wp--preset--color--contrast);
    display:none;
     color: var(--wp--preset--color--contrast)!important;
}</pre></body></html>