/* =========================================================
   IJEC FOOTER FINAL - PRESISI
   Warna utama: #476122
   ========================================================= */

/* wrapper footer */
.pkp_structure_footer_wrapper {
    background: #476122 !important;
    border-top: 4px solid #2f4216 !important;
    margin-top: 24px !important;
    padding: 0 !important;
}

/* container footer */
.pkp_structure_footer {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 22px 28px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;   /* sejajar presisi */
    gap: 32px !important;
    background: transparent !important;
    min-height: auto !important;
    box-sizing: border-box;
}

/* blok kiri */
#customblock-prefooter {
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

/* blok kanan OJS/PKP */
.pkp_brand_footer {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    text-align: right !important;
    align-self: center !important; /* pas di tengah tinggi footer */
}

/* teks footer kiri */
#customblock-prefooter,
#customblock-prefooter p,
#customblock-prefooter div,
#customblock-prefooter span,
#customblock-prefooter a {
    color: #f4f7f1 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

/* judul footer */
#customblock-prefooter strong,
#customblock-prefooter b {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

/* link footer */
#customblock-prefooter a {
    color: #eef6e8 !important;
    text-decoration: none !important;
}

#customblock-prefooter a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* rapikan jarak paragraf kiri */
#customblock-prefooter p {
    margin: 0 0 6px 0 !important;
}

/* logo / tulisan OJS PKP */
.pkp_brand_footer img {
    max-width: 150px !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    opacity: 0.95 !important;
}

/* kalau brand footer berupa teks/link */
.pkp_brand_footer,
.pkp_brand_footer a,
.pkp_brand_footer span,
.pkp_brand_footer div {
    color: #f4f7f1 !important;
}

/* hilangkan style footer bawaan yang mengganggu */
.site-footer,
.footer,
.pkp_footer_content {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* hilangkan ruang kosong ekstra */
.pkp_structure_footer_wrapper::before,
.pkp_structure_footer_wrapper::after,
.pkp_structure_footer::before,
.pkp_structure_footer::after {
    display: none !important;
    content: none !important;
}

/* mobile */
@media (max-width: 768px) {
    .pkp_structure_footer {
        display: block !important;
        text-align: center !important;
        padding: 18px 16px !important;
    }

    #customblock-prefooter {
        text-align: center !important;
        margin-bottom: 14px !important;
    }

    .pkp_brand_footer {
        text-align: center !important;
    }

    .pkp_brand_footer img {
        margin: 0 auto !important;
        max-width: 120px !important;
    }
}
.ijec-sidebar-menu {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    background: #102a66;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.ijec-menu-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 24px;
    background: #102a66;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #0a1220;
}

.ijec-menu-item:hover {
    background: #16357f;
    color: #ffffff !important;
}

.ijec-icon {
    width: 28px;
    min-width: 28px;
    text-align: center;
    font-size: 22px;
    line-height: 1;
}

.ijec-text {
    flex: 1;
}

/* =========================================================
   IJEC LINK COLOR THEME
   Warna utama: #476122
   Hover: gradasi halus, tidak mencolok
   ========================================================= */

/* ===== LINK UMUM OJS ===== */
a,
.cmp_announcements a,
.read_more,
.obj_issue_toc a,
.obj_article_details a,
.pkp_block a,
.page a {
    color: #476122 !important;
    transition: all 0.25s ease;
}

/* ===== HOVER LINK UMUM ===== */
a:hover,
.cmp_announcements a:hover,
.read_more:hover,
.obj_issue_toc a:hover,
.obj_article_details a:hover,
.pkp_block a:hover,
.page a:hover {
    color: #6f8a3a !important;
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.07) 0%,
        rgba(111,138,58,0.10) 100%
    );
    border-radius: 4px;
    text-decoration: none !important;
}

/* ===== JUDUL ARTIKEL ===== */
.obj_article_summary .title a,
.obj_article_summary h3 a,
.obj_article_summary h4 a {
    color: #476122 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.obj_article_summary .title a:hover,
.obj_article_summary h3 a:hover,
.obj_article_summary h4 a:hover {
    color: #6f8a3a !important;
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.08) 0%,
        rgba(111,138,58,0.12) 100%
    );
    padding: 2px 4px;
    border-radius: 4px;
}

/* ===== JUDUL ANNOUNCEMENT ===== */
.obj_announcement_summary h3 a,
.cmp_announcements h3 a,
.cmp_announcements .title a {
    color: #476122 !important;
    font-weight: 700;
}

.obj_announcement_summary h3 a:hover,
.cmp_announcements h3 a:hover,
.cmp_announcements .title a:hover {
    color: #6f8a3a !important;
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.08) 0%,
        rgba(111,138,58,0.12) 100%
    );
    padding: 2px 4px;
    border-radius: 4px;
}

/* ===== DOI ===== */
.item.doi a,
.article-details-doi a,
.doi a {
    color: #476122 !important;
    font-weight: 500;
}

.item.doi a:hover,
.article-details-doi a:hover,
.doi a:hover {
    color: #6f8a3a !important;
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.07) 0%,
        rgba(111,138,58,0.10) 100%
    );
    border-radius: 4px;
}

