.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

/* ===== FIX HEADER IMAGE ===== */
.pkp_site_name .is_img img {
  width: 100%;
  height: auto;
  max-height: none !important;
  display: block;
}

.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 ===== */

.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 PREMIUM TEAL === */
.obj_article_summary {
    background: #d4e3e3;
    border: 1px solid #b8d1d1;
    border-left: 6px solid #006d6f;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 22px;
    transition: all 0.25s ease;
}

/* Hover modern */
.obj_article_summary:hover {
    background: #ddeaea;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

/* Judul artikel */
.obj_article_summary .title a {
    color: #00595b;
    font-weight: 600;
    text-decoration: none;
}

.obj_article_summary .title a:hover {
    color: #0a8a8d;
    text-decoration: underline;
}

/* Author */
.obj_article_summary .authors {
    color: #59656b;
    font-size: 14px;
}

/* Subtitle / abstract */
.obj_article_summary .subtitle,
.obj_article_summary .meta {
    color: #6b6f73;
}

/* === TOMBOL PDF ABU PREMIUM === */
.obj_article_summary .obj_galley_link,
.obj_article_summary .cmp_button,
.obj_article_summary .btn {
    background: #6d7878 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px;
    font-size: 13px;
    padding: 7px 14px;
    font-weight: 500;
}

/* Hover tombol */
.obj_article_summary .obj_galley_link:hover,
.obj_article_summary .cmp_button:hover,
.obj_article_summary .btn:hover {
    background: #596363 !important;
    color: #ffffff !important;
}

/* === HOVER LINK PREMIUM === */
a {
    display: inline-block;
    transition: transform 0.12s ease, color 0.15s ease;
}

a:hover {
    transform: scale(1.02);
    color: #00595b;
}