/* Front-end runtime refinements. Core visual styling lives in the
   block's own style.css (loaded by block.json); this file covers
   carousel-specific concerns once Swiper has taken over layout. */

.neostella-cover-slider .swiper-slide > .wp-block-cover {
    min-height: inherit;
}

/* Swiper applies inline widths to slides — make sure Cover fills them. */
.neostella-cover-slider .swiper-slide > .wp-block-cover,
.neostella-cover-slider .swiper-slide > .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
}
