div.all-rating-widgets {
  display: flex;
  justify-content: center;
}

div.rating-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 1rem;
  font-size: 1.5rem;
}

div.star-wrapper {
  font-size: 2rem;
}

div.star-wrapper i {
  cursor: pointer;
}

div.star-wrapper i.yellow {
  color: #fdd835;
}

div.star-wrapper i.vote-recorded {
  color: #f57c00;
}

p.v-data {
  background: #5d21d2;
  padding: 0.5rem;
}