.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: 200px !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;
}

/* ===== MEMINDAHKAN ADDITIONAL CONTENT KE ATAS CURRENT ISSUE ===== */

.pkp_page_index .page_index_journal {
    display: flex;
    flex-direction: column;
}

.pkp_page_index .additional_content {
    order: -1;
    margin-bottom: 30px;
}


/* ===== STYLE BLOK DESKRIPSI MINAGRO (TANPA WARNA) ===== */

.additional_content {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px 0;
}

/* teks deskripsi */
.additional_content p {
    text-align: justify;
    line-height: 1.6;
    margin: 0;
}

/* cover jurnal */
.additional_content img {
    max-width: 220px;
    height: auto;
}


/* ===== CURRENT ISSUE ===== */
.pkp_page_index .current_issue {
    margin-top: 10px;
}

/* === CARD ARTIKEL MODERN + AKADEMIK === */
.obj_article_summary {
    background: #faf6f1; /* coklat sangat lembut (clean look) */
    border: 1.5px solid #6b4a2a; /* coklat tua elegan */
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 22px;
    transition: all 0.2s ease;
}

/* Hover: modern tapi tetap sopan */
.obj_article_summary:hover {
    background: #f3e9df;
    box-shadow: 0 6px 14px rgba(0,0,0,0.05);
    transform: translateY(-2px);
}

/* Judul artikel */
.obj_article_summary .title a {
    color: #4a2f19; /* coklat tua lebih soft */
    font-weight: 600;
    text-decoration: none;
}

.obj_article_summary .title a:hover {
    color: #6b4a2a;
    text-decoration: underline;
}

/* Author */
.obj_article_summary .authors {
    color: #5a4632;
    font-size: 14px;
}

/* Meta / subtitle */
.obj_article_summary .subtitle,
.obj_article_summary .meta {
    color: #7a6550;
}

/* Tombol PDF */
.obj_article_summary .btn {
    background: #6b4a2a;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    padding: 7px 14px;
    font-weight: 500;
}

.obj_article_summary .btn:hover {
    background: #4a2f19;
}
/* === HOVER LINK PREMIUM HALUS (MINAGRO STYLE) === */
a {
    display: inline-block;
    transition: transform 0.12s ease, color 0.15s ease;
}

a:hover {
    transform: scale(1.02);
    color: #2e7d32; /* hijau akademik */
}