html, body {
  background: url(https://journal.citacendekia.com/public/site/batiklexcendekia.jpg) !important;
  background-size: 500px !important;
}

/* =========================================
   ARSITEKTUR CSS TERPUSAT JURNAL
   Catatan: Ubah warna tema HANYA pada blok :root ini.
========================================= */
:root {
    --warna-utama: #79090B;   
    --warna-kontras: #ffffff; 
}

/* =========================================
   1. DISTRIBUSI WARNA UTAMA (TEKS, BORDER, IKON)
========================================= */
.cmp_notification a, .cmp_breadcrumbs a, .pkp_structure_main p a, .pkp_structure_main li a,
.obj_article_summary .title a, html body .pkp_structure_main section#articlesBySimilarityList ul li a,
body #article-information h3, body #article-license h3, body #article-metrics h3, body #article-metrics h4,
body #custom-how-to-cite-card h2, body #custom-how-to-cite-card .item.citation h2.label,
body #custom-how-to-cite-card .sub_item.citation_display h2.label, body #article-information a,
body #article-license a, body #custom-how-to-cite-card .citation_formats_button,
body #article-metrics .metric-item span, body a.keyword-search-button, body button#toggleRefBtn,
body button#toggleAbstractBtn, body button#toggleAuthorDetails, .current_issue .read_more, 
.obj_announcement_summary .read_more, .obj_announcement_summary h3 a,
h1#article-title .main-title {
    color: var(--warna-utama) !important;
}

.cmp_notification { border-left-color: var(--warna-utama) !important; }

body #custom-how-to-cite-card .citation_formats_button, body a.keyword-search-button, body button#toggleRefBtn {
    border-color: var(--warna-utama) !important;
}

body #article-metrics .metric-item svg { stroke: var(--warna-utama) !important; }

/* =========================================
   2. RESET ELEMEN DASAR (KONDISI STATIS)
========================================= */
.cmp_notification a, .cmp_breadcrumbs a, .pkp_structure_main p a, .pkp_structure_main li a,
.obj_article_summary .title a, html body .pkp_structure_main section#articlesBySimilarityList ul li a,
.cmp_announcements a, .obj_announcement_summary a, .obj_announcement_summary h4 a,
body #article-information a, body #article-license a, body a.keyword-search-button,
body button#toggleRefBtn, body button#toggleAbstractBtn, body button#toggleAuthorDetails, .current_issue .read_more {
    text-decoration: none !important;
    background-color: transparent !important;
    transition: all 0.3s ease-in-out !important;
}

/* Pengecualian: Pengumuman tetap mewarisi warna teks sekitarnya */
.cmp_announcements a, .obj_announcement_summary a, .obj_announcement_summary h4 a {
    color: inherit !important;
}

/* =========================================
   3. INTERAKSI DINAMIS UNIVERSAL (HOVER)
========================================= */
.cmp_notification a:hover, .cmp_breadcrumbs a:hover, .pkp_structure_main p a:hover,
.pkp_structure_main li a:hover, .obj_article_summary .title a:hover,
html body .pkp_structure_main section#articlesBySimilarityList ul li a:hover,
html body .pkp_structure_main section#articlesBySimilarityList ul li a:focus,
.cmp_announcements a:hover, .obj_announcement_summary a:hover, .obj_announcement_summary h4 a:hover,
body a.keyword-search-button:hover, body button#toggleRefBtn:hover, body button#toggleRefBtn:focus,
body button#toggleAbstractBtn:hover, body button#toggleAbstractBtn:focus,
body #article-information a:hover, body #article-information a:focus,
body #article-license a:hover, body #article-license a:focus, body button#toggleAuthorDetails:hover,
body button#toggleAuthorDetails:focus,
.current_issue .read_more:hover, .current_issue .read_more:focus {
    text-decoration: underline !important;
    text-decoration-color: var(--warna-utama) !important;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1.5px !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

/* =========================================
   4. MANAJEMEN BENTUK TOMBOL & VEKTOR
========================================= */
body a.keyword-search-button, body button#toggleRefBtn {
    border-style: solid !important;
    border-width: 1.5px !important;
    border-radius: 20px !important;
    font-size: 0.9em !important;
    display: inline-block !important;
    font-family: inherit !important;
    cursor: pointer !important;
}
body a.keyword-search-button { padding: 4px 12px !important; }
body button#toggleRefBtn { padding: 6px 16px !important; }

