<style>
    /* ==========================================================
        1. GLOBAL & FIX TEKS BOCOR (OJS 3.1 COMPATIBLE)
        ========================================================== */
    .pkp_structure_page {
        max-width: 1400px !important; 
        margin: 0 auto !important;
    }

    body {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        background-color: #fcf8f5 !important;
        background-image: url("https://juke.kedokteran.unila.ac.id/circles-light.png") !important;
        background-repeat: repeat !important;
        background-attachment: fixed !important;
        /* FIX: MENGHAPUS TEKS BOCOR "perikanan, kelautan" */
        font-size: 0 !important; 
    }

    body > * {
        font-size: initial !important; 
    }

    p, .pkp_structure_main, .description {
        text-align: justify !important;
        hyphens: auto;
    }

    /* ==========================================================
        2. HEADER & NAVIGASI (NUANSA COKELAT #964b00 & EMAS)
        ========================================================== */
    
    /* FIX: SEMBUNYIKAN BAR NAVIGASI USER PALING ATAS */
    .pkp_navigation_user_wrapper, #navigationUserWrapper {
        display: none !important;
    }

    .pkp_structure_head {
        background: #964b00 !important; /* COKELAT UTAMA */
        border-bottom: 5px solid #fbbf24 !important; /* AKSEN EMAS */
        padding: 20px 0 10px 0 !important;
    }

    .pkp_site_name_wrapper .pkp_site_name {
        color: #ffffff !important;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    }

    .pkp_navigation_primary_wrapper {
        background: #fff5eb !important; 
        border-top: 1px solid #eadbc8 !important;
        border-bottom: 1px solid #eadbc8 !important;
        margin-top: 0 !important;
    }

    .pkp_navigation_primary a {
        color: #964b00 !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        font-size: 13px !important;
    }

    /* ==========================================================
        3. SIDEBAR MENU (COKELAT #964b00)
        ========================================================== */
    .pkp_structure_sidebar .pkp_block .content a {
        display: block !important;
        background: #964b00 !important; 
        color: #ffffff !important; 
        padding: 10px 15px !important; 
        margin-bottom: 5px !important;
        border-radius: 4px !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
        font-weight: 600 !important;
    }

    .pkp_structure_sidebar .pkp_block .content a:hover {
        background: #7a3d00 !important;
        color: #fbbf24 !important; 
        padding-left: 20px !important;
        border-left: 5px solid #fbbf24 !important;
    }

    /* ==========================================================
        4. KONTEN UTAMA & REORDERING (MENAIKKAN ABOUT KE ATAS)
        ========================================================== */
    .pkp_structure_main {
        background: #ffffff !important;
        padding: 30px !important;
        border-radius: 8px !important;
        box-shadow: 0 4px 15px rgba(150, 75, 0, 0.1) !important;
        margin-top: -30px !important; 
        /* AKTIFKAN FLEXBOX UNTUK REORDERING */
        display: flex !important;
        flex-direction: column !important;
    }

    /* Menempatkan Additional Content (About) di paling atas */
    .page_index_journal .additional_content {
        order: 1 !important;
        margin-bottom: 30px !important;
    }

    /* Menempatkan Current Issue di bawahnya */
    .page_index_journal .obj_issue_summary {
        order: 2 !important;
    }

    /* Menempatkan Pengumuman di urutan ketiga */
    .page_index_journal .cmp_announcements {
        order: 3 !important;
    }

    .pkp_brand_footer {
        display: none !important;
    }

    @media (max-width: 767px) {
        .pkp_structure_main {
            margin-top: 0 !important; 
            padding: 15px !important;
        }
    }
</style>


<style>
    /* Desain Artikel Modern JRIP */
    .obj_article_summary_modern {
        border-bottom: 1px solid #eee;
        padding: 12px 0;
        margin-bottom: 10px;
        transition: all 0.3s ease;
        display: flex;
        gap: 15px;
    }

    .obj_article_summary_modern:hover {
        /* Gradasi warna Cokelat ke Emas saat hover */
        background: linear-gradient(90deg, #fdf8f5 0%, #fffbf0 100%);
        padding-left: 10px;
        border-left: 4px solid #964b00;
    }

    .obj_article_summary_modern .title a {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #964b00 !important;
        text-decoration: none;
        line-height: 1.3;
    }

    .authors_small {
        font-size: 11px !important;
        color: #666;
        margin: 4px 0;
    }

    .meta_row_compact {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        font-size: 10px !important;
        margin-top: 6px;
    }

    .doi_box a {
        color: #0066cc;
        text-decoration: none;
    }

    .stats_box {
        color: #888;
        font-weight: 600;
    }

    .stats_box i {
        color: #964b00;
    }

    .galleys_compact {
        margin-top: 8px;
    }

    /* Galley Link Sempit & Rapat */
    .galleys_compact a {
        font-size: 10px !important;
        padding: 2px 8px !important;
        background: #964b00 !important;
        color: #fff !important;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: bold;
    }
</style>