/* ===== SIDEBAR LINK ===== */
.pkp_block .content a,
.pkp_block ul li a,
.block_information a,
.block_browse a {
    color: #476122 !important;
    font-weight: 500;
}

.pkp_block .content a:hover,
.pkp_block ul li a:hover,
.block_information a:hover,
.block_browse a:hover {
    color: #6f8a3a !important;
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.07) 0%,
        rgba(111,138,58,0.10) 100%
    );
    border-radius: 4px;
}

/* ===== READ MORE / VIEW ALL ISSUES ===== */
.read_more,
a.read_more,
.cmp_announcements .more a,
.current_issue .read_more {
    color: #476122 !important;
    font-weight: 700;
}

.read_more:hover,
a.read_more:hover,
.cmp_announcements .more a:hover,
.current_issue .read_more:hover {
    color: #6f8a3a !important;
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.07) 0%,
        rgba(111,138,58,0.10) 100%
    );
    border-radius: 4px;
    text-decoration: none !important;
}

/* ===== TOMBOL PDF / GALLEY ===== */
.obj_galley_link,
a.obj_galley_link,
.cmp_button_wire,
.cmp_button,
.block_make_submission a {
    color: #476122 !important;
    border: 1px solid #476122 !important;
    background: #ffffff !important;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.25s ease;
}

.obj_galley_link:hover,
a.obj_galley_link:hover,
.cmp_button_wire:hover,
.cmp_button:hover,
.block_make_submission a:hover {
    color: #ffffff !important;
    background: linear-gradient(
        90deg,
        #476122 0%,
        #6f8a3a 100%
    ) !important;
    border-color: #476122 !important;
    text-decoration: none !important;
}

/* ===== JUDUL WIDGET SIDEBAR ===== */
.pkp_block h2,
.pkp_block .title,
.block_information h2,
.block_browse h2 {
    color: #476122 !important;
}

/* ===== ICON / ARROW YANG IKUT LINK ===== */
.read_more:after,
.cmp_announcements .more a:after,
.current_issue .read_more:after {
    color: #476122 !important;
}

/* ===== PAGINATION / NAV LINK BILA ADA ===== */
.cmp_pagination a,
.page_links a,
.pagination a {
    color: #476122 !important;
    border-color: rgba(71,97,34,0.25) !important;
}

.cmp_pagination a:hover,
.page_links a:hover,
.pagination a:hover {
    color: #ffffff !important;
    background: #476122 !important;
    border-color: #476122 !important;
}

/* ===== FOKUS AKSESIBILITAS ===== */
a:focus,
.obj_galley_link:focus,
.cmp_button_wire:focus,
.cmp_button:focus {
    outline: 2px solid rgba(71,97,34,0.25);
    outline-offset: 2px;
}

/* ===== FIX: HEADER / NAVBAR AGAR TIDAK HIJAU ===== */

/* menu utama */
.pkp_navigation_primary a,
.pkp_navigation_primary > li > a,
.pkp_navigation_user a {
    color: #ffffff !important;
}

/* hover menu */
.pkp_navigation_primary a:hover,
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_user a:hover {
    color: #e6f2dd !important;
    background: transparent !important;
}

/* dropdown menu */
.pkp_navigation_primary .dropdown-menu a,
.pkp_navigation_primary ul a {
    color: #333 !important;
}

/* hover dropdown */
.pkp_navigation_primary .dropdown-menu a:hover,
.pkp_navigation_primary ul a:hover {
    color: #476122 !important;
    background: rgba(71,97,34,0.08) !important;
}

/* ===== FIX DROPDOWN PROFILE (DASHBOARD) ===== */

/* container dropdown */
.pkp_navigation_user_wrapper .dropdown-menu {
    background: #ffffff !important;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 6px 0;
}

/* item menu */
.pkp_navigation_user_wrapper .dropdown-menu a,
.pkp_navigation_user_wrapper .dropdown-menu li a {
    color: #333 !important; /* teks gelap biar terbaca */
    font-weight: 500;
    padding: 10px 16px;
    display: block;
    transition: all 0.2s ease;
}

/* hover menu */
.pkp_navigation_user_wrapper .dropdown-menu a:hover,
.pkp_navigation_user_wrapper .dropdown-menu li a:hover {
    color: #476122 !important;
    background: rgba(71,97,34,0.08) !important;
}

/* item aktif (misal Dashboard) */
.pkp_navigation_user_wrapper .dropdown-menu .active a,
.pkp_navigation_user_wrapper .dropdown-menu .current a {
    color: #476122 !important;
    font-weight: 600;
}

/* arrow kecil dropdown (optional) */
.pkp_navigation_user_wrapper .dropdown-menu:before {
    border-bottom-color: #ffffff !important;
}

/* ===== FIX SEARCH NAVBAR ===== */

/* teks "Search" */
.pkp_search .search_prompt,
.pkp_navigation_search_wrapper a,
.pkp_navigation_search_wrapper {
    color: #ffffff !important;
    font-weight: 500;
}

/* icon search */
.pkp_navigation_search_wrapper .fa,
.pkp_navigation_search_wrapper i {
    color: #ffffff !important;
}

/* hover search */
.pkp_navigation_search_wrapper:hover,
.pkp_navigation_search_wrapper a:hover {
    color: #e6f2dd !important;
}

