.post-coverflow-container-d35ddfb8 {
    width: 100%;
    padding: 50px 0;
}

.post-coverflow-container-d35ddfb8 .swiper-slide {
    width: 300px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.post-coverflow-container-d35ddfb8 .post-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-coverflow-container-d35ddfb8 .post-image {
    flex: 1;
    background-size: cover;
    background-position: center;
}

.post-coverflow-container-d35ddfb8 .post-image.placeholder {
    background-color: #eaeaea;
}

.post-coverflow-container-d35ddfb8 .post-content {
    padding: 20px;
    background: #fff;
}

.post-coverflow-container-d35ddfb8 .post-title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
}

.post-coverflow-container-d35ddfb8 .read-more {
    font-size: 14px;
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}
