/* Icônes Lucide locales : aucune police d'icônes ni requête Google. */
.material-symbols-outlined:not([data-lucide-ready]) {
  color: transparent !important;
  text-shadow: none !important;
}

.material-symbols-outlined > svg.lucide {
  display: block;
  width: 1em;
  height: 1em;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.material-symbols-outlined[data-lucide-ready] {
  font-family: inherit !important;
  font-feature-settings: normal !important;
}
