figure.wp-block-gallery.custom-gallery-slider {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

figure.wp-block-gallery.custom-gallery-slider .swiper-wrapper {
    display: flex;
}

figure.wp-block-gallery.custom-gallery-slider .swiper-slide {
    flex-shrink: 0;
    width: 400px;
    height: 300px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 16px;
}

figure.wp-block-gallery.custom-gallery-slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    pointer-events: auto;
    margin: 0;
    border-radius: 16px;
}

/* Lightbox reset */
.wp-lightbox-overlay .wp-block-image img,
.wp-lightbox-overlay .lightbox-image-container {
    height: auto !important;
}

@media only screen and (max-width: 767px) {
    figure.wp-block-gallery.custom-gallery-slider .swiper-slide {
        height: 240px;
    }
}
