/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 11 2025 | 12:50:34 */
.faqs_accordian .pp-accordion-open::before{
	background-image: url(/wp-content/uploads/2025/11/Vector-23.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    content: "" !important;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.faqs_accordian .pp-accordion-close::before{
	background-image: url(/wp-content/uploads/2025/11/Vector-23.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    content: "" !important;
    width: 30px;
    height: 30px;
    display: inline-block;
	transform: rotate(180deg);
}