.figuro-rating {
  margin: 28px 0;
  padding: 18px 20px;
  border: 1px solid #e3e5e8;
  border-radius: 10px;
  background: #fafbfc;
  text-align: center;
}
.figuro-rating-inner { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.figuro-rating-stars { display: flex; gap: 4px; }
.fr-star { display: inline-flex; }
.fr-star-btn {
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  line-height: 0;
  transition: transform 0.1s ease;
}
.fr-star-btn:hover { transform: scale(1.15); }
.fr-star-btn:disabled { cursor: default; }
.figuro-rating-summary { font-size: 14px; color: #444; font-weight: 600; }
.figuro-rating-hint { font-size: 12px; color: #888; }
