/* Review UI global styles (lowest visual impact) */
/* Make rating badges larger across all themes without changing theme look */
.rating-badge {
  padding: 1.15rem 1.5rem !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
}
.rating-badge .rb-score {
  font-size: 1.4rem !important;
  line-height: 1 !important;
}
@media (max-width: 600px) {
  .rating-badge { padding: 1rem 1.3rem !important; font-size: 1rem !important; }
  .rating-badge .rb-score { font-size: 1.25rem !important; }
}