/* jika ada input search dropdown */
.pkp_search input[type="text"] {
    border: 1px solid #476122 !important;
}

.pkp_search input[type="text"]:focus {
    border-color: #6f8a3a !important;
    box-shadow: 0 0 0 2px rgba(71,97,34,0.15);
}

.pkp_navigation_primary_row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.pkp_navigation_primary {
    justify-content: flex-start; /* tetap rata kiri tapi rapi */
}

/* =========================================================
   IJEC SIDEBAR PREMIUM STYLE
   Konsep: clean, elegant, Elsevier-inspired
   Warna utama: #476122
   ========================================================= */

/* ===== WRAPPER SIDEBAR ===== */
.pkp_structure_sidebar {
    padding-top: 6px;
}

/* ===== BLOK SIDEBAR UMUM ===== */
.pkp_structure_sidebar .pkp_block {
    background: #ffffff !important;
    border: 1px solid #dbe4d2 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(71, 97, 34, 0.06) !important;
    margin-bottom: 18px !important;
    padding: 0 !important;
    overflow: hidden !important;
    transition: all 0.25s ease;
}

/* efek hover sangat halus */
.pkp_structure_sidebar .pkp_block:hover {
    box-shadow: 0 10px 24px rgba(71, 97, 34, 0.10) !important;
    transform: translateY(-1px);
}

/* ===== JUDUL BLOK ===== */
.pkp_structure_sidebar .pkp_block .title,
.pkp_structure_sidebar .pkp_block h2 {
    margin: 0 !important;
    padding: 14px 18px !important;
    background: linear-gradient(
        180deg,
        rgba(71, 97, 34, 0.08) 0%,
        rgba(71, 97, 34, 0.03) 100%
    ) !important;
    border-bottom: 1px solid #e4ecdc !important;
    color: #476122 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.2px;
}

/* ===== ISI BLOK ===== */
.pkp_structure_sidebar .pkp_block .content {
    padding: 16px 18px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #2f3728 !important;
}

/* ===== JIKA ADA GAMBAR DI SIDEBAR ===== */
.pkp_structure_sidebar .pkp_block img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0 auto;
}

