
.breadcrumbs.underline_shown a {
    color:inherit; font-weight: 400 !important;
    background-size: 100% 1px, 100% 1px;
}
.breadcrumbs.underline_shown a:is(:hover,:focus-visible) {

    background-size: 100% 100%, 100% 100%;
}
.breadcrumbs.underline_shown a:focus-visible {
    /* outline:2px solid var(--ttl_error); outline-offset: 2px; */ outline: 3px solid black; box-shadow: 0 0 0 6px white;
}


.breadcrumbs ul { display: flex; align-items: flex-end; font-size: 14px; padding:8px 0;}
.breadcrumbs ul li {
    font-size: inherit;
    line-height: 18px; letter-spacing: 0.01em; font-weight: 400;
    color: inherit;

}


.breadcrumbs ul li:not(:last-child)::after {content:"\2022"; padding: 0 0.75em; font-weight: inherit;  }


/*
.breadcrumbs a {
    transition: all 0.2s ease; cursor: pointer;
    text-decoration: none;
    padding: 0 0;
    background-image: linear-gradient(var(--black), var(--black)), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 0 1px, 100% 1px;
    transition: background-size .2s;

}


.breadcrumbs a { background-size: 100% 1px, 100% 1px }
.breadcrumbs a:hover {
    background-size: 100% 100%, 100% 100%; color: var(--black);

}



body:not(.hashero) .breadcrumbs a:hover {
    background-image: linear-gradient(var(--black), var(--black)), linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-size: 100% 100%, 100% 100%; color: white;

}

.breadcrumbs a:focus-visible {box-shadow: 0 0 0 1px var(--dark-purple), 0 0 0 3px var(--orange); border-radius: 2px; }

*/


@media all and (max-width: 899.98px) {

    .breadcrumbs {
        display: none;
    }

}