[data-bv-show="inline_rating"]:not(.gh-bv-ok) { opacity: 0; }
  [data-bv-show="inline_rating"].gh-bv-hide { display: none !important; }
  [data-bv-show="inline_rating"].gh-bv-ok { opacity: 1; transition: opacity .15s ease; }

  [data-bv-show="rating_summary"] .bv_main_container_row_flex.bv_ratings_summary:not(.gh-bv-ok),
  [data-bv-show="rating_summary"] .bv_stars_component_container:not(.gh-bv-ok) { opacity: 0; }
  [data-bv-show="rating_summary"] .gh-bv-hide { display: none !important; }
  [data-bv-show="rating_summary"] .gh-bv-ok { opacity: 1; transition: opacity .15s ease; }
