.c42-breadcrumb {
  font-size: 0.875rem;
}

.c42-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c42-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--c42-color-muted, #6b7280);
}

.c42-breadcrumb-item a {
  color: inherit;
  text-decoration: none;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c42-breadcrumb-item a:hover {
  color: var(--c42-color-fg, #1f2937);
}

.c42-breadcrumb-item:not(:last-child)::after {
  content: '/';
  color: var(--c42-color-border, #e5e7eb);
}

.c42-breadcrumb-item[aria-current='page'] {
  color: var(--c42-color-accent, #4f46e5);
  font-weight: 500;
}
