/* ==========================================================================
   CPT Archive Block Image Component Alignment Overrides
   ========================================================================== */

/* Force all image wrappers inside your custom cards to span 100% width */
.post-type-archive-scene .archive-scenes-container img,
.post-type-archive-scene .wp-block-create-block-ep-scenes-loop img,
.post-type-archive-scene article img,
.post-type-archive-scene .scene-card-item img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important; /* Retains natural dimensional aspect ratios */
    display: block !important;
}

/* If your block encloses featured images inside an anchor or picture tag element block */
.post-type-archive-scene .archive-scenes-container a,
.post-type-archive-scene .scene-card-item .post-thumbnail,
.post-type-archive-scene .scene-card-item .image-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

