/* Hide wp-chatbot popup widget only (we use our own ari-wa-float) */
.wp-chatbot, .wp-chatbot-floating-icon, .wp-chatbot-window, .wp-chatbot-notification-welcome,
[class^="wp-chatbot-"], [class*=" wp-chatbot-"], #wp-chatbot, .wpb-floating-icon-wrapper { display: none !important; }

/* Hide real Google avatar images (anime/random photos), keep colored initials */
img.wpsr-reviewer-avatar, .wpsr-reviewer-image-url img { display: none !important; }

/* Hide testimonials section completely — Swiper layout was unfixable, we'll redo later */
.wpsr-reviews-wrapper, .wpsr-reviews-slider-wrapper,
.wpsr-reviews-slider, [id^="wpsr-reviews-slider-"] { display: none !important; }
/* Hide the elementor section containing the wpsr widget (so no empty hole) */
.elementor-element[data-widget_type="shortcode.default"]:has(.wpsr-reviews-wrapper),
.elementor-section:has(.wpsr-reviews-wrapper) { display: none !important; }
