.wcfmmp-rating {
  width: 100px;
}
.wcfmmp-rating .stars a {
  color: var(--ast-global-color-3);
}

.wcfmmp-rating .stars a.selected::before {
  content: '\e020';

  ~ a:not(.selected){
    content: '\e021';
  }
}