.molecules-star.selected svg {
  fill: #ffbf00;
}

.molecules-star.half-selected svg {
  fill: linear-gradient(90deg, #ffc107 50%, transparent 50%);
}

.molecules-star.hovered svg {
  fill: #ffbf00;
}
