/* Start custom CSS *//* WordPress için en yaygın içerik sınıfı */
.entry-content img {
    border-radius: 0 !important;
}

/* Diğer yaygın alternatifler */
.post-content img,
.article-body img,
.single-post img {
    border-radius: 0 !important;
}/* End custom CSS */