/* jika blok berisi gambar penuh seperti counter/tool/banner */
.pkp_structure_sidebar .pkp_block .content img:only-child {
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* ===== PEMISAH ANTAR ITEM DALAM SIDEBAR ===== */
.pkp_structure_sidebar .pkp_block ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_structure_sidebar .pkp_block ul li {
    margin: 0 !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #edf2e8;
    line-height: 1.5;
}

.pkp_structure_sidebar .pkp_block ul li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

/* ===== LINK SIDEBAR ===== */
.pkp_structure_sidebar .pkp_block a {
    color: #476122 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.pkp_structure_sidebar .pkp_block a:hover {
    color: #6d8837 !important;
    text-decoration: none !important;
}

/* ===== BLOK MAKE A SUBMISSION ===== */
.block_make_submission,
.pkp_block.block_make_submission {
    background: #ffffff !important;
    border: 1px solid #dbe4d2 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(71, 97, 34, 0.06) !important;
    overflow: hidden;
}

.block_make_submission .content,
.pkp_block.block_make_submission .content {
    padding: 18px !important;
}

.block_make_submission a,
.pkp_block.block_make_submission a {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    background: linear-gradient(180deg, #ffffff 0%, #f7faf4 100%) !important;
    border: 1px solid #476122 !important;
    border-radius: 12px !important;
    color: #476122 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 12px 14px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    transition: all 0.25s ease;
}

.block_make_submission a:hover,
.pkp_block.block_make_submission a:hover {
    background: linear-gradient(180deg, #476122 0%, #5b7730 100%) !important;
    color: #ffffff !important;
    border-color: #476122 !important;
}

/* ===== BLOK INFORMASI / BROWSE / CUSTOM ===== */
.block_information,
.block_browse,
.block_custom {
    position: relative;
}

/* garis aksen kiri halus seperti panel profesional */
.block_information::before,
.block_browse::before,
.block_custom::before,
.block_make_submission::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(
        180deg,
        #476122 0%,
        rgba(71, 97, 34, 0.25) 100%
    );
}

/* ===== BLOK CUSTOM UNTUK TOOLS / CITATION / INDEXING ===== */
.pkp_structure_sidebar .block_custom .content > * + * {
    margin-top: 12px;
}

/* jika di dalam content ada card kecil tambahan */
.pkp_structure_sidebar .block_custom .content .ijec-mini-card {
    border: 1px solid #e5ecdd;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fbfdf9;
}

/* ===== TOMBOL KECIL / LINK DOWNLOAD DI SIDEBAR ===== */
.pkp_structure_sidebar .cmp_button,
.pkp_structure_sidebar .cmp_button_wire,
.pkp_structure_sidebar .obj_galley_link {
    display: inline-block;
    border: 1px solid #476122 !important;
    background: #ffffff !important;
    color: #476122 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease;
}

.pkp_structure_sidebar .cmp_button:hover,
.pkp_structure_sidebar .cmp_button_wire:hover,
.pkp_structure_sidebar .obj_galley_link:hover {
    background: #476122 !important;
    color: #ffffff !important;
}

/* ===== SPASI KHUSUS UNTUK BLOK YANG BERISI GAMBAR BESAR ===== */
.pkp_structure_sidebar .block_custom .content:has(img) {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/* fallback jika :has tidak didukung, tetap aman */
.pkp_structure_sidebar .block_custom .content img {
    margin-top: 4px;
    margin-bottom: 4px;
}

/* ===== JUDUL BLOK TANPA HURUF TERLALU BESAR ===== */
.block_information h2,
.block_browse h2,
.block_custom h2,
.block_make_submission h2 {
    text-transform: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .pkp_structure_sidebar .pkp_block {
        margin-bottom: 14px !important;
    }

    .pkp_structure_sidebar .pkp_block .title,
    .pkp_structure_sidebar .pkp_block h2 {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }

    .pkp_structure_sidebar .pkp_block .content {
        padding: 14px 15px !important;
        font-size: 13px !important;
    }
}

/* =========================================
   DROPDOWN MENU (SUB MENU) COLOR FIX
   ========================================= */

/* background dropdown */
.pkp_navigation_primary .dropdown-menu {
    background: #ffffff !important;
    border-radius: 8px;
    border: 1px solid rgba(71,97,34,0.15);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* item dalam dropdown */
.pkp_navigation_primary .dropdown-menu li a {
    color: #476122 !important;
    padding: 10px 16px;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* hover item */
.pkp_navigation_primary .dropdown-menu li a:hover {
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.08) 0%,
        rgba(111,138,58,0.12) 100%
    ) !important;
    color: #2e3f15 !important;
    border-radius: 6px;
}

/* ACTIVE / SELECTED (yang sebelumnya biru) */
.pkp_navigation_primary .dropdown-menu li.active > a,
.pkp_navigation_primary .dropdown-menu li a:focus {
    background: rgba(71,97,34,0.12) !important;
    color: #2e3f15 !important;
}

/* hilangkan warna biru default */
.pkp_navigation_primary .dropdown-menu li a:active {
    background: rgba(71,97,34,0.15) !important;
    color: #2e3f15 !important;
}
/* =========================================
   EFFECT HOVER JUDUL ARTIKEL (MODERN MOVE)
   ========================================= */

.obj_article_summary .title a,
.obj_article_summary h3 a,
.obj_article_summary h4 a {
    display: inline-block;
    color: #476122 !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* efek gerak saat hover */
.obj_article_summary .title a:hover,
.obj_article_summary h3 a:hover,
.obj_article_summary h4 a:hover {
    transform: translateX(6px); /* geser ke kanan */
    color: #6f8a3a !important;

    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.08) 0%,
        rgba(111,138,58,0.12) 100%
    );

    padding: 3px 6px;
    border-radius: 6px;
}

/* opsional: tambahkan garis animasi bawah */
.obj_article_summary .title a::after,
.obj_article_summary h3 a::after,
.obj_article_summary h4 a::after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background: #476122;
    transition: width 0.3s ease;
    margin-top: 2px;
}

.obj_article_summary .title a:hover::after,
.obj_article_summary h3 a:hover::after,
.obj_article_summary h4 a:hover::after {
    width: 100%;
}

/* =========================================
   ARTICLE CARD STYLE (Q1 STYLE)
   ========================================= */

.obj_article_summary {
    background: #ffffff;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 16px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* efek hover */
.obj_article_summary:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: rgba(71,97,34,0.2);
}

/* efek klik (lebih hidup) */
.obj_article_summary:active {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.obj_galley_link {
    transition: all 0.25s ease;
}

.obj_article_summary:hover .obj_galley_link {
    transform: translateY(-2px);
}

/* =========================================
   SIDEBAR MODERN CARD
   ========================================= */

.pkp_block {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* hover sidebar */
.pkp_block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.08);
    border-color: rgba(71,97,34,0.2);
}

/* gambar dalam sidebar */
.pkp_block img {
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* efek hover gambar */
.pkp_block:hover img {
    transform: scale(1.03);
}

/* garis aksen kiri */
.obj_article_summary::before,
.pkp_block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 4px;
    background: #476122;
    border-radius: 4px;
    transition: height 0.3s ease;
}

/* aktif saat hover */
.obj_article_summary:hover::before,
.pkp_block:hover::before {
    height: 100%;
}

/* penting: parent harus relative */
.obj_article_summary,
.pkp_block {
    position: relative;
}

/* =========================================
   HEADER / NAVBAR PREMIUM IJEC
   Tanpa biru, senada dengan #476122
   ========================================= */

/* bar utama navbar */
.pkp_navigation_primary_row,
.pkp_navigation_primary {
    background: #476122 !important;
}

/* item menu utama */
.pkp_navigation_primary > li {
    position: relative;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-weight: 500;
    padding: 16px 18px !important;
    transition: all 0.3s ease;
    background: transparent !important;
}

/* hover menu utama */
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: #f3f7ef !important;
    background: rgba(255,255,255,0.04) !important;
    text-decoration: none !important;
}

