.labels-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  margin: 1.5rem 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.9rem;
  list-style: none;
  overflow-wrap: anywhere;
}

.labels-breadcrumbs li + li::before {
  margin-right: 0.7rem;
  color: var(--line);
  content: "/";
}

.labels-breadcrumbs a {
  font-weight: 700;
}

.labels-breadcrumbs [aria-current="page"] {
  color: var(--ink);
}
