.mk-bc {
    margin: 0 0 14px;
}

.mk-bc__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}

.mk-bc__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.mk-bc__sep {
    color: #888;
}

.mk-bc__link {
    color: inherit;
    text-decoration: none;
}

.mk-bc__link:hover {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mk-bc__link--home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mk-bc__link--home svg {
    width: 14px;
    height: 14px;
}

.mk-bc__current {
    color: #111;
    font-weight: 600;
}

.ml-page-header .mk-bc {
    margin-bottom: 8px;
    width: 100%;
}

@media (max-width: 768px) {
    .mk-bc__list {
        font-size: 12px;
        gap: 6px;
    }
}
