.eya-swiper-post-carousel {
    position: relative;
    padding: 5px;
}

.eya-swiper-post-slide {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.eya-swiper-post-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.eya-swiper-post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
}

.eya-swiper-post-title {
    margin-top: 0;
    margin-bottom: 10px;
}

.eya-swiper-post-title a {
    color: #ffffff;
    text-decoration: none;
}

.eya-swiper-post-excerpt {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.eya-swiper-post-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.eya-swiper-post-author-avatar {
    margin-right: 10px;
}

.eya-swiper-post-author-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.eya-swiper-post-author-name {
    font-size: 14px;
    font-weight: 500;
}

.swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #999;
    opacity: 1;
    margin: 0 5px;
}

.swiper-pagination-bullet-active {
    background: #fff;
}
