/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2026 | 12:32:06 */
.webr-faq-items .webr-faq-item {
	cursor: pointer;
}
.webr-faq-items .webr-faq-item.active {
	background-color: var(--wit) !important;
}
.webr-faq-items .webr-faq-item .webr-faq-item-title .elementor-heading-title {
	transition: 0.3s;
}
.webr-faq-items .webr-faq-item.active .webr-faq-item-title .elementor-heading-title {
	color: var(--groen) !important;
}
.webr-faq-items .webr-faq-item.active .webr-faq-item-desc {
	color: var(--tekst);
}
.webr-faq-items .webr-faq-item.disabled .webr-faq-item-desc {
	display: none;
}

body.elementor-editor-active .webr-faq-items .webr-faq-item.disabled {
	display: block !important;
}

body:not(#__) .webr-faq-items .webr-faq-item:hover {
	background-color: var(--wit);
}
body:not(#__) .webr-faq-items .webr-faq-item:hover .webr-faq-item-title .elementor-heading-title {
	color: var(--groen);
}