/* garis aksen vertikal animasi */
.pkp_navigation_primary > li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0%;
    background: linear-gradient(
        180deg,
        #dce9c8 0%,
        #9fba6a 100%
    );
    border-radius: 0 0 4px 4px;
    transition: height 0.28s ease;
    opacity: 0.95;
}

/* aktif saat hover atau current */
.pkp_navigation_primary > li:hover::after,
.pkp_navigation_primary > li.current::after,
.pkp_navigation_primary > li.active::after {
    height: 100%;
}

/* item aktif/current */
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.active > a {
    color: #ffffff !important;
    background: rgba(255,255,255,0.05) !important;
}

/* hilangkan biru default di submenu/dropdown */
.pkp_navigation_primary .dropdown-menu,
.pkp_navigation_primary ul {
    background: #ffffff !important;
    border: 1px solid rgba(71,97,34,0.14) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    padding: 8px 0 !important;
}

/* item submenu */
.pkp_navigation_primary .dropdown-menu li,
.pkp_navigation_primary ul li {
    position: relative;
}

.pkp_navigation_primary .dropdown-menu li a,
.pkp_navigation_primary ul li a {
    color: #476122 !important;
    background: #ffffff !important;
    padding: 11px 18px !important;
    font-weight: 500;
    transition: all 0.25s ease;
}

/* hover submenu */
.pkp_navigation_primary .dropdown-menu li a:hover,
.pkp_navigation_primary ul li a:hover {
    color: #2f4216 !important;
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.08) 0%,
        rgba(111,138,58,0.10) 100%
    ) !important;
    text-decoration: none !important;
}

/* garis aksen kecil di submenu */
.pkp_navigation_primary .dropdown-menu li::before,
.pkp_navigation_primary ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0%;
    background: #476122;
    transition: height 0.25s ease;
}

.pkp_navigation_primary .dropdown-menu li:hover::before,
.pkp_navigation_primary ul li:hover::before {
    height: 100%;
}

/* hilangkan warna biru focus/active bawaan */
.pkp_navigation_primary a:focus,
.pkp_navigation_primary a:active,
.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

/* search kanan agar tetap senada */
.pkp_navigation_search_wrapper,
.pkp_navigation_search_wrapper a,
.pkp_search,
.pkp_search .search_prompt {
    color: #ffffff !important;
    background: transparent !important;
}

.pkp_navigation_search_wrapper a:hover,
.pkp_search:hover,
.pkp_search .search_prompt:hover {
    color: #edf5e4 !important;
    background: transparent !important;
}

/* profile kanan atas jangan biru */
.pkp_navigation_user_wrapper a,
.pkp_navigation_user a {
    color: #ffffff !important;
    background: transparent !important;
}

.pkp_navigation_user_wrapper a:hover,
.pkp_navigation_user a:hover {
    color: #edf5e4 !important;
    background: transparent !important;
}

/* dropdown profile */
.pkp_navigation_user_wrapper .dropdown-menu {
    background: #ffffff !important;
    border: 1px solid rgba(71,97,34,0.14) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
}

.pkp_navigation_user_wrapper .dropdown-menu a {
    color: #476122 !important;
    padding: 10px 16px !important;
}

.pkp_navigation_user_wrapper .dropdown-menu a:hover {
    color: #2f4216 !important;
    background: rgba(71,97,34,0.08) !important;
}

/* responsive */
@media (max-width: 991px) {
    .pkp_navigation_primary > li::after {
        width: 100%;
        height: 3px;
        top: auto;
        bottom: 0;
    }

    .pkp_navigation_primary > li:hover::after,
    .pkp_navigation_primary > li.current::after,
    .pkp_navigation_primary > li.active::after {
        height: 3px;
    }
}
/* =========================================
   HILANGKAN GARIS TURUN MENU NAVBAR
   ========================================= */

/* nonaktifkan garis aksen */
.pkp_navigation_primary > li::after {
    display: none !important;
}

/* kalau masih muncul dari state hover/active */
.pkp_navigation_primary > li:hover::after,
.pkp_navigation_primary > li.current::after,
.pkp_navigation_primary > li.active::after {
    display: none !important;
}

/* juga untuk submenu (kalau ada garis kecil) */
.pkp_navigation_primary .dropdown-menu li::before,
.pkp_navigation_primary ul li::before {
    display: none !important;
}

/* =========================================
   NAVBAR HOVER / ACTIVE HALUS TANPA GARIS TURUN
   Warna utama: #476122
   ========================================= */

/* menu utama */
.pkp_navigation_primary > li {
    position: relative;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    background: transparent !important;
    border-radius: 8px;
    padding: 14px 18px !important;
    font-weight: 500;
    transition: all 0.28s ease;
}

/* hover menu utama */
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: #ffffff !important;
    background: rgba(255,255,255,0.08) !important;
    transform: translateY(-1px);
    box-shadow: inset 0 -2px 0 rgba(255,255,255,0.18);
    text-decoration: none !important;
}

/* saat diklik / aktif */
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.active > a,
.pkp_navigation_primary > li > a:active {
    color: #ffffff !important;
    background: rgba(255,255,255,0.12) !important;
    transform: translateY(-1px);
    box-shadow: inset 0 -3px 0 rgba(255,255,255,0.24);
}

