.cat-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 24px 0 8px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.cat-breadcrumbs a {
  color: var(--text);
  text-decoration: none;
}

.cat-breadcrumbs a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cat-breadcrumbs span[aria-current="page"] {
  color: var(--accent);
}

.cat-breadcrumbs__sep {
  color: rgba(95, 85, 74, 0.55);
  font-weight: 400;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 24px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.breadcrumbs a { color: var(--text); text-decoration: none; }
.breadcrumbs a:hover { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs span[aria-current="page"] { color: var(--accent); }
.breadcrumbs__sep { color: rgba(95, 85, 74, 0.55); font-weight: 400; }
