/* Webnalytics clean preview mode (only when webnalytics_preview=1) */
html, body { margin-top: 0 !important; padding-top: 0 !important; }
body.admin-bar { margin-top: 0 !important; }
#wpadminbar { display: none !important; }

/* Reduce common admin-only overlays/toasts that clutter heatmap preview */
.notice, .update-nag, .wp-admin-notices, #wp__notice-list,
.woocommerce-store-alert, .woocommerce-message, .woocommerce-info, .woocommerce-error {
  display: none !important;
}

/* Attempt to reduce some floating widgets that can cover the heatmap */
#smashballoon, .sbi_notice, .sbi-notice, .sb_instagram, .sbi-fb-page, .sb_instagram_header,
.sb_instagram_header, .sbi-owl-nav, .sbi-owl-dots {
  display: none !important;
}
