/* Fix Lime Wash FAQ video overlay - Optimole compatibility */
.elementor-2380 .elementor-element-55326e2 .elementor-custom-embed-image-overlay {
    background-image: url("https://ml8pdjl0guho.i.optimole.com/w:auto/h:auto/q:mauto/f:best/https://greentimepainting.com/wp-content/uploads/2026/04/lime-wash-video-thumbnail.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* Fix Contact Us popup readability - darken overlay background */
.pum-overlay {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* Ensure popup container text is readable */
#popmake-2126.pum-container {
    background-color: #ffffff !important;
    padding: 30px !important;
}

/* Fix broken lightbox image placeholder from Instagram Feed */
img[alt="Lightbox image placeholder"][src$="/"] {
    display: none !important;
}