.breadcrumb {
    @include text-body-small-bold;

    list-style: none;
    margin-bottom: 0;
    padding-left: 0;

    a {
        color: var(--text-secondary);
        display: flex;
        align-items: center;
    }

    a::after {
        display: inline-block;
        content: '';
        background: no-repeat
            url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.29289 2.29289C3.90237 2.68342 3.90237 3.31658 4.29289 3.70711L6.58579 6L4.29289 8.29289C3.90237 8.68342 3.90237 9.31658 4.29289 9.70711C4.68342 10.0976 5.31658 10.0976 5.70711 9.70711L8.70711 6.70711C9.09763 6.31658 9.09763 5.68342 8.70711 5.29289L5.70711 2.29289C5.31658 1.90237 4.68342 1.90237 4.29289 2.29289Z" fill="%2367737E"/></svg>');
        fill: #67737e;
        background-size: 100% 100%;
        height: 1em;
        width: 1em;
        padding: 0 0.8em;
        position: relative;
    }

    &-item {
        display: inline-block;

        &.active {
            color: var(--text-primary);
        }
    }
}
