/* Ensure the Swiper wrapper takes full width and accommodates pagination dots */
.angie-posts-swiper-f482f69d {
    width: 100%;
    position: relative;
    padding-bottom: 50px; /* Space for pagination dots */
    --swiper-theme-color: #333;
}

/* Force override Elementor's CSS Grid to let Swiper handle the layout (Flexbox) */
.angie-posts-swiper-f482f69d .elementor-posts-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    grid-gap: 0 !important;
    margin: 0 !important;
}

/* Ensure slides expand naturally */
.angie-posts-swiper-f482f69d .swiper-slide {
    height: auto;
    display: flex;
}
.angie-posts-swiper-f482f69d .swiper-slide > .elementor-post {
    width: 100%;
}

/* Reposition dots to the bottom */
.angie-posts-swiper-f482f69d .swiper-pagination {
    bottom: 0;
}

/* Style arrows nicely */
.angie-posts-swiper-f482f69d .swiper-button-prev,
.angie-posts-swiper-f482f69d .swiper-button-next {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.angie-posts-swiper-f482f69d .swiper-button-prev:after,
.angie-posts-swiper-f482f69d .swiper-button-next:after {
    font-size: 20px;
}
