/* public/components/reviews/reviews.css */

.star-btn {
  transition: transform 0.15s ease, color 0.15s ease;
}

.star-btn:hover {
  transform: scale(1.2);
}

.star-btn.active {
  color: var(--amber) !important;
}
