/**
 * Smart Post Show carousel image size.
 * Enqueued late so it overrides plugin styles.
 */
.sp-pcp-post .pcp-post-thumb-wrapper .sp-pcp-post-thumb-area .sp-pcp-thumb,
.sp-pcp-carousel .sp-pcp-thumb,
.pcp-wrapper .sp-pcp-thumb,
.swiper-slide .sp-pcp-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 579px;
}

.sp-pcp-post .pcp-post-thumb-wrapper .sp-pcp-post-thumb-area .sp-pcp-thumb img,
.sp-pcp-carousel .sp-pcp-thumb img,
.pcp-wrapper .sp-pcp-thumb img,
.swiper-slide .sp-pcp-thumb img {
    height: 579px !important;
    width: auto !important;
    max-width: none !important;
    display: block;
    object-fit: cover;
    object-position: center center;
}
