.star-rating-wrapper {
  margin-top: 40px;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

.star-rating .star {
  font-size: 28px;
  cursor: pointer;
  color: #ccc;
}

.star-rating .star:hover,
.star-rating .star.active {
  color: #f5b301;
}