body {
    background-color: #f8f9fa;
}
.navbar-brand {
    font-weight: bold;
}
/* Sadece içerik görselleri, avatarlar hariç */
.single-post img:not(.avatar):not(.rounded-circle),
.post-content img:not(.avatar):not(.rounded-circle),
.entry-content img:not(.avatar):not(.rounded-circle),
.wp-block-image img:not(.avatar):not(.rounded-circle) {
    border-radius: 1rem !important;
    overflow: hidden;
}
