/* Swiper-Container */
#featured-content.zuki-swiper {
    margin: 0 0 40px;
    position: relative;
}

/* Slides: gleiche Struktur wie FlexSlider */
#featured-content .swiper-slide .rp-big-one {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

/* Bild */
#featured-content .entry-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* Navigations-Pfeile — gleiche Position wie FlexSlider */
#featured-content .swiper-button-prev,
#featured-content .swiper-button-next {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.9);
    top: auto;
    bottom: 60px;
    color: #191919;
}

#featured-content .swiper-button-prev {
    left: 0;
}

#featured-content .swiper-button-next {
    left: 36px;
    right: auto;
}

#featured-content .swiper-button-prev::after,
#featured-content .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
}

/* Pagination Punkte */
#featured-content .swiper-pagination {
    bottom: 10px;
}

#featured-content .swiper-pagination-bullet {
    background: #191919;
    opacity: 0.4;
}

#featured-content .swiper-pagination-bullet-active {
    opacity: 1;
}

/* Text-Overlay */
#featured-content .story {
    padding: 10px 0;
}

#featured-content .story .entry-title {
    font-size: 1.4em;
    margin: 0 0 8px;
}

#featured-content .story .summary {
    margin: 0;
    color: #555;
}
