.nrv-gr-container .nrv-gr-review .nrv-stars{
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.nrv-gr-container .nrv-gr-review .nrv-stars .star{
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.nrv-gr-container .nrv-gr-review .nrv-stars .star.full{
  background-image: url("../media/star_full.svg");
}

.nrv-gr-container .nrv-gr-review .nrv-stars .star.empty{
  background-image: url("../media/star_empty.svg");
}
