
        .star-rating .fa-star {
            font-size: 24px;
            color: grey;
            cursor: pointer;
        }
        .star-rating .fa-star.checked {
            color: gold;
        }