/**
 * OJS 3.4 Custom CSS - Anti Tailwind Override
 * Tema: OJCD Hijau Tua & Emas
 */

/* ==========================================================================
   1. PRIMARY NAVIGATION BAR (FORCING GREEN & GOLD)
   ========================================================================== */
html body #main-navigation .pkp_navigation_primary_wrapper,
html body .pkp_structure_head .pkp_navigation_primary_wrapper {
    background-color: #0b402c !important;
    background: #0b402c !important;
    border-bottom: 3px solid #c5a059 !important;
}

/* Memaksa link navigasi berwarna putih */
html body #main-navigation .pkp_navigation_primary > li > a,
html body .pkp_navigation_primary > li > a * {
    color: #ffffff !important;
    text-shadow: none !important;
}

/* Hover Menu Utama */
html body #main-navigation .pkp_navigation_primary > li > a:hover,
html body #main-navigation .pkp_navigation_primary > li > a:focus,
html body #main-navigation .pkp_navigation_primary > li.pkp_navigation_active > a {
    color: #c5a059 !important;
    background-color: #083323 !important;
    background: #083323 !important;
}

/* ==========================================================================
   2. BUTTONS & GALLEYS (ANTI UTILITY OVERRIDE)
   ========================================================================== */
/* Tombol PDF Galley pada Artikel */
html body #pkpMainProperties .obj_galley_link.pdf,
html body #pkpMainProperties .obj_article_summary .galleys_links a.galley_link.pdf,
html body .obj_galley_link.pdf {
    background-color: #0b402c !important;
    background: #0b402c !important;
    color: #ffffff !important;
    border: 1px solid #c5a059 !important;
    box-shadow: none !important;
}

html body #pkpMainProperties .obj_galley_link.pdf:hover,
html body #pkpMainProperties .obj_article_summary .galleys_links a.galley_link.pdf:hover {
    background-color: #c5a059 !important;
    background: #c5a059 !important;
    color: #0b402c !important;
}

/* Tombol Umum OJS */
html body .cmp_button, 
html body .pkp_button,
html body a.page_link {
    background-color: #0b402c !important;
    background: #0b402c !important;
    color: #ffffff !important;
    border: 1px solid #c5a059 !important;
}

/* ==========================================================================
   3. SIDEBAR TITLES
   ========================================================================== */
html body .pkp_structure_sidebar .block .title {
    color: #0b402c !important;
    border-bottom: 2px solid #c5a059 !important;
    padding-bottom: 6px !important;
    text-transform: uppercase !important;
}