.stars {
  padding-left: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.stars__wrapper {
  display: flex;
  align-items: center;
  margin-left: 24px;
}
.stars__name {
  font-size: 16px;
  width: 240px;
}
.stars__item {
  cursor: pointer;
  font-size: 20px !important;
  margin-right: 5px;
}
.stars__item:hover {
  color: #FFC473;
}
.stars__item.fill {
  color: #FFC473;
}
.stars--comment {
  margin-bottom: 5px;
  padding-left: 10px;
}
.stars--comment .stars__name {
  font-size: 14px;
  width: 210px;
}
.stars--comment .stars__wrapper {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.stars--comment .stars__item {
  cursor: pointer;
  font-size: 16px !important;
  margin-right: 5px;
}
.stars--comment .stars__item.fill {
  color: #FFC473;
}

/*# sourceMappingURL=stars.css.map */
