/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 05:58:59 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Keep original accordion numbering */
.e-n-accordion-item {
    width: 100%;
}

/* .e-n-accordion {
    counter-reset: faq-counter;
}

.e-n-accordion-item {
    counter-increment: faq-counter;
}

.e-n-accordion-item-title::before {
    content: counter(faq-counter, decimal-leading-zero);
    margin-right: 15px;
    color: #ffe600;
    font-weight: 700;
} */