body button#toggleAbstractBtn, body button#toggleAuthorDetails {
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-size: 0.9em !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    cursor: pointer !important;
    margin-top: 10px !important;
}

body .author-email-icon svg path { transition: fill 0.3s ease-in-out !important; }
body .author-email-icon:hover svg path {
    fill: var(--warna-utama) !important;
    stroke: transparent !important;
}

.pkp_structure_main a.btn, .pkp_structure_main a.galley_link, .pkp_structure_head a {
    text-decoration: none !important;
}


/* =========================================
   5. STRUKTUR KARTU ARTIKEL (CONTAINER)
========================================= */
.obj_article_summary.modern-article-card,
.obj_article_summary {
    display: flex;
    flex-direction: column;
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
    transition: box-shadow 0.3s ease, border-color 0.3s ease-in-out !important;
}

/* =========================================
   6. ZONA MEDIA QUERY (DESKTOP: min-width 992px)
========================================= */
@media (min-width: 992px) {
    .pkp_navigation_primary ul ul li a:hover, .pkp_navigation_primary ul ul li a:focus,
    .pkp_navigation_primary ul li:hover > a {
        background-color: var(--warna-kontras) !important;
        color: var(--warna-utama) !important;
        text-decoration: none !important;
    }
    .pkp_navigation_search_wrapper a:hover, .pkp_navigation_search_wrapper a:focus,
    .pkp_navigation_search_wrapper a { color: inherit !important; }
    
    .obj_article_summary.modern-article-card:hover,
    .obj_article_summary:hover {
        border-color: var(--warna-utama) !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    }
}

/* =========================================
   7. ZONA MEDIA QUERY (MOBILE: max-width 991px)
========================================= */
@media (max-width: 991px) {
    /* Navigasi */
    .pkp_navigation_primary ul ul li a:hover, .pkp_navigation_primary ul ul li a:focus {
        background-color: transparent !important;
        color: var(--warna-kontras) !important;
    }
    .pkp_navigation_primary a:hover, .pkp_navigation_primary a:focus {
        text-decoration: underline !important;
        text-decoration-color: var(--warna-kontras) !important;
        text-underline-offset: 3px !important;
        text-decoration-thickness: 1.5px !important;
        background-color: transparent !important;
    }

    /* Proteksi Ghosting Kartu Saat Disentuh */
    body .obj_article_summary.modern-article-card:hover .title a,
    body .obj_article_summary.modern-article-card:focus .title a,
    body .obj_article_summary.modern-article-card:active .title a {
        color: var(--warna-utama) !important;
        text-decoration-color: var(--warna-utama) !important;
    }
    body .obj_article_summary.modern-article-card .galleys_links a:hover,
    body .obj_article_summary.modern-article-card .galley_link:hover,
    body .obj_article_summary.modern-article-card .galleys_links a:focus,
    body .obj_article_summary.modern-article-card .galley_link:focus,
    body .obj_article_summary.modern-article-card .galleys_links a:active,
    body .obj_article_summary.modern-article-card .galley_link:active {
        background-color: transparent !important;
        color: var(--warna-utama) !important;
        border-color: var(--warna-utama) !important;
        box-shadow: none !important;
    }
}

.toggle-social-btn {
    background-color: var(--warna-utama) !important; 
    transition: color 0.3s ease-in-out;
}

/* SETTING HEADER */
/* 1. Menargetkan container utama header agar lebar penuh */
.pkp_structure_head {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: var(--warna-utama); 
}

/* 2. Memastikan pembungkus logo tidak membatasi lebar */
.pkp_head_wrapper, 
.pkp_site_name_wrapper, 
.pkp_site_name {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 3. Memaksa gambar logo untuk mengisi seluruh area */
.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important; 
    display: block;
    object-fit: cover; 
}

