.elementor-720 .elementor-element.elementor-element-ad73c24{--display:flex;--min-height:67px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-720 .elementor-element.elementor-element-1d41105{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}.elementor-720 .elementor-element.elementor-element-0c5dde8{--grid-columns:4;--grid-row-gap:27px;--grid-column-gap:28px;}.elementor-720 .elementor-element.elementor-element-0c5dde8 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-720 .elementor-element.elementor-element-0c5dde8 .e-loop-item > .elementor-section, .elementor-720 .elementor-element.elementor-element-0c5dde8 .e-loop-item > .elementor-section > .elementor-container, .elementor-720 .elementor-element.elementor-element-0c5dde8 .e-loop-item > .e-con, .elementor-720 .elementor-element.elementor-element-0c5dde8 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-720 .elementor-element.elementor-element-ad73c24{--content-width:1600px;}}@media(max-width:1024px){.elementor-720 .elementor-element.elementor-element-0c5dde8{--grid-columns:2;}}@media(max-width:767px){.elementor-720 .elementor-element.elementor-element-0c5dde8{--grid-columns:1;}}/* Start custom CSS for taxonomy-filter, class: .elementor-element-1d41105 *//* Styling for 'All' button */
.elementor-widget-taxonomy-filter .e-filter-item[data-filter="__all"] {
    font-weight: 400;
    text-decoration: underline;
    font-size: 14.5px !important;
    color: #999999;
    background-color: #FFF;
    padding: 3px 10px 3px 0px;
}

/* Styling for Parent items */
.elementor-widget-taxonomy-filter .e-filter-item[data-filter^="parent"] {
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    background-color: #f4f0ec;
    padding: 2px 10px 3px 10px;
    position: relative; /* Add position relative to parent */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Add icon to Parent items with children */
.elementor-widget-taxonomy-filter .e-filter-item.has-children::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="e-font-icon-svg e-eicon-caret-down"%3E%3Cpath fill-rule="evenodd" d="M5.23 7.3a.75.75 0 011.06.02L10 11.02l3.71-3.7a.75.75 0 011.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.23 8.38a.75.75 0 01.02-1.06z" clip-rule="evenodd" /%3E%3C/svg%3E') no-repeat center center;
    background-size: contain;
}

/* Styling for Child items */
.elementor-widget-taxonomy-filter .e-filter-item[data-filter^="child"] {
    font-weight: 400;
    color: #000;
    font-size: 14.5px !important;
    margin-top: 5px;
    background-color: #fff;
    padding: 3px 10px 3px 10px;
}


/* Active state styling for Child items */
.elementor-widget-taxonomy-filter .e-filter-item[data-filter^="child"][aria-pressed="true"] {
    background-color: #E6FC56;
}

/* Active state styling for Parent items */
.elementor-widget-taxonomy-filter .e-filter-item[data-filter^="parent"][aria-pressed="true"] {}

/* Active state styling for 'All' button */
.elementor-widget-taxonomy-filter .e-filter-item[data-filter="__all"][aria-pressed="true"] {}/* End custom CSS */