.tv_breadcrumbs__container{
    display: flex;
    flex-wrap: wrap;
        gap: 0.5em 0;
}

.🍞,
.bread {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.🍞 li,
.bread li {
    display: inline-block;
    text-transform: uppercase;
    font-family: "indivisible", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.25em;
    letter-spacing: .0625em;
    
}

.🍞 li.crumb:last-child a,
.bread li.crumb:last-child a {
    text-decoration: none;
    pointer-events: none;
    color: inherit;
    font-weight: 600;
}