/* FacetWP Integration Module Styles */

.facet-title-added h4 {
    transition: color 0.3s ease;
}
.facet-title-added h4:hover {
    color: #8bc34a;
}
