/* Target Featured Images by Class */
.attachment-blog-featured.size-blog-featured.wp-post-image,
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 800px !important;
    height: 433px !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* Target Inline Blog Images by Class */
.wp-image-1903,
.wp-post-image,
.wp-block-image img,
figure.wp-block-image img {
    max-width: 700px !important;
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* Override inline styles for blog content images */
img[style*="width:840px"] {
    max-width: 700px !important;
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
}

/* General blog image optimization */
.image-home img {
    max-width: 100%;
    height: auto;
}

/* WordPress block editor images */
.wp-block-image img {
    max-width: 700px !important;
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
}

/* Entry content images */
.entry-content img,
.post-content img {
    max-width: 700px !important;
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
}
