.v2-breadcrumbs {
    width: 100%;
    height: 26px;
    overflow: hidden;
    padding: 0 clamp(32px, 8.3333vw, 120px);
    color: #000000;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.v2-breadcrumbs__list {
    width: 100%;
    min-width: 0;
    height: 26px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
}

.v2-breadcrumbs__item {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.v2-breadcrumbs__item--current {
    flex: 1 1 auto;
    overflow: hidden;
    color: #6c757d;
}

.v2-breadcrumbs__label {
    min-width: 0;
}

.v2-breadcrumbs__item--current .v2-breadcrumbs__label {
    overflow: hidden;
    text-overflow: ellipsis;
}

.v2-breadcrumbs__separator {
    flex: 0 0 auto;
    padding: 0 8px;
    color: #6c757d;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.v2-breadcrumbs__link {
    border-radius: 2px;
    color: #000000;
    text-decoration: none;
}

.v2-breadcrumbs__link:hover {
    color: #000000;
    text-decoration: underline;
}

.v2-breadcrumbs__link:focus-visible {
    outline: 2px solid var(--v2-focus, #68a8ff);
    outline-offset: -2px;
}

@media (max-width: 767.98px) {
    .v2-breadcrumbs {
        display: none;
    }
}
