/**
 * Smart Post Show carousel: strict 1:1 thumb frame.
 * Enqueued late (see setup.php) so this wins over plugin + theme bundle.
 */
.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 !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: hidden;
}

.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 {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center center !important;
}
