.w_stars_rating{
    display: flex;
    gap: 5px;

    .star{
        width: 14px;
        height: 14px;
        display: block;
    }
}