.pkp_brand_footer {
    display: none !important;
}

.footer {
    padding: 20px 80px;
    background-color: #d4af37;
}

/* HOMEPAGE */
.img-homepage {
    width: 240px;
    height: 303px;
}

/* Judul GOVERNING BODY */
h3 {
    background-color: #d4af37;
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border-radius: 4px;
}

/* Box kanan */
.sue_right_menu {
    background-color: #f5e6b3;
    padding: 10px 15px;
    border-left: 4px solid #d4af37;
    margin-left: 20px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.sue_right_menu:hover {
    background-color: #d4af37;
}

.sue_right_menu:hover a {
    color: white;
}


/* 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;
}