.star-rating {
    font-size: 24px;
    cursor: pointer;
}
.star-rating .star {
    color: #ccc;
}
.star-rating .star.selected {
    color: gold;
}