.pkp_site_name .is_img img{
	diplay: inline-block;
	max-height: 165px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.description br {
  display: none;
}

div.pkp_site_name > a {
    margin-bottom: 20px !important;
    display: inline-block; /* Pastikan elemen menggunakan block/inline-block */
}

.pkp_brand_footer {
    display: none;
}

.pkp_navigation_primary_wrapper ul.pkp_nav_list > li > a {
    font-size: 14px;
    /*font-weight: bold;*/
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px;
    color: #ffffff !important;

}

.pkp_navigation_primary_wrapper ul.pkp_nav_list > li > a:hover {
    color: #FFA910;
    /*text-decoration: underline;*/
}


/*HILANGIN PKP FOOTER*/

.pkp_brand_footer {
    display: none;
}

/*WARNA FOOTER*/

.pkp_structure_footer_wrapper::after {
    content: "";
    display: block;
    height: 30px;
    background-color: #13458E;
}

/*BODY - UKURAN TITLE*/

h3 {
    text-transform: uppercase; /* Mengubah teks menjadi huruf kapital */
    font-size: 16px !important; /* Ukuran teks menjadi 16px */
}


/* HEADER COLOR */
header.pkp_structure_head{
    background: linear-gradient(135deg, #3F1E03, #CC6017) !important;
}


/* WARNA TEKS NAVIGASI USER (Register & Login) */
#navigationUser li a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

#navigationUser li a:hover {
    color: #ffffff !important; /* warna kuning saat hover */
}

/* WARNA TEKS LINK SEARCH DI HEADER */
.headerSearchPrompt {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.headerSearchPrompt:hover {
    color: #FFA910 !important;
}

.page_index_journal {
  display: flex;
  flex-direction: column;
}

/* Balik urutan: additional_content di atas current_issue */
.page_index_journal .current_issue {
  order: 2;
}

.page_index_journal .additional_content {
  order: 1;
}

/* Tambahan opsional agar tampilan rapi */
.page_index_journal .additional_content {
  margin-bottom: 20px;
}





sidebar
/* === SIDEBAR CUSTOM STYLE === */
.pkp_structure_sidebar.left,
.pkp_block.block_custom .content {
    font-family: 'Noto Sans', sans-serif !important;
}

/* Warna teks di daftar (li) */
.pkp_block.block_custom ul li a {
    color: #353535 !important;
    text-decoration: none;
    display: block;
    padding: 6px 8px;
    transition: all 0.2s ease;
}

/* Efek hover agar lebih interaktif */
.pkp_block.block_custom ul li a:hover {
    color: #8B4000 !important;
    background-color: #f2f2f2;
}

/* Warna untuk judul / teks <strong> */
.pkp_block.block_custom .title strong,
.pkp_block.block_custom strong {
    color: #8B4000 !important;
    font-family: 'Noto Sans', sans-serif !important;
}

/* Hapus bullet dan rapikan jarak */
.pkp_block.block_custom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#customblock-tools *,
#customblock-Visitors * {
  font-family: 'Noto Sans', sans-serif !important;
}

/* Hapus / timpa style inline <p> pertama di dalam block */
#customblock-tools p:first-child,
#customblock-Visitors p:first-child {
  all: unset;
  display: block;               /* supaya tetap tampil seperti paragraf biasa */
  font-family: 'Noto Sans', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #353535;
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
  background: none;
}
