.home-breadcrumb {
    width: 100%;
    padding: 11px 0;
    color: #f5f7ff;
    background: #07070d;
    border-top: 1px solid rgba(0,170,255,.2);
    border-bottom: 1px solid rgba(255,0,140,.28);
}

.home-breadcrumb ol {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 0 2px;
    overflow-x: auto;
    list-style: none;
    scrollbar-width: thin;
    scrollbar-color: #315581 transparent;
}

.home-breadcrumb li {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    color: #d9deeb;
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
}

.home-breadcrumb li+li::before {
    content: '>';
    margin: 0 10px;
    color: #ffb800;
    font-weight: 700;
}

.home-breadcrumb a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.home-breadcrumb a:hover,
.home-breadcrumb a:focus {
    color: #00aaff;
    text-decoration: none;
    text-shadow: none;
}

.home-breadcrumb [aria-current="page"] {
    color: #67cfff;
    font-weight: 700;
}

@media(max-width: 768px) {
    .home-breadcrumb {
        padding: 9px 0;
    }

    .home-breadcrumb li {
        font-size: 12px;
    }

    .home-breadcrumb li+li::before {
        margin: 0 8px;
    }
}
