.stars {
  display: inline-flex;
  justify-content: center;
  gap: .2rem;
  cursor: help;
}

.star .icon-star {
  width: 16px;
  height: 16px;
}

.star.filled .icon-star path {
  fill: #f4c542 !important;
}

.star.empty .icon-star path {
  fill: #777 !important;
  opacity: .4;
}