/**
 * Overrides for Filter Everything defaults.
 *
 * Enqueued with `wpc-filter-everything` as a dependency so it always loads
 * after the plugin stylesheet. Selectors mirror the plugin's own list exactly,
 * so specificity ties and source order decides — no !important needed, and the
 * override does not silently widen if the plugin narrows its selectors.
 */

/**
 * The Localização filter always lists every physical clinic, including ones
 * with no matches in the current filter state. FE dims zero-count options to
 * .8, which reads as "disabled" for an option that is merely empty right now.
 */
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,
.widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,
.wpc-term-count-0:not(.wpc-has-not-empty-children),
.wpc-term-count-0:not(.wpc-has-not-empty-children) a,
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,
body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
    opacity: 1;
}
