/* =========================
   USER MENU (KANAN ATAS)
   ========================= */

/* 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 */
}

/* 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 #1E6292; /* 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: #1E6292 !important; /* emas */
    text-decoration: none;
    font-weight: 500;
}

/* hover */
.editor-index:hover {
    background-color: #1E6292;
}

.editor-index:hover a {
    color: #fff !important;
}
