.breadcrumb {
  margin: 0 0 1.75rem;
  font-size: 0.875rem;
}

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

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: var(--text-muted, #6b5d4a);
  max-width: 100%;
}

.breadcrumb li + li::before {
  content: '/';
  margin: 0 0.5rem;
  color: rgba(107, 93, 74, 0.55);
  font-weight: 400;
  pointer-events: none;
}

.breadcrumb a {
  color: var(--primary-light, #aa6900);
  font-weight: 500;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb [aria-current='page'] {
  color: var(--primary, #392800);
  font-weight: 600;
}

.breadcrumb .bc-current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
