.td-stars {
  position: relative;
  display: inline-block;
  font-size: 0;
  line-height: 1;
}
.td-stars__background svg {
  width: 95px;
  fill: #ccc;
}
.td-stars__foreground {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 18px;
}
.td-stars__foreground svg {
  width: 95px;
  fill: #f5a623;
}
