/* === HEADER SECTION === */
.pkp_site_name .is_img img {
    display: block;
    max-height: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_structure_head {
  background: #4A1F0E;
}

body {
  font-family: tahoma,geneva,sans-serif;
}

.obj_article_details .abstract {
    text-align: justify;
}

/* === FOOTER SECTION - DIMODIFIKASI === */

/* Menghilangkan seluruh bagian brand/logo footer */
.pkp_brand_footer {
  display: none !important;
}

/* Membuat konten footer menjadi 100% lebar */
.pkp_footer_content {
  width: 100% !important;
  float: none !important; /* Menghilangkan float */
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box; /* Memastikan padding tidak menambah lebar */
}

/* Wrapper footer tetap dipertahankan */
.pkp_structure_footer_wrapper {
    background: #e8ebef;
    border-bottom: double solid; 
    border-bottom-color: #4A1F0E;
}