/* hapus garis turun lama */
.pkp_navigation_primary > li::after,
.pkp_navigation_primary > li:hover::after,
.pkp_navigation_primary > li.current::after,
.pkp_navigation_primary > li.active::after {
    display: none !important;
    content: none !important;
}

/* dropdown menu */
.pkp_navigation_primary .dropdown-menu,
.pkp_navigation_primary ul {
    background: #ffffff !important;
    border: 1px solid rgba(71,97,34,0.14) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    padding: 8px 0 !important;
}

/* item submenu */
.pkp_navigation_primary .dropdown-menu li a,
.pkp_navigation_primary ul li a {
    color: #476122 !important;
    background: #ffffff !important;
    padding: 11px 18px !important;
    font-weight: 500;
    transition: all 0.24s ease;
    border-radius: 6px;
    margin: 0 6px;
}

/* hover submenu */
.pkp_navigation_primary .dropdown-menu li a:hover,
.pkp_navigation_primary ul li a:hover,
.pkp_navigation_primary .dropdown-menu li a:focus,
.pkp_navigation_primary ul li a:focus {
    color: #2f4216 !important;
    background: linear-gradient(
        90deg,
        rgba(71,97,34,0.08) 0%,
        rgba(111,138,58,0.10) 100%
    ) !important;
    transform: translateX(4px);
    text-decoration: none !important;
}

/* item submenu aktif */
.pkp_navigation_primary .dropdown-menu li.active a,
.pkp_navigation_primary ul li.active a,
.pkp_navigation_primary .dropdown-menu li a:active,
.pkp_navigation_primary ul li a:active {
    color: #2f4216 !important;
    background: rgba(71,97,34,0.12) !important;
}

/* hapus garis kecil submenu lama */
.pkp_navigation_primary .dropdown-menu li::before,
.pkp_navigation_primary ul li::before {
    display: none !important;
    content: none !important;
}

/* user menu kanan atas */
.pkp_navigation_user_wrapper a,
.pkp_navigation_user a {
    color: #ffffff !important;
    background: transparent !important;
    transition: all 0.25s ease;
}

.pkp_navigation_user_wrapper a:hover,
.pkp_navigation_user a:hover {
    color: #edf5e4 !important;
    background: transparent !important;
}

/* dropdown profile */
.pkp_navigation_user_wrapper .dropdown-menu {
    background: #ffffff !important;
    border: 1px solid rgba(71,97,34,0.14) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
}

.pkp_navigation_user_wrapper .dropdown-menu a {
    color: #476122 !important;
    padding: 10px 16px !important;
    border-radius: 6px;
    margin: 0 6px;
    transition: all 0.24s ease;
}

.pkp_navigation_user_wrapper .dropdown-menu a:hover {
    color: #2f4216 !important;
    background: rgba(71,97,34,0.08) !important;
    transform: translateX(3px);
}

/* search kanan */
.pkp_navigation_search_wrapper,
.pkp_navigation_search_wrapper a,
.pkp_search,
.pkp_search .search_prompt {
    color: #ffffff !important;
    background: transparent !important;
    transition: all 0.25s ease;
}

.pkp_navigation_search_wrapper a:hover,
.pkp_search:hover,
.pkp_search .search_prompt:hover {
    color: #edf5e4 !important;
    background: transparent !important;
    transform: translateY(-1px);
}

/* hilangkan biru default focus */
.pkp_navigation_primary a:focus,
.pkp_navigation_primary a:active,
.pkp_navigation_user a:focus,
.pkp_navigation_user a:active,
.pkp_navigation_search_wrapper a:focus,
.pkp_navigation_search_wrapper a:active {
    outline: none !important;
    box-shadow: none !important;
}

/* =========================================
   ARTICLE META: DOI / VIEWS / DOWNLOADS
   ========================================= */

.obj_article_summary {
    background: #ffffff;
    border: 1px solid #e6ebdf;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 4px 14px rgba(71, 97, 34, 0.04);
}

.obj_article_summary .title {
    margin-bottom: 10px;
}

.obj_article_summary .authors,
.obj_article_summary .meta {
    margin-bottom: 10px;
    color: #2f3728;
    font-size: 15px;
    line-height: 1.6;
}

/* bar metadata artikel */
.ijec-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
    margin: 10px 0 14px;
    padding: 10px 12px;
    background: #f8fbf5;
    border: 1px solid #e2eadb;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
}

/* item metadata */
.ijec-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #476122;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid rgba(71,97,34,0.12);
    border-radius: 999px;
    padding: 5px 10px;
}

/* DOI */
.ijec-doi {
    color: #476122;
    max-width: 100%;
    word-break: break-word;
}

/* views */
.ijec-views::before {
    content: "👁";
    font-size: 13px;
}

/* downloads */
.ijec-downloads::before {
    content: "⬇";
    font-size: 13px;
}

/* DOI icon optional */
.ijec-doi::before {
    content: "🔗";
    font-size: 13px;
}

/* PDF button tetap selaras */
.obj_galley_link.pdf {
    margin-top: 4px;
}

/* =========================================
   ABSTRACT & REFERENCES JUSTIFY (RATA KIRI-KANAN)
   ========================================= */

/* ABSTRACT */
.item.abstract p,
.abstract p,
.article-details .abstract p {
    text-align: justify !important;
    line-height: 1.4;
    margin-bottom: 10px;
}

