/* Stili per rendere i breadcrumb non cliccabili */
.breadcrumb a {
  pointer-events: none;
  color: var(--gray-600) !important;
  text-decoration: none !important;
  cursor: default;
}

/* Home / Fornitori / Illumia / Offerte */
body > section.breadcrumb-section a {
  pointer-events: none;
  color: var(--gray-600) !important;
  text-decoration: none !important;
  cursor: default;
}

/* Per i breadcrumb schema.org */
script[type="application/ld+json"] {
  display: none;
}
