/* ========================================
   Custom CSS untuk warna biru tua pada sub judul sidebar
   Versi Agresif - Override semua kemungkinan
   ======================================== */

/* TARGET SEMUA ELEMEN DENGAN CLASS "title" DI SIDEBAR */
.pkp_structure_sidebar .title,
.pkp_structure_sidebar span.title,
.pkp_structure_sidebar h2.title,
.pkp_structure_sidebar p .title,
aside .title,
aside span.title,
aside h2.title {
    color: #003366 !important;
}

/* SELECTOR SPESIFIK PER BLOCK */
#customblock-journaltemplate .title,
#customblock-journaltemplate h2,
#customblock-journaltemplate .content h2,
#customblock-journaltemplate .content .title {
    color: #003366 !important;
}

#customblock-accredited .title,
#customblock-accredited span,
#customblock-accredited p span,
#customblock-accredited .content span.title {
    color: #003366 !important;
}

#customblock-sidebarmenu .title,
#customblock-sidebarmenu span,
#customblock-sidebarmenu p span,
#customblock-sidebarmenu .content span.title {
    color: #003366 !important;
}

#customblock-policies .title,
#customblock-policies span,
#customblock-policies p span,
#customblock-policies .content span.title,
#customblock-policies div span.title {
    color: #003366 !important;
}

.block_Keywordcloud .title,
.block_Keywordcloud > span,
.block_Keywordcloud span.title,
div.pkp_block.block_Keywordcloud .title {
    color: #003366 !important;
}

#customblock-visitors .title,
#customblock-visitors span,
#customblock-visitors p span,
#customblock-visitors .content span.title {
    color: #003366 !important;
}

/* FALLBACK UNIVERSAL - TARGET SEMUA */
.pkp_block .title,
.pkp_block span.title,
.pkp_block h2.title,
.pkp_block .content .title,
.pkp_block.block_custom span.title,
.pkp_block.block_custom h2.title,
.block_custom .content p span.title,
div[id^="customblock-"] .title,
div[id^="customblock-"] span.title,
div[id^="customblock-"] h2.title {
    color: #003366 !important;
}

/* NUCLEAR OPTION - Semua span dan h2 di sidebar yang memiliki class title */
aside#right span.title,
aside#right h2.title,
aside#right .title,
#right span.title,
#right h2.title,
#right .title {
    color: #003366 !important;
}
