._starRating_1pfmh_1 {
  display: flex;
}

._star_1pfmh_1 {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  background-color: #e4e5e9;

  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  cursor: pointer;
  transition: background-color 0.2s;
}
._small_1pfmh_31 {
  width: 16px;
  height: 16px;
}

._star_1pfmh_1._filled_1pfmh_41 {
  background-color: #ffc107;
}
