.lightCompareList{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--text-main);
}
.lightCompareList svg{
    display: block;
}
.lightCompareList__counter{
    flex: none;
    width: 20px;
    height: 20px;
    background-color: var(--text-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 18px;
}
.lightCompareList__counter_active{
    background-color: var(--accent);
    color: var(--text-light);
}