.form-check-label {
  font-weight: normal !important;
}

.star-rating {
  font-size: 1.5rem;
  color: #ffc107;
  cursor: pointer;
}

.star-rating .bi-star-fill {
  color: #ffc107;
}

.rating-star:hover,
.rating-star:hover ~ .rating-star {
  color: #ffc107;
}