/* SISTEM TOMBOL PDF UNIVERSAL (KERANGKA DASAR) */
/* Aturan ini membentuk kerangka tombol untuk semua layar (Desktop & Seluler) tanpa mengatur warna */
.modern-article-card .galleys_links a,
.modern-article-card .galley_link,
.obj_article_summary .galley_link,
.obj_article_details .galleys_links a,
.obj_article_details .item.galleys .value a {
    display: inline-block !important;
    font-size: 0.85rem !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-align: center !important;
    transition: all 0.3s ease-in-out !important;
}

/* 1. TAMPILAN DESKTOP (Layar min width 569px) */
@media (min-width: 569px) {
    /* KONDISI DEFAULT DESKTOP: Wujud Solid Abu-abu Gelap (Anti-Kolaps) */
    .modern-article-card .galleys_links a,
    .modern-article-card .galley_link,
    .obj_article_summary .galley_link,
    .obj_article_details .galleys_links a,
    .obj_article_details .item.galleys .value a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: transparent !important;
        color: #555555 !important;
        border: 1px solid #555555 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* HOVER KONTAINER: Border menyala merah marun */
    .obj_article_summary.modern-article-card:hover {
        border-color: var(--warna-utama) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
    }

    /* HOVER SEGITIGA LENCANA */
    .obj_article_summary.modern-article-card:hover::before {
        border-top-color: var(--warna-utama) !important;
    }

    /* 3. HOVER JUDUL ARTIKEL: Perbaikan Ketebalan Huruf & Jarak Garis Bawah (Offset) */
    .obj_article_summary .title a:hover {
        color: var(--warna-utama) !important;
        font-weight: 600 !important; 
        text-decoration: underline !important;
        text-underline-offset: 5px !important;
        text-decoration-thickness: 1.7px !important;
    }

    /* HOVER KARTU -> TINGKAT 1: Garis Tepi & Teks Tombol Menjadi Merah Marun */
    .obj_article_summary.modern-article-card:hover .galleys_links a,
    .obj_article_summary.modern-article-card:hover .galley_link,
    .obj_article_details:hover .galleys_links a,
    .obj_article_details:hover .item.galleys .value a {
        color: var(--warna-utama) !important;
        border-color: var(--warna-utama) !important;
    }

    /* HOVER TOMBOL -> TINGKAT 2: Spesifisitas dinaikkan masif untuk menembus kamuflase warna kartu */
    .modern-article-card .galleys_links a:hover,
    .modern-article-card .galley_link:hover,
    .obj_article_summary .galley_link:hover,
    .obj_article_details .galleys_links a:hover,
    .obj_article_details .item.galleys .value a:hover,
    .obj_article_summary.modern-article-card:hover .galleys_links a:hover,
    .obj_article_summary.modern-article-card:hover .galley_link:hover,
    .obj_article_details:hover .galleys_links a:hover,
    .obj_article_details:hover .item.galleys .value a:hover {
        background-color: var(--warna-utama) !important;
        color: #ffffff !important;
        border-color: var(--warna-utama) !important;
    }
}

