/* Hide Judge.me preview when product has 0 reviews */
.jdgm-prev-badge[data-number-of-reviews="0"] {
  display: none !important;
}
