/* NASCONDI SOLO I CONTATORI GLOBALI - SENZA TOCCARE SOCIAL ICONS */

/* Target principale: il div dei contatori */
.footer-counter {
    display: none !important;
}

/* Nascondi titoli e testi/numeri dentro i contatori */
.footer-counter-title,
.footer-counter-text,
.green-text {
    display: none !important;
}

/* Nascondi le colonne/col che contengono specificamente i contatori */
div.col:has(> .footer-counter),
div.col:has(h6.footer-counter-title),
div.col:has(p.footer-counter-text.green-text) {
    display: none !important;
}

/* Se i contatori sono in una row specifica con g-4 o auto, targetta solo quella */
.row.row-cols-auto.align-items-center.g-4:has(.footer-counter) {
    display: none !important;
}footer .row:has(.footer-counter),
footer .mt:has(.footer-counter) {
    margin: 0 !important;
    padding: 0 !important;
}