.post-category-carousel-842996ca {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.post-category-carousel-842996ca .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-carousel-link {
    width: 100%;
    display: block;
}

.post-carousel-image {
    width: 100%;
    height: 400px; /* Default height, controllable via widget settings */
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-carousel-link:hover .post-carousel-image {
    transform: scale(1.02);
}