.hbc-breadcrumb {
    margin: 0 0 14px;
    padding: 2% 5% 0% 5%;
}

.hbc-breadcrumb-inner {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.hbc-breadcrumb a {
    /* color: #0046a5; */
    color: #666666;
    text-decoration: none;
}

.hbc-breadcrumb a:hover {
    color: #338af3;
}

.hbc-breadcrumb-sep {
    color: #999999;
}

.hbc-breadcrumb-current {
    color: var(--e-global-color-af86e27);
    font-weight: 600;
}
