.breadcrumbs {
  font-style: italic;
  font-size: 14px;
  color: #666;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  opacity: 0.8;
}

.breadcrumbs a:hover {
  color: #0d6efd;
  opacity: 1;
}

.breadcrumbs .current {
  color: #bbb;
  opacity: 1;
}
