.nexa-breadcrumbs-block { padding-top: 1rem; padding-bottom: 1rem; }
.nexa-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    list-style: none;
    margin: 0; padding: 0;
    align-items: center;
}
.nexa-breadcrumbs__sep {
    color: var(--nx-muted, #6b7280);
    opacity: .4;
    font-size: .75rem;
    margin: 0 .1rem;
}
.nexa-breadcrumbs__link {
    font-size: .8125rem;
    color: var(--nx-muted, #6b7280);
    text-decoration: none;
    font-weight: 500;
    transition: color .2s ease;
}
.nexa-breadcrumbs__link:hover { color: var(--nx-accent, #0d9488); text-decoration: underline; }
.nexa-breadcrumbs__current {
    font-size: .8125rem;
    color: var(--nx-heading, #10243d);
    font-weight: 600;
}
