/**
  * BADGE COMPONENT
  */

.ba_badge {
  display: flex; flex-direction: row; justify-content: center; align-items: center;
  gap: 8px; font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 13px; line-height: 1;
}
.ba_badge_label { font-weight: 500; }
.ba_badge_stars img { display: block; height: 20px; margin-top: -2px; margin-left: 2px; }