/* Dunkage Homepage Remove Live Rating Section V24 */
/* Removes the earlier homepage "Live Rating sessions" block only. */

body:not(.dashboard-page) [data-rating-hd-v10="home"],
body:not(.dashboard-page) [data-rating-hd-v10="home-inline"],
body:not(.dashboard-page) .rating-hd-v10,
body:not(.dashboard-page) .rating-hd-home-inline-v10 {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Extra safety for homepage only */
body:has(.rating-hd-card-v10) .rating-hd-v10 {
  display: none !important;
}
