.star-rating {
  position: relative;
  pointer-events: none;
  display: inline-block;
}

.star-rating .stars-bg {
  color: #9e9e9eb3;
}

.star-rating .stars-current {
  color: gold;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  overflow: hidden;
  white-space: nowrap;
  width: calc(var(--stars) * 20%);
}
