/* Gallery Carousel Widget Styles */

.tae-gallery-carousel-wrapper {
    overflow: hidden;
}

.tae-gallery-swiper {
    padding-bottom: 20px !important;
}

.tae-gallery-image-wrap {
    aspect-ratio: 4 / 3;
}

.tae-gallery-carousel-wrapper .swiper-progress-bar {
    border-radius: 99px;
}

.tae-gallery-carousel-wrapper .swiper-button-disabled {
    cursor: not-allowed !important;
    opacity: 0.3 !important;
}

.tae-gallery-carousel-wrapper .swiper-prev,
.tae-gallery-carousel-wrapper .swiper-next {
    cursor: pointer;
    user-select: none;
    outline: none;
    z-index: 10;
}
