/* CONTENIDOR DEL FILTRE (SUBSTITUEIX EL TEU .feature-icon-filter ANTIC) */
#layered_block_left .nomargin a.feature-icon-filter {
    display: inline-flex !important;  /* per guanyar al display:inline del mòdul */
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: #ebe7e7;  /* Color de fons per defecte */
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    margin: 4px;
    text-decoration: none;
}

/* ICONA A DINS */
#layered_block_left .nomargin a.feature-icon-filter img {
    max-width: 60%;
    max-height: 60%;
    display: block;
}

/* ACTIU (SELECCIONAT) */
#layered_block_left .nomargin a.feature-icon-filter.active {
    background: #c3c0c0
}

/* DESACTIVAT */
#layered_block_left .nomargin a.feature-icon-filter.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}
