/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Lock the active state color permanently */
.taxonomy_filter_active .e-filter-item.e-filter-active {
    background-color: #D93048 !important; /* Replace with your exact brand green hex code */
    color: #ffffff !important;
}

/* Optional: If you are using icons, this turns the active icon white to match the text */
.taxonomy_filter_active .e-filter-item.e-filter-active .pars-cat-icon {
    filter: brightness(0) invert(1);
}
@media (max-width: 1024px) {
	.elementor-12 .elementor-element.elementor-element-a23a87a .cpel-switcher__code{
		padding-right:10px;
	}
}