.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 165px;
	max-width: 100%;
	width: auto;
	height: auto
}
.pkp_footer_content {
	float:left; width: 90%; padding-top:5px; padding-bottom: 10px}
.pkp_brand_footer {
	float:right; width: 5%; padding-top:10px; padding-bottom: 10px}

.vertical-menu {
width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
}

.vertical-menu a {
background-color: #003961; /* Warna pada bagian body menu */
color: white; /* Warna tulisan */
display: block;
padding: 7px;
margin-top: -4px;
margin-bottom: -4px;
text-align: center;
text-decoration: none;
font-family: Noto Sans; /*Jenis font*/
font-weight: bolder;
border-radius: 2px;
}

.vertical-menu a:hover {
background-color: #477689; /* Warna efek yang keluar ketika di arahkan mouse */
}

.vertical-menu a.active {
background-color: #ead54d; /* Warna pada header menu */
color: #003961; /*Warna font*/
padding: 6px;
margin-bottom: 0px;
font-family: Noto Sans; /*Jenis font*/
font-weight: bolder;
border-bottom: solid black 3px;
}

.custom-block {
width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
}

.custom-block img {
background-color: black; /* Warna pada bagian body menu */
}

.custom-block img {
	height: auto;
    width: 150px;
    margin: 5px;
    padding: 10px;
    border-radius: 60px;
    border: 1px solid #ddd;
}
.custom-block img:hover {
  -webkit-box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
  -moz-box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
  box-shadow: 0px 0px 5px 3px rgba(255,148,33,1);
}

.custom-block a.active {
background-color: #DE6F0B; /* Warna pada header menu */
color: #003961; /*Warna font*/
display: block;
padding: 6px;
font-family: Noto Sans; /*Jenis font*/
}

.obj_article_details .abstract {
text-align: justify;
}
.obj_article_details .author_bios {
text-align: justify;
}
.obj_article_details .references {
text-align: justify;
}

.pkp_page_index .homepage_about{
text-align: justify;
}

/* --- 1. MODIFIKASI JUDUL / HEADER BLOK (Seperti "MENU JURNAL") --- */
.block_language .title {
    display: block;
    background-color: #0b1d78 !important; /* Warna biru tua sesuai gambar */
    color: #ffffff !important;             /* Warna teks putih */
    text-align: center !important;         /* Teks di tengah */
    text-transform: uppercase;             /* Huruf kapital semua */
    font-weight: bold !important;          /* Teks tebal */
    padding: 12px 10px !important;         /* Jarak ruang dalam kotak */
    border-radius: 6px !important;         /* Sudut melengkung */
    margin-bottom: 2px !important;        /* Jarak ke tombol di bawahnya */
    font-size: 14px;
}

/* --- 2. MEMBERSIHKAN STRUKTUR LIST BAWAAN OJS --- */
.block_language .content ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.block_language .content ul li {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* --- 3. MODIFIKASI TOMBOL PILIHAN BAHASA (Seperti "Tim Editor") --- */
.block_language .content ul li a {
    display: block !important;
    background-color: #ffffff !important;  /* Background putih */
    color: #000000 !important;             /* Warna teks hitam */
    text-align: center !important;         /* Teks di tengah */
    padding: 10px 15px !important;         /* Ukuran tombol */
    margin-bottom: 2px !important;         /* Jarak antar tombol bahasa */
    border: 1.5px solid #000000 !important;/* Border garis hitam tebal sesuai gambar */
    border-radius: 6px !important;         /* Sudut melengkung */
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;     /* Transisi halus saat di-hover */
}

/* --- 4. EFEK HOVER BIRU MUDA --- */
.block_language .content ul li a:hover {
    background-color: #e3f2fd !important;  /* Berubah jadi Biru Muda saat kursor menempel */
    border-color: #0b1d78 !important;      /* Border berubah mengikuti warna judul biru tua */
    color: #0b1d78 !important;             /* Teks berubah menjadi biru tua */
}

.pkp_structure_sidebar .block {
    margin-bottom: 2px !important; 
    padding-bottom: 2px !important;
}