.bannerСolor__content-white,
.bannerСolor__content-white .breadcrumbs :is(a, a:hover, a:active, span),
.bannerСolor__content-white:hover {
    color: var(--text-tertiary);
}

.bannerСolor__content-black,
.bannerСolor__content-black:hover {
    color: var(--text-primary);
}

:is([data-theme="white"], [data-theme="mixed"]) > .bannerСolor__content-white .breadcrumbs :is(a, a:hover, a:active, span) {
    color: var(--text-tertiary);
}

.bannerСolor__content-white .breadcrumbs > .breadcrumbs span::before,
.bannerСolor__content-white .breadcrumbs > .breadcrumbs a::before,
.bannerСolor__content-white .breadcrumbs a:not(:first-child)::before {
    border-color: var(--text-tertiary);
    background-color: var(--text-tertiary);
}

.bannerСolor__content-white .breadcrumbs span::before {
    border: 2px solid var(--text-tertiary);
}