.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS *//* Hide featured image in single post */
.single-post .wp-post-image,
.single-post .post-thumbnail,
.single-post .featured-image {
    display: none !important;
}

/* Hide featured image in Elementor post content widget */
.elementor-widget-theme-post-featured-image {
    display: none !important;
}

/* Hide featured image in Elementor posts widget */
.elementor-post__thumbnail {
    display: none !important;
}

/* More specific targeting for common themes */
.post-thumbnail img,
.entry-thumbnail,
.wp-block-post-featured-image {
    display: none !important;
}/* End custom CSS */