/* REFERENCES */
.references,
.item.references,
.entry_details .references {
    text-align: justify !important;
}

/* tiap item referensi */
.references p,
.item.references p {
    text-align: justify !important;
    line-height: 1.4;
    margin-bottom: 12px;

    /* rapikan indent */
    text-indent: 0 !important;
    padding-left: 0 !important;
}

/* =========================================
   FLEXIBLE IMAGE CONTROL (PER CLASS)
   ========================================= */

/* kecil */
.img-small {
    width: 60px !important;
    height: auto;
}

/* sedang */
.img-medium {
    width: 100px !important;
    height: auto;
}

/* besar */
.img-large {
    width: 180px !important;
    height: auto;
}

/* full (responsive) */
.img-full {
    width: 100% !important;
    height: auto;
}
/* =========================================
   ANNOUNCEMENT SPACING
   ========================================= */

.obj_announcement_summary,
.cmp_announcements,
.page_announcements {
    line-height: 1.4 !important;
}

/* judul announcement */
.obj_announcement_summary h3,
.cmp_announcements h3 {
    line-height: 1.4 !important;
}

/* isi teks */
.obj_announcement_summary p,
.cmp_announcements p {
    line-height: 1.4 !important;
}
/* =========================================
   HEADER HEIGHT CONTROL (PRESISI & COMPACT)
   ========================================= */

/* background hijau utama */
.pkp_navigation_primary_wrapper {
    height: 56px !important;        /* UBAH ANGKA INI sesuai selera */
    display: flex;
    align-items: center;
    padding: 0 !important;
}

/* container dalam header */
.pkp_navigation_primary {
    height: 100%;
    display: flex;
    align-items: center;
}

/* menu item */
.pkp_navigation_primary > li > a {
    padding: 0 16px !important;     /* horizontal saja */
    height: 56px !important;        /* HARUS sama dengan wrapper */
    display: flex;
    align-items: center;
    font-size: 14px;
}

/* search kanan */
.pkp_navigation_search_wrapper {
    height: 56px !important;
    display: flex;
    align-items: center;
    padding: 0 16px !important;
}
/* =========================================
   EDITORIAL TEAM - LINE SPACING 1.4
   ========================================= */

/* kontainer halaman editorial */
.page_editorial_team,
.page_editorial,
.pkp_page_editorial,
.obj_page_editorial {
    line-height: 1 !important;
}

/* semua teks di dalamnya */
.page_editorial_team p,
.page_editorial_team li,
.page_editorial_team span,
.page_editorial_team a,
.page_editorial p,
.page_editorial li,
.page_editorial span,
.page_editorial a,
.pkp_page_editorial p,
.pkp_page_editorial li,
.pkp_page_editorial span,
.pkp_page_editorial a {
    line-height: 1 !important;
}

/* jarak antar nama (biar lebih rapi) */
.page_editorial_team p,
.page_editorial p,
.pkp_page_editorial p {
    margin-bottom: 10px !important;
}

/* judul section (Editor-in-Chief, dll) */
.page_editorial_team h2,
.page_editorial_team h3,
.page_editorial h2,
.page_editorial h3,
.pkp_page_editorial h2,
.pkp_page_editorial h3 {
    margin-top: 20px !important;
    margin-bottom: 8px !important;
    line-height: 1 !important;
}
/* =========================================
   REVIEWERS - SPASI RAPAT (LINE-HEIGHT 1)
   ========================================= */

/* khusus halaman reviewers */
.page_reviewers,
.page_reviewer,
.pkp_page_reviewers {

    /* teks nama reviewer */
    line-height: 1 !important;
}

/* target langsung ke teks nama */
.page_reviewers p,
.page_reviewers a,
.page_reviewers span,
.pkp_page_reviewers p,
.pkp_page_reviewers a,
.pkp_page_reviewers span {
    line-height: 1 !important;
    margin-bottom: 6px !important; /* jarak antar nama */
}

/* rapikan link nama (yang berwarna hijau) */
.page_reviewers a {
    display: inline-block;
    line-height: 1 !important;
}
/* =========================================
   IJEC ADDITIONAL JOURNAL INFO
   ========================================= */

.ijec-journal-info-box {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    background: #f3f6ec;
    border: 1px solid #cfdcc6;
    border-radius: 14px;
    padding: 22px 24px;
    margin: 20px 0 24px;
    box-shadow: 0 4px 14px rgba(71, 97, 34, 0.05);
}

.ijec-journal-info-left {
    flex: 1 1 auto;
    min-width: 0;
}

.ijec-journal-info-right {
    flex: 0 0 260px;
    text-align: center;
}

.ijec-journal-info-right img {
    width: 100%;
    max-width: 260px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid #d7e2cf;
}

.ijec-journal-info-table {
    width: 100%;
    border-collapse: collapse;
}

.ijec-journal-info-table tr:not(:last-child) td {
    border-bottom: 1px solid #dbe6d3;
}

.ijec-journal-info-table td {
    padding: 10px 8px;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.6;
}

.ijec-journal-info-table td:first-child {
    width: 220px;
    font-weight: 700;
    color: #2f4216;
}

