
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 05:12:59 */

/* Default FAQ */
.e-n-accordion-item .e-n-accordion-item-title {
	background: transparent !important;
	transition: .3s ease;
}

/* ONLY Active FAQ White Background */
.e-n-accordion-item[open] .e-n-accordion-item-title, .e-n-accordion-item[open] > div {
	background: #fff !important;
}

/* Question Styling */
.e-n-accordion-item-title-text {
	color: #000;
	line-height: 1.3;
}

/* Answer Styling */
.e-n-accordion .elementor-widget-text-editor p {
	margin: 0;
	line-height: 1.6;
}

/* Remove extra spacing */
.e-n-accordion .e-con, .e-n-accordion .e-con-inner {
	margin: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
