<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General */
li#accordion-section-wpst_general &gt; h3.accordion-section-title:before {
    content: "\f111";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* Site Identity */
li#accordion-section-title_tagline &gt; h3.accordion-section-title:before {
    content: "\f102";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
    left: -1px;
}
/* Colors */
li#accordion-section-wpst_colors &gt; h3.accordion-section-title:before {
    content: "\f100";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* Sidebar */
li#accordion-section-wpst_theme_layout_options &gt; h3.accordion-section-title:before {
    content: "\f510";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* Advertising */
li#accordion-panel-wpst_ads &gt; h3.accordion-section-title:before {
    content: "\f521";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* SEO */
li#accordion-panel-wpst_seo &gt; h3.accordion-section-title:before {
    content: "\f185";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* Copyright */
li#accordion-section-wpst_copyright &gt; h3.accordion-section-title:before {
    content: "\f160";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* Scripts */
li#accordion-section-wpst_scripts_section &gt; h3.accordion-section-title:before {
    content: "\f475";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* Menu */
li#accordion-panel-nav_menus &gt; h3.accordion-section-title:before {
    content: "\f349";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* Menu */
li#accordion-panel-widgets &gt; h3.accordion-section-title:before {
    content: "\f164";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}
/* Additional CSS */
li#accordion-section-custom_css &gt; h3.accordion-section-title:before {
    content: "\f540";
    font-family: dashicons;
    padding: 3px;
    position: relative;
    top: 2px;
}</pre></body></html>