.gk-breadcrumb {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.gk-breadcrumb--tone-inverse {
    color: var(--color-ash);
}

.gk-breadcrumb--tone-light {
    color: var(--color-forge);
}

.gk-breadcrumb__link {
    color: inherit;
    text-decoration: none;
    font-weight: 400;
}

@media (max-width: 768px) {
    .gk-breadcrumb__link {
        text-decoration: underline;
        text-underline-offset: 4px;
        text-decoration-thickness: 1px;
    }
}

.gk-breadcrumb__link:hover,
.gk-breadcrumb__link:focus-visible {
    text-decoration: underline;
}

.gk-breadcrumb__sep {
    flex-shrink: 0;
    font-weight: 400;
    color: inherit;
    opacity: 0.8;
}

.gk-breadcrumb__current {
    font-weight: 600;
    text-decoration: none;
}
