/* GLOBAL İÇERİK RENKLERİ - SADECE İÇERİK ALANLARI */
/* Sadece blog/hizmet detay sayfalarındaki ana içerik alanı */

/* İçerik alanındaki paragraflar */
.bt_bb_text p,
.btArticleContent p {
    color: #002c5d !important;
}

/* İçerik alanındaki başlıklar */
.bt_bb_text h1,
.bt_bb_text h2,
.bt_bb_text h3,
.bt_bb_text h4,
.bt_bb_text h5,
.bt_bb_text h6,
.btArticleContent h1,
.btArticleContent h2,
.btArticleContent h3,
.btArticleContent h4,
.btArticleContent h5,
.btArticleContent h6 {
    color: #002c5d !important;
}

/* İçerik alanındaki listeler */
.bt_bb_text li,
.btArticleContent li {
    color: #002c5d !important;
}

/* İçerik alanındaki tablolar */
.bt_bb_text td,
.bt_bb_text th,
.btArticleContent td,
.btArticleContent th {
    color: #002c5d !important;
}

/* İçerik alanındaki div ve span (sadece içerik alanında) */
.bt_bb_text div,
.bt_bb_text span,
.btArticleContent div,
.btArticleContent span {
    color: #002c5d !important;
}
