.stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  width: 170px;
}

.stars input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.stars label {
  padding-right: 10px;
  color: #ccc;
  font-size: 25px;
  cursor: pointer;
}

.stars label:hover,
.stars label:hover ~ label,
.stars input[type=radio]:checked ~ label {
  color: #ffcc33;
}

.hover-none {
  pointer-events: none;
}

.output-modal-size {
  max-width: 750px;
}
