.rank-math-breadcrumb a,
.rank-math-breadcrumb > span:not(.separator)
{
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    color: var( --e-global-color-ccb449c );
}

.rank-math-breadcrumb span.last {
    font-weight: var( --e-global-typography-2e5c86c-font-weight );
}
.rank-math-breadcrumb .md-icon-wrap
{
    font-size: 26px;
    width: 32PX;
    position: relative;
}
.rank-math-breadcrumb .md-icon-wrap i
{
    top: -18px;
    position: absolute;
    left: 3px;
}