.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}

.breadcrumbs a {
  color: #4b5563;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs a:hover {
  color: #2563eb;
}

.breadcrumbs .separator {
  color: #9ca3af;
}

.breadcrumbs .current {
  color: #111827;
  font-weight: bold;
}