/* Mengubah latar belakang Footer menjadi hijau */
.pkp_structure_footer_wrapper {
    background-color: #00B15C !important;
}

/* Menghilangkan logo OJS/PKP di Footer */
.pkp_brand_footer {
    display: none !important;
}

/* Mengubah warna tautan (link) di footer agar terlihat jelas di atas warna hijau */
.pkp_footer_content a {
    color: #000000 !important;
    text-decoration: underline !important;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto
}
