/* Swiper */
body .swiper {
    overflow: visible;
}

body .swiper-wrapper {
    width: 100%;
}

section.wp-block-group:has(.swiper-wrapper) {
    overflow: hidden;
}

.swiper-slide :is(figure, img) {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* Swiper Custom */
body .swiper.slides-per-view-auto .swiper-slide {
    width: auto;
}