/*
 * Tekil blog yazisi son katmani.
 * Genel tema dosyalarindaki post-feature kurallarindan sonra yuklenir.
 */
.site-main .blog-post-layout .post-feature {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: min(100%, 760px) !important;
    max-width: 760px !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 auto 1.25rem !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-main .blog-post-layout .post-feature img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    margin: 0 auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: contain !important;
    box-shadow: none !important;
}

.site-main .blog-post-layout .post-feature.is-landscape {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
}

.site-main .blog-post-layout .post-feature.is-landscape img {
    width: 100% !important;
    max-width: none !important;
}

.site-main .blog-post-layout .post-feature.is-square {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
}

.site-main .blog-post-layout .post-feature.is-portrait {
    width: min(100%, 760px) !important;
    max-width: 760px !important;
}

@media (max-width: 720px) {
    .site-main .blog-post-layout .post-feature,
    .site-main .blog-post-layout .post-feature.is-landscape,
    .site-main .blog-post-layout .post-feature.is-square,
    .site-main .blog-post-layout .post-feature.is-portrait {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .site-main .blog-post-layout .post-feature img {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
    }
}
