.nz-breadcrumbs {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 1rem 0 1.5rem 0;
  padding: 0;
}

.nz-breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nz-breadcrumbs li {
  display: flex;
  align-items: center;
}

.nz-breadcrumbs li + li::before {
  content: "›";
  color: #9ca3af;
  margin-right: 0.5rem;
}

.nz-breadcrumbs a {
  color: #6b7280;
  text-decoration: none;
}

.nz-breadcrumbs a:hover {
  color: #1f2937;
  text-decoration: underline;
}

.nz-breadcrumbs [aria-current="page"] {
  color: #1f2937;
  font-weight: 500;
}
