.pkp_site_name .is_img img {
    display: block;
    max-height: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_structure_head {
    background: #EFFEF2;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Membuat elemen logo meluas dan berada di tengah */
.pkp_site_name {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
    text-align: center;
}

/* Perbesar gambar header agar mengisi lebar penuh */
.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto;
    display: block;
}

/* Kembalikan posisi Login/Register ke kanan atas */
.pkp_navigation_user {
    position: relative;
    float: right;
    margin: 10px 20px 0 0;
    z-index: 10;
    color: #000;
}

body {
    font-family: tahoma, geneva, sans-serif;
}

.obj_article_details .abstract {
    text-align: justify;
}

.pkp_footer_content {
    float: left;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Sembunyikan logo PKP */
.pkp_brand_footer {
    display: none !important;
}

.pkp_structure_footer_wrapper {
    background: #EFFEF2;
    border-bottom: double;
    border-bottom-color: #125938;
}
