.yoast-breadcrumbs {
    color: var(--wp--preset--color--custom-text-secondary);
}

.yoast-breadcrumbs a {
    text-decoration: none;
    color: var(--wp--preset--color--custom-text-secondary);
    transition: color .3s ease-in-out;
}

.yoast-breadcrumbs a:hover {
    color: var(--wp--preset--color--custom-text-primary);
}

.yoast-breadcrumbs {
    margin-left: 22px;
    position: relative;
}

.yoast-breadcrumbs::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_15468_4368)'%3E%3Cpath d='M14.9079 7.49046L13.1661 7.32448H13.1531C12.1263 7.22233 11.1255 6.78822 10.3456 6.02214C9.5657 5.25606 9.12376 4.27292 9.01978 3.27702C9.01978 3.26425 9.01978 3.25148 9.01978 3.23871L8.83781 1.54057C8.81182 1.10645 8.43487 0.761719 7.99294 0.761719C7.53802 0.761719 7.17407 1.10645 7.13508 1.54057L6.9661 3.26425C6.9661 3.27702 6.9661 3.27702 6.9661 3.28978C6.86212 4.29846 6.42019 5.26883 5.64031 6.03491C4.86044 6.80099 3.85959 7.2351 2.83276 7.33724C2.81976 7.33724 2.80676 7.33724 2.79376 7.33724L1.07803 7.49046C0.636101 7.52876 0.285156 7.88627 0.285156 8.33315C0.285156 8.78003 0.636101 9.13753 1.07803 9.17584L2.80676 9.34182C2.81976 9.34182 2.81976 9.34182 2.83276 9.34182C3.85959 9.44396 4.86044 9.86531 5.64031 10.6442C6.42019 11.4102 6.86212 12.3934 6.9661 13.3893C6.9661 13.402 6.9661 13.4148 6.9661 13.4276L7.13508 15.1257C7.17407 15.5598 7.53802 15.9046 7.99294 15.9046C8.44787 15.9046 8.81181 15.5598 8.85081 15.1257L9.01978 13.4148C9.01978 13.402 9.01978 13.402 9.01978 13.3893C9.12376 12.3806 9.5527 11.4102 10.3456 10.6442C11.1255 9.87808 12.1263 9.44396 13.1531 9.34182C13.1661 9.34182 13.1791 9.34182 13.2051 9.34182L14.9209 9.17584C15.3628 9.13753 15.7137 8.78003 15.7137 8.33315C15.6877 7.88627 15.3498 7.52876 14.9079 7.49046Z' fill='%231B62E7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_15468_4368'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 4px;
    left: -22px;
}

.yoast-breadcrumbs .breadcrumb_last {
    color: var(--wp--preset--color--custom-text-secondary);
}