
.breads {
    margin-bottom:24px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap:8px;
    padding:0;
    margin:0;
}

.breadcrumbs li {
    list-style-type: none;
}

.breadcrumbs li a{
    color: #4F4F4F;
    text-decoration: none;
    /* Text_12/Regular */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.breadcrumbs li span{
    color: var(--Disabled, #737373);
    /* Text_12/Regular */
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}
