.stars {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 12px;
  font-size: 40px !important;
  cursor: pointer;
}

.stars span {
  display: inline-block !important;
  color: #ddd;
  transition: color 0.2s ease;
}

.stars span.active {
  color: gold;
}