/* Component: Stacked Cards (vertical creative Swiper) */

.stacked-cards {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.stacked-cards > .swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.stacked-cards .swiper:not(.swiper-initialized) .swiper-slide + .swiper-slide {
    display: none;
}

.stacked-cards:has(.swiper-initialized) {
    padding-top: 30px;
    /* margin-top: -20px; */
}

.stacked-cards .swiper-slide {
    overflow: hidden;
    will-change: transform, opacity;
}