.ijec-journal-info-table td:last-child {
    color: #2d2d2d;
}

.ijec-journal-info-table a {
    color: #476122;
    text-decoration: none;
}

.ijec-journal-info-table a:hover {
    color: #6d8837;
    text-decoration: underline;
}

.ijec-journal-desc {
    background: #ffffff;
    border: 1px solid #dbe6d3;
    border-radius: 12px;
    padding: 18px 22px;
    margin-top: 8px;
    line-height: 1.8;
    color: #2f3728;
}

.ijec-journal-desc p {
    margin: 0 0 12px 0;
    text-align: justify;
}

.ijec-journal-desc p:last-child {
    margin-bottom: 0;
}

/* responsive */
@media (max-width: 991px) {
    .ijec-journal-info-box {
        display: block;
    }

    .ijec-journal-info-right {
        margin-top: 20px;
        text-align: left;
    }

    .ijec-journal-info-right img {
        max-width: 220px;
    }

    .ijec-journal-info-table td:first-child {
        width: 160px;
    }
}

@media (max-width: 575px) {
    .ijec-journal-info-box,
    .ijec-journal-desc {
        padding: 14px 16px;
    }

    .ijec-journal-info-table td {
        display: block;
        width: 100%;
        padding: 6px 0;
    }

    .ijec-journal-info-table td:first-child {
        font-weight: 700;
        margin-bottom: 2px;
    }
}
/* =========================================
   IJEC ADDITIONAL JOURNAL - SLIM & ELEGANT
   ========================================= */

.ijec-journal-info-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    background: #f6f8f0;
    border: 1px solid #d8e2cf;
    border-radius: 18px;
    padding: 18px 20px;
    margin: 18px 0 20px;
    box-shadow: 0 6px 18px rgba(71, 97, 34, 0.05);
    transition: all 0.3s ease;
}

.ijec-journal-info-box:hover {
    box-shadow: 0 10px 24px rgba(71, 97, 34, 0.08);
    transform: translateY(-2px);
}

.ijec-journal-info-left {
    flex: 1 1 auto;
    min-width: 0;
}

.ijec-journal-info-right {
    flex: 0 0 245px;
    text-align: center;
}

.ijec-journal-info-right img {
    width: 100%;
    max-width: 245px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid #d9e2d1;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.ijec-journal-info-right img:hover {
    transform: scale(1.02);
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.ijec-journal-info-table {
    width: 100%;
    border-collapse: collapse;
}

.ijec-journal-info-table tr:not(:last-child) td {
    border-bottom: 1px solid #dde6d5;
}

.ijec-journal-info-table td {
    padding: 9px 12px;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.45;
}

.ijec-journal-info-table td:first-child {
    width: 220px;
    font-weight: 700;
    color: #2f4216;
    letter-spacing: 0.1px;
}

.ijec-journal-info-table td:last-child {
    color: #2c2f2b;
}

.ijec-journal-info-table a {
    color: #476122;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ijec-journal-info-table a:hover {
    color: #6d8837;
    text-decoration: underline;
}

/* deskripsi bawah */
.ijec-journal-desc {
    background: #fbfcf8;
    border: 1px solid #dbe5d2;
    border-radius: 14px;
    padding: 16px 18px;
    margin-top: 10px;
    box-shadow: 0 4px 14px rgba(71, 97, 34, 0.04);
    transition: all 0.3s ease;
}

.ijec-journal-desc:hover {
    box-shadow: 0 8px 20px rgba(71, 97, 34, 0.06);
}

.ijec-journal-desc p {
    margin: 0 0 10px 0;
    line-height: 1.7;
    text-align: justify;
    color: #2f3728;
    font-size: 14px;
}

.ijec-journal-desc p:last-child {
    margin-bottom: 0;
}

/* responsive */
@media (max-width: 991px) {
    .ijec-journal-info-box {
        display: block;
    }

    .ijec-journal-info-right {
        margin-top: 18px;
        text-align: left;
    }

    .ijec-journal-info-right img {
        max-width: 210px;
    }
}

@media (max-width: 575px) {
    .ijec-journal-info-box,
    .ijec-journal-desc {
        padding: 14px 15px;
    }

    .ijec-journal-info-table td {
        display: block;
        width: 100%;
        padding: 6px 0;
    }

    .ijec-journal-info-table td:first-child {
        width: 100%;
        margin-bottom: 2px;
    }
}
/* =========================================
   FLOATING WHATSAPP - RIGHT BOTTOM
   ========================================= */

.wa-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: auto !important;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25D366;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.wa-float img {
    width: 26px;
    height: 26px;
}

.wa-float:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

@media (max-width: 768px) {
    .wa-float {
        right: 14px;
        bottom: 14px;
        width: 46px;
        height: 46px;
    }

    .wa-float img {
        width: 24px;
        height: 24px;
    }
}
.wa-float::after {
    content: "Chat Admin";
    position: absolute;
    right: 60px;
    background: #2f4216;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    opacity: 0;
    white-space: nowrap;
    transition: 0.3s;
}

.wa-float:hover::after {
    opacity: 1;
}
.wa-float {
    animation: waFadeIn 0.6s ease;
}

@keyframes waFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
