.b10-breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 0;
    overflow: hidden;
}

.b10-breadcrumbs--center {
    justify-content: center;
}

.section-title.blog-title .b10-breadcrumbs {
    margin: 4px 0 0;
}

.b10-breadcrumbs__list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
    max-width: 100%;
}

.b10-breadcrumbs .b10-breadcrumbs__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    min-width: 0;
    list-style: none;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.b10-breadcrumbs .b10-breadcrumbs__item::marker {
    content: none;
}

.b10-breadcrumbs .b10-breadcrumbs__item:last-child {
    flex: 0 1 auto;
    overflow: hidden;
}

.b10-breadcrumbs__item:not(:last-child)::after {
    content: "";
    flex: none;
    width: 5px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.5' height='7.5' viewBox='0 0 4.5 7.5' fill='none'%3E%3Cpath d='M0.75 0.75 3.75 3.75 0.75 6.75' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.b10-breadcrumbs__link {
    display: block;
    color: #999999 !important;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border: 0;
}

.b10-breadcrumbs__link:hover,
.b10-breadcrumbs__link:focus {
    color: #666666 !important;
    text-decoration: none !important;
}

.b10-breadcrumbs__text {
    display: block;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.b10-breadcrumbs__current {
    display: block;
    min-width: 0;
    max-width: 322px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

@media (max-width: 1024px) {
    .b10-breadcrumbs__current {
        max-width: 260px;
    }
}

@media (max-width: 768px) {
    .b10-breadcrumbs__list,
    .b10-breadcrumbs .b10-breadcrumbs__item {
        gap: 8px;
    }

    .b10-breadcrumbs__current {
        max-width: 170px;
    }
}
