.star-rating {
  font-size: 32px;
}

.star {
  cursor: pointer;
  color: #ccc;
}

.star.active {
  color: gold;
}
