.c-icon {
    --star-active: #fece3c;
    --star-inactive: #6c6962;
    fill: var(--star-inactive);
    stroke: grey;
}

.c-icon.active {
    fill: var(--star-active);
}

.c-rate {
    display: flex;
    flex-wrap: nowrap;
}

.item-desc__rating {
    margin-bottom: 12px
}
