/* =========================
   USER MENU (KANAN ATAS)
   ========================= */

/* Target hanya box user (budi) */
.pkp_navigation_user > li > a {
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff !important;
}

/* hover */
.pkp_navigation_user > li > a:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* Editoral Team */
.editor-name {
    margin-bottom: 2px !important;
    font-weight: 600 !important;
}

.editor-affiliation {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.3 !important;
}

.editor-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 17px;
    align-items: center !important; /* paksa center */
}

/* FOTO KOTAK */
.editor-photo {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px; /* sedikit radius */
    border: 2px solid #d4af37;
}

/* PENTING: bungkus teks */
/* rapikan semua teks di dalam editor */
.editor-info p {
    margin: 2px 0 !important; /* kecilkan jarak */
}

.editor-links {
    display: flex;
    gap: 8px; /* jarak antar badge */
    margin-top: 4px;
}

/* INDEX (SINTA) */
.editor-index {
    display: inline-block;
    border: 1px solid #987d2a; /* lebih tipis */
    padding: 2px 8px; /* lebih kecil */
    border-radius: 4px;
    margin-top: 2px;
    width: fit-content; /* biar tidak melebar */
}

/* hilangkan warna biru link */
.editor-index a {
    color: #987d2a !important; /* emas */
    text-decoration: none;
    font-weight: 500;
}

/* hover */
.editor-index:hover {
    background-color: #7d671f;
}

.editor-index:hover a {
    color: #fff !important;
}

.item.citation,
.item.galleys,
.item.issue {
    border-left: 4px solid #d4af37;
    padding: 5px;
    margin-bottom: 5px;
}

.obj_article_details .row {
    border: none !important;
}

.obj_article_details .entry_details,
.obj_article_details .main_entry {
    border: 0 !important;
    box-shadow: none !important;
}

.item.authors,
.item.keywords,
.item.abstract,
.item.references {
    border-left: 4px solid #d4af37;
    padding: 15px;
    margin-bottom: 5px;
}