/* Classes utilitaires globales pour DKDIAG widgets */

/* Cache le widget sur l'appareil correspondant */
@media (min-width: 1025px) { .dk-hide-desktop { display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) { .dk-hide-tablet { display: none !important; } }
@media (max-width: 767px) { .dk-hide-mobile { display: none !important; } }

/* Classes d'animation de base – ajoutées par dk-motion.js */
.dk-motion-start { will-change: opacity, transform; }