#jp-relatedposts, .sharedaddy, .sd-like, .sd-sharing-enabled {
    display: none !important;
}
h3.sd-title {
    display: none !important;
}
/* Mevcut yazıyı gizle */
.site-info {
    display: none !important;
}

/* Kendi telif hakkı yazını ekle */
.site-footer:after {
    content: "© 2026 Bİ'MOLASPOR";
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
    background: #000000;
    font-size: 14px;
}
/* 1. Tüm Üst Alanı Karart ve Çizgileri Sıfırla */
.site-header, #masthead, .inside-header, .main-navigation, .site-logo a {
    background-color: #000000 !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

/* 2. Gri Başlık ve Çizgi Kalıntılarını Kökten Sil */
.main-title, .site-description, .main-title a, .site-branding {
    display: none !important;
    border: none !important;
    text-decoration: none !important;
}

/* 3. Beyaz Yazı Ayarı (Çizgisiz ve Zarif) */
.site-logo a:after {
    content: "Bİ'MOLASPOR";
    display: inline-block;
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-left: 15px;
    font-size: 24px;
    vertical-align: middle;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

/* 4. Menü Linklerindeki Alt Çizgileri Temizle */
.main-navigation .main-nav ul li a {
    text-decoration: none !important;
    border-bottom: none !important;
}

/* 5. Mobil Uyumluluk */
@media (max-width: 768px) {
    .inside-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .site-logo a:after {
        display: block !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
        font-size: 20px !important;
    }
}/* 1. O devasa beyaz sayfa başlığını kökten siler */
.entry-header, .page-header {
    display: none !important;
}

/* 2. O minik, inatçı sarı 'bimolaspor' yazısını (kategoriyi) gizler */
.cat-links {
    display: none !important;
}


    display: none !important;
}

/* Sitedeki tüm kategori linklerini ve etiketleri ekrandan tamamen kaldırır */
.cat-links, 
.entry-meta .cat-links,
.entry-meta,
.wp-block-post-terms {
    display: none !important;
}
/* 1. DERGİ ALTINDAKİ YAZILARI GİZLEME (ÇALIŞAN KOD) */
.nav-links, .post-navigation, .entry-footer, .post-meta, .entry-meta, .cat-links, .tags-links {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Yazıyı Doğrudan İsmiyle Yakalayıp Ortalamaya Zorlama */
@media screen and (max-width: 768px) {
    /* Sitedeki tüm mobil başlık ve link metinlerini ortala */
    h1, h2, h3, .main-title, .site-title, a[rel="home"] {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
        width: 100% !important;
    }
    
    /* Logo kapsayıcısını genişletip ortala */
    .site-logo, .header-image, .mobile-header-logo {
        display: block !important;
        margin: 0 auto 10px auto !important;
        text-align: center !important;
        float: none !important;
    }
}
/* Kendi telif hakkı yazını ekle */
.site-footer:after {
    content: "© 2026 Bİ'MOLASPOR";
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #ffffff;
    background: #000000;
    font-size: 14px;
} /* <-- Bu parantezin kapalı olduğundan emin olun */