.stars {
  position: relative;
  height: 3rem;
  width: 15rem;
  color: var(--color-orange);
}

.stars i {
  width: 3rem;
}

.stars .stars-row {
  position: absolute;
  inset: 0;
  flex-shrink: 0;
  height: 100%;
}

.stars .stars-filled {
  width: 0%;
  font-size: 1em;
  overflow: hidden;
}
