.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 500px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}
/* Atur jarak antar blok di sidebar (kanan atau kiri) */
.pkp_structure_sidebar .pkp_block {
    display: block;
    margin-top: 2px !important; /* gunakan !important jika tema override CSS */
    margin-bottom: 2px !important; /* gunakan !important jika tema override CSS */
    padding-bottom: 1px;
    border-bottom: 1px solid #ddd; /* opsional, biar lebih rapi */
}
/* Menambahkan sedikit padding di dalam blok */
.pkp_block .content {
    padding: 1px 0;
}


/* =======================================================
   FIX ARTIKEL PER BLOK (CARD HIJAU LEMBUT)
======================================================= */

/* TARGET SETIAP ARTIKEL */
.obj_issue_toc .sections li {
    display: block;
    background: rgba(138, 166, 0, 0.08) !important;
    border: 1px solid rgba(138, 166, 0, 0.2);
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* HOVER */
.obj_issue_toc .sections li:hover {
    background: rgba(138, 166, 0, 0.12);
    transform: translateY(-2px);
}

/* JUDUL */
.obj_issue_toc .sections li .title a {
    font-size: 17px;
    font-weight: 600;
    color: #1b3a1b;
}

/* SUBTITLE / ABSTRACT */
.obj_issue_toc .sections li .subtitle {
    font-size: 14px;
    color: #555;
}

/* AUTHOR */
.obj_issue_toc .sections li .authors {
    font-size: 14px;
    margin-top: 5px;
}

/* PAGE NUMBER */
.obj_issue_toc .sections li .pages {
    float: right;
    font-size: 13px;
    color: #444;
}

/* PDF BUTTON */
.obj_issue_toc .sections li .galleys_links a {
    margin-top: 10px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #8aa600;
    background: #fff;
    color: #2d4d00;
}

.obj_issue_toc .sections li .galleys_links a:hover {
    background: #8aa600;
    color: #fff;
}

/* Background menu utama */
.pkp_navigation_primary_wrapper {
    background: #94AB06 !important;
    padding: 8px 0;
}

/* Menu item */
.pkp_navigation_primary > li > a {
    color: #fff !important;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 6px;
    transition: 0.3s;
}

/* Hover effect */
.pkp_navigation_primary > li > a:hover {
    background: rgba(255,255,255,0.15);
}

/* Active menu (yang sedang dibuka) */
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.active > a {
    background: #7e9205;
    color: #fff !important;
}

/* Badge kecil */
.page_index .current_issue::before {
    content: "Latest Issue";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #ffffff;
    color: #94AB06;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 6px;
    font-weight: 600;
}

/* =====================================================
   🧱 ARTICLE CARD (FIX OJS)
===================================================== */
.obj_article_summary,
.obj_issue_summary {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 18px !important;
    margin-bottom: 18px !important;
    border: 1px solid #eaeaea !important;
    transition: 0.3s !important;
}

.obj_article_summary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* =====================================================
   🎯 BUTTON PDF (FIX)
===================================================== */
.obj_article_summary .galley_links a,
.galley_links a {
    background: #94AB06 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

.obj_article_summary .galley_links a:hover {
    background: #7e9205 !important;
}

/* =====================================================
   📦 CONTAINER LAYOUT
===================================================== */
.page,
.pkp_structure_content {
    max-width: 1200px !important;
    margin: auto !important;
}

/* =====================================================
   🟩 SIDEBAR MODERN (FIX)
===================================================== */
.pkp_block {
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
}

.pkp_block .title {
    background: #94AB06 !important;
    color: #fff !important;
    text-align: center !important;
    font-weight: 600 !important;
}

.pkp_block ul li {
    border-bottom: 1px solid #eee !important;
}

.pkp_block ul li a {
    padding: 10px !important;
    display: block !important;
    color: #333 !important;
    transition: 0.3s !important;
}

.pkp_block ul li a:hover {
    background: #f5f5f5 !important;
    color: #94AB06 !important;
}

/* =====================================================
   🧭 NAVBAR FIX
===================================================== */
.pkp_navigation_primary_wrapper {
    background: #94AB06 !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.pkp_navigation_primary > li > a {
    color: #fff !important;
    font-weight: 600 !important;
    padding: 10px 16px !important;
}

.pkp_navigation_primary > li > a:hover {
    background: rgba(255,255,255,0.15) !important;
}

/* =====================================================
   🧠 CLEAN LOOK
===================================================== */
hr {
    border: none !important;
    border-top: 1px solid #eee !important;
}

a {
    color: #2c3e50;
}

a:hover {
    color: #94AB06;
}

/* =====================================================
   🏷 INDEXING
===================================================== */
.indexing {
    background: #f9f9f9;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    text-align: center;
}

/* =====================================================
   🟩 BASE SIDEBAR STYLE
===================================================== */
.pkp_block ul li a {
    position: relative;
    display: block;
    padding: 12px 14px;
    transition: all 0.3s ease !important;
    overflow: hidden;
}

/* =====================================================
   ➡ ICON PANAH (MUNCUL SAAT HOVER)
===================================================== */
.pkp_block ul li a::after {
    content: "➜";
    position: absolute;
    right: 12px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    font-size: 14px;
}

/* Saat hover */
.pkp_block ul li a:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* =====================================================
   🎯 HOVER EFFECT (MODERN)
===================================================== */
.pkp_block ul li a:hover {
    transform: scale(1.05) translateX(6px) !important;
    background: #f5f5f5 !important;
    color: #94AB06 !important;
    letter-spacing: 0.3px !important;
}

/* =====================================================
   💧 RIPPLE EFFECT (KLIK)
===================================================== */
.pkp_block ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(148,171,6,0.25);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    top: 50%;
    left: 50%;
}

/* Animasi ripple saat klik */
.pkp_block ul li a:active::before {
    width: 200px;
    height: 200px;
    transition: width 0.4s ease, height 0.4s ease;
}

/* =====================================================
   🧱 CARD SIDEBAR (ELSEVIER STYLE)
===================================================== */
.pkp_block {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Header */
.pkp_block .title {
    background: #94AB06 !important;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

/* =====================================================
   ✨ SMOOTH TRANSITION
===================================================== */
.pkp_block ul li {
    transition: all 0.2s ease;
}

