.rank-math-breadcrumb {
    color: var(--breadcrumb-text, #ffffff);
}

.breadcrumbs {
    color: var(--breadcrumb-text, #ffffff);
}

.breadcrumbs a {
    color: var(--breadcrumb-text, #ffffff);
    text-decoration: none;
}

.breadcrumbs a:hover {
    opacity: 0.8;
}

.bg-header-bg .text-header-text {
    color: var(--banner-text, #ffffff) !important;
}

footer,
.footer {
    color: var(--footer-text, #ffffff);
}

footer a,
.footer a {
    color: var(--footer-link, #ffffff);
    text-decoration: none;
}

footer a:hover,
.footer a:hover {
    color: var(--footer-link-hover, #FFB800);
}