.star-component .star-icon {
  font-size: 12px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  color: #ffc03a;
}
.star-component .star-icon-star:before {
  content: '\F55E';
}
.star-component .star-icon-diamond:before {
  content: '\F6F8';
}

