.stars.is-evaluation {
  position: relative;
  width: 5em;
  height: 1em;
}

.stars.is-evaluation .stars-blank,
.stars.is-evaluation .stars-paint {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 1em;
  overflow: hidden;
}

.stars.is-evaluation .icon {
  display: block;
  flex: none;
  width: 1em;
  height: 1em;
}

.stars.is-evaluation .stars-paint {
  z-index: 2;
}

.stars.is-evaluation .stars-paint.is-gold .icon {
  color: #dcc43b;
  fill: #dcc43b;
}

.stars.is-evaluation .stars-paint.is-orange .icon {
  color: #ef8f0f;
  fill: #ef8f0f;
}

.stars.is-evaluation .stars-blank {
  width: 5em;
  z-index: 1;
}

.stars.is-evaluation .stars-blank .icon {
  color: #bdbdbd;
  fill: #bdbdbd;
}