.star-container {
  margin: 1em 0;
}

.star-position {
  display: inline-block;
}

.star-rating {
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
  font-size: 1.5em;
  justify-content: space-around;
  padding: 0 .2em;
  width: 6em;
}

.star-rating input {
  display: none !important;
}

.star-not-rated,
.star-rating label {
  color: #dfdfdf;
  font-style: normal;
}

.star-rating label:hover {
  cursor: pointer;
}

.star-rating :checked~label,
.star-rated {
  color: #f8b703;
  font-style: normal;
}

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