.mkl-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
/* 链接色极淡，建议范围 #C7C7CC ~ #AEAEB2 */
.mkl-breadcrumb a,
.mkl-breadcrumb a:link,
.mkl-breadcrumb a:visited {
    font-family: "Inter", "Noto Sans SC", sans-serif;
    font-size: 12px;
    color: #6E6E73 !important;
    text-decoration: none;
}
.mkl-breadcrumb a:hover { color: #86868B !important; }
.mkl-breadcrumb-sep {
    font-size: 12px;
    color: #6E6E73;
}
.mkl-breadcrumb-current {
    font-family: "Inter", "Noto Sans SC", sans-serif;
    font-size: 12px;
    color: #6E6E73;
    font-weight: 400;
}
/* Mobile: .mkl-breadcrumb { display: none; } → breadcrumb.mobile.css (Phase 4) */

