/**
 * Breadcrumb trail.
 *
 * Built from existing tokens only: the muted text colour and separator grey
 * already used by .abp5-ngc-meta and .abp5_ngc_byline_sep, the same link blue
 * as the rest of the system, and the page's own font stack. No new colours,
 * no new spacing scale.
 */

.ngc-crumbs {
    margin: 0 0 .6em;
    font-size: .88rem;
    line-height: 1.5;
    color: #5b6270;
}

.ngc-crumbs a {
    color: #5b6270;
    text-decoration: none;
}

.ngc-crumbs a:hover,
.ngc-crumbs a:focus-visible {
    color: #1f6feb;
    text-decoration: underline;
}

.ngc-crumbs-sep {
    color: #c3c9d4;
    padding: 0 2px;
}

.ngc-crumbs [aria-current="page"] {
    color: #3a4150;
}

@media (max-width: 600px) {
    .ngc-crumbs {
        font-size: .82rem;
    }
}
