.c-site-breadcrumbs {
  border-top: 1px solid rgba(12, 49, 85, 0.06);
  border-bottom: 1px solid rgba(12, 49, 85, 0.08);
  background: rgba(247, 251, 255, 0.88);
}

.c-site-breadcrumbs__inner {
  display: flex;
  min-height: 42px;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.c-site-breadcrumbs a {
  color: var(--color-primary);
  font-weight: 800;
  text-decoration: none;
}

.c-site-breadcrumbs a:hover,
.c-site-breadcrumbs a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.c-site-breadcrumbs__separator {
  color: rgba(12, 49, 85, 0.3);
}

.c-site-breadcrumbs [aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .c-site-breadcrumbs__inner {
    min-height: 38px;
    gap: 5px;
    font-size: 0.72rem;
  }
}