/* 2. TAMPILAN SELULER (Layar max width 568px) */
@media (max-width: 568px), (hover: none) and (pointer: coarse) {
    
    /* Atribut Statis: Kontainer, Judul, dan Lencana (Menyala Merah Marun Penuh secara Permanen) */
    .obj_article_summary.modern-article-card {
        border-color: var(--warna-utama) !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
    }

    .obj_article_summary .title a { 
        color: var(--warna-utama) !important; 
    }
    
    /* PEMAKSAAN SPESIFISITAS: Menembus penguncian warna hitam pada kode universal */
    .obj_article_summary.modern-article-card .title a { 
        color: var(--warna-utama) !important; 
    }

    .obj_article_summary.modern-article-card::before { 
        border-top-color: var(--warna-utama) !important; 
    }

    .obj_article_summary .oa-hover-badge {
        opacity: 1 !important; 
        visibility: visible !important; 
        transform: translateX(0) !important;
    }

    /* TOMBOL PDF SELULER: Langsung Latar Merah Marun & Teks Putih (Summary & Details) */
    .modern-article-card .galleys_links a,
    .modern-article-card .galley_link,
    .obj_article_summary .galley_link,
    .obj_article_details .galleys_links a,
    .obj_article_details .item.galleys .value a {
        background-color: var(--warna-utama) !important;
        background: var(--warna-utama) !important;
        color: #ffffff !important;
        border: 1px solid var(--warna-utama) !important;
        transition: none !important; 
    }

    /* Umpan Balik Visual Halus: Meredup saat tombol benar-benar disentuh */
    .modern-article-card .galleys_links a:active,
    .modern-article-card .galley_link:active,
    .obj_article_summary .galley_link:active,
    .obj_article_details .galleys_links a:active,
    .obj_article_details .item.galleys .value a:active {
        opacity: 0.8 !important;
    }
}

/* Modifikasi tata letak untuk mencegah teks overflow pada header */
.pkp_site_name, .navbar-brand {
    white-space: normal !important; 
    word-wrap: break-word; 
    max-width: 100%; 
    line-height: 1.2; 
}

/* Mengubah kontainer utama menjadi bentuk kartu berbayang halus */
.obj_article_summary.modern-article-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 10px 18px;
    transition: box-shadow 0.3s ease, border-color 0.3s ease-in-out;
}

/* Mengatur efek transisi yang lembut agar perubahan warna tidak kaku */
.obj_article_summary .title a {
    transition: all 0.3s ease-in-out !important;
}

/* Mengatur ukuran tipografi judul agar lebih proporsional */
.modern-article-card .title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 8px;
}

/* 1. Judul Artikel: Hitam murni saat statis */
.modern-article-card .title a {
    color: #000000 !important; 
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}

/* 2. Nama Penulis: Hitam murni saat statis */
.modern-article-card .author-row strong {
    color: #000000 !important;
    transition: color 0.3s ease-in-out;
}

/* 3. Afiliasi Penulis: Abu-abu gelap (berbeda dengan nama penulis) */
.modern-article-card .author-row {
    color: #555555 !important;
}

/* Merapikan metadata (Penulis, DOI, Tanggal) */
.modern-article-card .article-content-wrapper .meta,
.modern-article-card .article-doi {
    font-size: 0.9rem;
    color: #555555;
    margin-bottom: 4px;
}

/* Memposisikan tombol aksi (PDF/HTML) di bagian bawah secara rapi */
.modern-article-card .article-actions-wrapper {
    margin-top: 10px; 
    padding-top: 10px;
    border-top: 1px dashed #e0e0e0;
}

.modern-article-card .galleys_links {
    display: flex;
    gap: 10px;
    padding: 0;
    list-style: none;
    margin: 0;
}

/* Memastikan transisi garis bawah berjalan halus di halaman detail */
.obj_article_details .galleys_links a,
.obj_article_details button {
    transition: all 0.2s ease-in-out !important;
}

/* LENCANA OPEN ACCESS (KONVERSI LOGO KE PUTIH) */
/* 1. Modifikasi Kontainer Kartu Utama */
.obj_article_summary.modern-article-card {
    position: relative; 
    overflow: hidden; 
}

/* 2. Latar Belakang Segitiga Siku (Abu-abu -> Merah Marun) */
.obj_article_summary.modern-article-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 55px solid #9e9e9e; 
    border-left: 55px solid transparent;
    z-index: 1;
    transition: border-color 0.4s ease-in-out;
}

/* 3. Logo Open Access (Rekayasa Piksel Warna) */
.obj_article_summary.modern-article-card::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px; 
    height: 20px;
    background-image: url('https://journal.citacendekia.com/public/site/openaccess.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
    /* KUNCI UTAMA: Memaksa konversi warna oranye menjadi putih murni */
    filter: brightness(0) invert(1);
    
    z-index: 2;
    transition: transform 0.3s ease;
}

