<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------------------------------------ */

/* Archive Page */

/* ------------------------------------------------------------------ */

.el-h2-lexicon.schema-faq-question { 
	color: #3e3840!important;
}

.el-h2-lexicon.schema-faq-question:hover, .fcp-opened .schema-faq-question {
    color: #763B43!important;
}

.el-h2-lexicon {
    display: block;
    margin-bottom: var(--wd-tags-mb);
    color: var(--wd-title-color);
    text-transform: var(--wd-title-transform);
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-family: var(--wd-title-font);
    line-height:1.4
}

.archive .wd-products-load-more.load-on-click {
    border-radius: var(--btn-accented-brd-radius);
    color: #fff !important;
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor) !important;
}

.archive .wd-products-load-more.load-on-click:hover {
    color: var(--btn-accented-color-hover) !important;
    box-shadow: var(--btn-accented-box-shadow-hover)!important;
    background-color: var(--btn-accented-bgcolor-hover)!important;
}

.tax-product_cat .wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
    border-color: #763B43!important;
}

/* Fix cat width for large screens */
@media (min-width: 1500px) {
    .tax-product_cat .main-page-wrapper .container {
        max-width: 80%;
    }
}

.tax-product-cat .woocommerce-Price-amount, .amount {
    font-size: 18px !important;
}

h2.schema-faq-question { 
	color: #3e3840!important;
}

h2.schema-faq-question:hover, .fcp-opened .schema-faq-question {
    color: #763B43!important;
}

.kksr-legend {
    color: #763b43;
}

.el-lexicon-section {
    margin-top:50px;
}

.el-lexicon-section h2 {
    font-style: italic;
    font-size: 22px;
}
</pre></body></html>