/* Externalise de la modification #56 le 23/08/2026 (G6M_EXTERNALISATION_V1016).
   Ce bloc etait inline dans PAGE_CONTAINER : il repartait donc dans le HTML de
   CHAQUE page, sans jamais etre mis en cache. En fichier, il est recupere une
   fois puis servi depuis le cache.
   Le <link> occupe la position EXACTE de l ancien <style> : l ordre de cascade
   est donc rigoureusement identique. */


/* G6M_DASH_REACTIONS_LINK_V544 */
html body .g6m-dash__card--link {
	display: flex !important;
	flex-direction: column !important;
	text-decoration: none !important;
	color: inherit !important;
	cursor: pointer !important;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}
html body .g6m-dash__card--link:hover {
	transform: translateY(-2px) !important;
	border-color: rgba(255, 92, 168, 0.55) !important;
	box-shadow: 0 8px 22px rgba(255, 92, 168, 0.18) !important;
}
html body .g6m-dash__card--link .g6m-dash__card-value,
html body .g6m-dash__card--link .g6m-dash__card-label {
	color: inherit !important;
	-webkit-text-fill-color: currentColor !important;
}
/* END G6M_DASH_REACTIONS_LINK_V544 */