/* 5. Proteksi Tipografi Judul */
.modern-article-card .title {
    padding-right: 50px !important;
    position: relative;
    z-index: 3; 
}


/* --- PERBAIKAN FINAL MUTLAK: HEADER HP (MAMPAT PENUH, ANTI-TABRAKAN, PRESISI KOORDINAT) --- */

@media only screen and (max-width: 991px) {

    /* 1. KUNCI UTAMA: Menghilangkan celah background di sisi kanan */
    html, body {
        overflow-x: hidden !important; 
        width: 100% !important;
        max-width: 100vw !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* OPTIMASI HEADER PORTAL UTAMA (REVISI FINAL: METODE CITA INSIGHT)
       Fokus: Pemosisian Mutlak Menu & Pematahan Kata Sempurna */
    
    /* 1. Kondisi Layar Lebar (Desktop) */
    .cc-header-title-mobile {
        display: none !important;
    }
    
    .cc-header-logo-desktop {
        display: block !important;
    }
    
    .cc-header-logo-desktop img {
        width: 100% !important;   
        height: auto !important;  
        max-height: none !important; 
        display: block !important;
        object-fit: cover !important; 
    }
}

/* 2. Kondisi Layar Sempit (Mobile, maks 991px) */
@media (max-width: 991px) {
    
    /* Matikan Gambar Header Desktop */
    .cc-header-logo-desktop {
        display: none !important;
    }

    /* 3. HEADER UTAMA: Amankan posisi dan mampatkan */
    body.page_index_site .pkp_structure_head {
        display: block !important;
        background-color: var(--warna-utama) !important;
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 60px !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* 4. TOMBOL MENU: Dipaku mutlak di kiri atas (Bebas tabrakan) */
    body.page_index_site .pkp_site_nav_toggle {
        display: block !important;
        position: absolute !important;
        top: 15px !important;
        left: 15px !important;
        z-index: 99999 !important;
        background: transparent !important;
        margin: 0 !important;
    }

    /* 5. PEMBUNGKUS TEKS: Bersihkan dari aturan kaku OJS */
    body.page_index_site .pkp_head_wrapper,
    body.page_index_site .pkp_site_name_wrapper {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin: 0 !important;
        white-space: normal !important; 
    }

    /* 6. WADAH TEKS: KALIBRASI POSISI (Memberi ruang untuk tombol menu) */
    body.page_index_site .pkp_site_name {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 15px 15px 52px !important; 
        margin: 0 !important;
        white-space: normal !important; 
    }

    /* 7. TEKS JUDUL PORTAL: Format Pematahan Kata Sempurna */
    .cc-header-title-mobile {
        display: block !important;
        font-family: 'Urbanist', system-ui, sans-serif !important;
        font-size: 16px !important; 
        font-weight: 800 !important;
        color: #ffffff !important;
        text-align: left !important;
        text-decoration: none !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        line-height: 1.4 !important;

        /* PAKSA TURUN BARIS & PATAH KATA (Metode Cita Insight) */
        white-space: normal !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
        
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* =========================================
   SISTEM FOOTER GRID OJS 3.5 - CITA CENDEKIA
   Warna Dasar: Merah Marun 
========================================= */

/* 1. Reset Kontainer Bawaan OJS */
.pkp_structure_footer_wrapper {
    background-color: var(--warna-utama) !important; 
    color: #ffffff !important;
    border-top: none !important;
    padding: 30px 0 20px 0 !important; 
}

/* Mematikan flex bawaan OJS agar tidak mengganggu Grid kustom kita */
.pkp_structure_footer {
    display: block !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.pkp_footer_content {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* Menyembunyikan logo OJS/PKP secara absolut */
.pkp_brand_footer {
    display: none !important;
}

/* 2. Arsitektur Grid 4 Kolom (Kustom Jurnal) */
.custom-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px; 
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.95rem;
    line-height: 1.5; 
}

/* 3. Gaya Tipografi dan Judul Kolom */
.footer-heading {
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px; 
    letter-spacing: 1px;
}

.custom-footer-grid p {
    margin: 0 0 10px 0; 
    color: #ffffff;
}

.custom-footer-grid a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* REVISI: Hover menjadi transparan (opacity), bukan ganti warna */
.custom-footer-grid a:hover {
    text-decoration: underline;
    text-underline-offset: 3px !important;
    text-decoration-thickness: 1.5px !important;
}

/* Logo Publisher */
.footer-publisher-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 15px;
    display: block;
}

/* Logo Lisensi CC */
.cc-logo {
    border: 0;
    margin-bottom: 10px; 
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

/* Daftar Jurnal (List tanpa titik) */
.footer-journal-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-journal-list li {
    margin-bottom: 8px; 
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 5px;
}

.footer-journal-list li:last-child {
    border-bottom: none;
}

.footer-journal-list a {
    font-weight: 600;
}

/* 4. PITA HAK CIPTA & BACK TO TOP */
.footer-copyright-info {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 1200px; 
    margin: 30px auto 0 auto;
    padding: 15px 30px 0 30px; 
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
}

/* 5. Responsivitas (Mode Media) */
@media (max-width: 1024px) {
    .custom-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 600px) {
    .custom-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .footer-publisher-logo {
        max-width: 150px;
    }
}


/* LOGO INDEKSASI */
.index-container {
    width: 100%;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Pengaturan Grid Layout */
.index-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}

/* Pengaturan Item dan Gambar */
.index-item img {
    max-width: 100%;
    height: auto;
    filter: grayscale(20%); 
    transition: all 0.3s ease;
    max-height: 60px; 
}

/* Efek Hover Profesional */
.index-item img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* --- RESPONSIF: MODE MEDIA (HP & TABLET) --- */
@media only screen and (max-width: 768px) {
    .index-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    /* Memastikan logo terakhir (ke-5) berada di tengah jika 2 kolom */
    .index-item:last-child {
        grid-column: span 2;
        justify-self: center;
    }
}

/* EDITORIAL BOARD & REVIEWERS */
/* CONTAINER UTAMA */
.editorial-board-container, 
.reviewers-container {
    width: 100%;
    font-family: 'Urbanist', system-ui, sans-serif;
    margin-top: 20px;
}

/* KONTINER JUDUL SEKSI (Berlaku universal jika menggunakan class ini) */
.section-title {
    background-color: var(--warna-utama); 
    color: #ffffff;
    padding: 12px 20px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 0; 
    text-transform: uppercase;
    border-radius: 4px 4px 0 0; 
    display: block;
}

/* TABEL EDITORIAL & REVIEWERS */
.editorial-table,
.reviewers-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
    border-top: none; 
}

.editorial-table td,
.reviewers-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: middle;
}

/* INFORMASI PERSONAL */
.member-info {
    width: 50%;
    text-align: left;
}

.member-info strong {
    font-size: 1.1rem;
    color: #333;
}

/* PEMBUNGKUS TOMBOL KANAN */
.btn-group-wrapper {
    width: 50%;
    text-align: right;
}

.btn-group {
    display: flex;
    justify-content: flex-end;
    gap: 6px; 
    flex-wrap: wrap; 
}

/* GAYA TOMBOL */
.btn {
    display: inline-block;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none !important;
    color: #ffffff !important;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.btn:hover { transform: translateY(-2px); opacity: 0.9; }

.btn-sinta { background-color: #16476A; }
.btn-scholar { background-color: #2FA4D7; }
.btn-orcid { background-color: #BBCB2E; }
.btn-scopus { background-color: #ef7622; }
.btn-wos { background-color: #5E33BF; }

/* RESPONSIVE UNTUK HP */
@media (max-width: 768px) {
    .editorial-table td,
    .reviewers-table td {
        display: block;
        width: 100% !important;
        text-align: center;
        padding: 10px 15px;
    }
    .btn-group {
        justify-content: center;
        margin-top: 10px;
    }
}

/* MEMAKSA FONT PADA SELURUH ISI TEKS TABEL EDITORIAL DAN REVIEWERS */
.editorial-board-container td,
.editorial-board-container p,
.editorial-board-container span,
.reviewers-container td,
.reviewers-container p,
.reviewers-container span {
    font-family: 'Urbanist', system-ui, sans-serif !important;
}

/* MEMASTIKAN TEKS BIASA DALAM TABEL TIDAK TERTIMPA OJS DEFAULT */
.editorial-table td,
.reviewers-table td {
    font-family: 'Urbanist', system-ui, sans-serif !important;
}

/* FONT */
/* 1. MENGUBAH SEMUA JENIS JUDUL (H1 s.d H6) */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Urbanist', system-ui, sans-serif !important;
}

/* 2. MENGUBAH MENU NAVIGASI ATAS (Home, Current, Archives, dll) */
.pkp_navigation_primary a,
.pkp_navigation_user a,
.pkp_nav_list a,
nav a {
    font-family: 'Urbanist', system-ui, sans-serif !important;
    font-weight: 700 !important; 
    text-transform: uppercase; 
}

/* 3. KHUSUS JUDUL DI DALAM KOTAK CUSTOM (Call For Papers & Join Our Team) */
.pkp_block h2, 
.pkp_block h3, 
.pkp_block strong {
    font-family: 'Urbanist', system-ui, sans-serif !important;
}

/* 4. JUDUL JURNAL PADA KARTU DI BAWAH (COMMUNICATE: Journal of...) */
.title, 
.media-heading,
.obj_article_summary .title a {
    font-family: 'Urbanist', system-ui, sans-serif !important;
}

/* 5. MEMASTIKAN TEKS BOLD TIDAK KEMBALI KE SERIF */
b, strong {
    font-family: 'Urbanist', system-ui, sans-serif !important;
}

/* --- LAYOUT KONTAK 2 KOLOM (SAMA SEPERTI SEBELUMNYA) --- */
.custom-contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 30px;
    margin-bottom: 40px;
    font-family: 'Urbanist', system-ui, sans-serif !important;
}

/* Kartu Kontak */
.contact-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border-color: var(--warna-utama);
}

/* Garis Hiasan */
.card-deco-line {
    position: absolute; top: 0; left: 0; width: 100%; height: 5px;
    background-color: var(--warna-utama);
}

/* Teks dalam Kartu */
.c-name {
    font-family: 'Urbanist', system-ui, sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #222;
    margin: 15px 0 5px 0;
}

.c-role {
    font-family: 'Urbanist', system-ui, sans-serif !important;
    font-size: 0.9rem;
    color: var(--warna-utama);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.c-affil {
    font-family: 'Urbanist', system-ui, sans-serif !important;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 25px;
    font-style: italic;
}

/* Tombol */
.c-btn-wrapper {
    display: flex; gap: 10px; justify-content: center;
}

.c-btn {
    flex: 1; padding: 10px 0; border-radius: 25px;
    text-decoration: none !important; color: #fff !important;
    font-weight: 700; font-size: 0.9rem; transition: opacity 0.2s;
    font-family: 'Urbanist', system-ui, sans-serif !important;
}
.c-btn:hover { opacity: 0.9; }
.btn-email { background-color: #34495e; }
.btn-wa { background-color: #25D366; }

/* Mobile Responsive */
@media only screen and (max-width: 768px) {
    .custom-contact-container { grid-template-columns: 1fr; gap: 20px; }
    h1.manual-title { font-size: 2rem !important; }
}

/* STRUKTUR DASAR MENU (RAMAH SELULER & DESKTOP) */
.pkp_block.block_custom .content ul {
    list-style: none; 
    padding: 0;
    margin: 0;
}

.pkp_block.block_custom .content ul li {
    border-bottom: 1px solid #e0e0e0; 
}

/* TAMPILAN BAWAAN MENU (Solid dan jelas tanpa hover) */
.pkp_block.block_custom .content ul li a {
    display: block;
    padding: 12px 16px;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.25s ease-in-out;
    position: relative;
    background-color: transparent;
}

/* EFEK HOVER KHUSUS UNTUK PERANGKAT DENGAN MOUSE/TRACKPAD */
@media (hover: hover) and (pointer: fine) {
    .pkp_block.block_custom .content ul li a:hover {
        background-color: #F2E6E6; /* Rona turunan (nuansa merah muda kecokelatan) dari var(--warna-utama) */
        color: var(--warna-utama); 
        padding-left: 22px; 
        font-weight: 400;
    }

    /* Aksen garis vertikal di sebelah kiri saat disorot */
    .pkp_block.block_custom .content ul li a:hover::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 8px;
        background-color: var(--warna-utama);
    }
}

/* Revisi Tata Letak Additional Content (Rata Kiri & Proteksi Ikon) Target: Ponsel & Tablet max 568px */
@media (max-width: 568px) {
    /* 1. Menargetkan khusus kotak deskripsi jurnal (via atribut align-items: start) */
    .pkp_structure_main .additional_content div[style*="align-items: start"] {
        flex-direction: column !important;
        align-items: center !important; /* Memastikan kotak vertikal & terpusat */
    }

    /* 2. Mereset pembungkus gambar (yang sebelumnya terkunci mati di lebar 170px) */
    .pkp_structure_main .additional_content div[style*="flex: 0 0 170px"] {
        flex: none !important;
        width: 100% !important;
        margin-right: 0 !important; /* Menghilangkan margin kanan yang mendorong teks */
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    /* 3. Memastikan wadah teks mengambil sisa ruang dan tetap rata kiri */
    .pkp_structure_main .additional_content div[style*="align-items: start"] > div[style*="flex: 1"] {
        width: 100% !important;
        text-align: left !important;
    }
    
    /* 4. Mencegah Teks Meluber (Tetap Dipertahankan) */
    .pkp_structure_main .additional_content div,
    .pkp_structure_main .additional_content p,
    .pkp_structure_main .additional_content span {
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        min-width: 0 !important; 
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 5. Memaksa Seluruh Konten Utama Menjadi Rata Kiri */
    .pkp_structure_main .additional_content,
    .pkp_structure_main .additional_content div,
    .pkp_structure_main .additional_content p,
    .pkp_structure_main .additional_content h3 {
        text-align: left !important;
    }

    /* 6. Menumpuk Kotak Utama TAPI Mempertahankannya di Kiri */
    .pkp_structure_main .additional_content div[style*="gap: 20px"] {
        flex-direction: column !important;
        align-items: flex-start !important; 
    }

    /* 7. PERBAIKAN KRUSIAL: Menyelamatkan Ikon Centang & Tag Label */
    .pkp_structure_main .additional_content div[style*="gap: 10px"],
    .pkp_structure_main .additional_content div[style*="gap: 15px"],
    .pkp_structure_main .additional_content div[style*="align-items: center"][style*="font-size: 1.1rem"] {
        flex-direction: row !important; 
        align-items: flex-start !important; 
        flex-wrap: wrap !important;
    }

    /* 8. Modifikasi Tombol Aksi (Humanis & Ergonomis) */
    .pkp_structure_main .additional_content a[style*="display: flex"],
    .pkp_structure_main .additional_content a[style*="display: inline-block"] {
        width: 100% !important; /* Tombol direntangkan penuh agar mudah disentuh */
        box-sizing: border-box !important;
        justify-content: center !important;
        margin-top: 10px !important;
    }

    /* Memastikan kontainer tombol Join Our Team tidak terkunci di kanan */
    .pkp_structure_main .additional_content div[style*="text-align: right"] {
        text-align: left !important;
        width: 100% !important;
    }

    /* 6. Modifikasi Tabel Informasi Jurnal Secara Dinamis */
    .pkp_structure_main .additional_content table {
        width: 100% !important;
        display: block !important;
    }
    .pkp_structure_main .additional_content table tbody,
    .pkp_structure_main .additional_content table tr {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    .pkp_structure_main .additional_content table td {
        width: 100% !important;
        display: block !important;
        padding: 8px 15px !important;
        box-sizing: border-box !important;
        border: none !important;
    }
    .pkp_structure_main .additional_content table tr {
        border-bottom: 1px solid #eee !important;
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
    }
}