.breadcrumb {
  margin: 20px 0 20px 0;
}

.breadcrumb a {
  text-decoration: none;
  color: var(--bs-breadcrumb-item-active-color, #0d6efd); /* Optional: fallback to Bootstrap primary */
}

.breadcrumb a:hover {
  text-decoration: underline;
}
