#testo-tabella{
	font-size: 16px;
}
#testo-card{
	font-size: 15px;
}
#info-errore{
	font-size: 16px;
}
#badge-tabella{
	font-size: 14px;
}
#badge-tabella-user{
	font-size: 13px;
}

.hover-pointer {
    cursor: pointer;
}

/* Bordi arrotondati solo su schermi larghi (desktop) */
@media (min-width: 992px) { /* breakpoint "lg" di Bootstrap */
    .rounded-desktop {
        border-radius: 1.5rem !important; /* puoi aumentare per tondo completo */
    }
}