.elementor-37 .elementor-element.elementor-element-2765ae23{--display:flex;}/* Start custom CSS *//* Görseli İdeal Blog Genişliğine (800px) Çekme */
html body.single-post img.wp-post-image,
html body.single-post .post-thumbnail img,
html body.single-post .entry-header .post-thumbnail img {
    width: 100% !important;
    max-width: 800px !important; /* Boyutu 600'den 800'e çıkardık */
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Dış Kutuyu da Aynı Ölçüde Genişletme */
html body.single-post .entry-header .post-thumbnail,
html body.single-post .entry-thumbnail,
html body.single-post figure.entry-thumbnail {
    width: 100% !important;
    max-width: 800px !important; /* Dış kutuyu da 800px yaptık */
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    float: none !important;
}/* End custom CSS */