.pkp_brand_footer{
  display: none;
}

/* Memastikan warna latar belakang footer menjadi biru */
.pkp_structure_footer_wrapper {
    background-color: #C6F1FF !important; /* Memaksa warna biru */
    padding: 0px 0 !important; /* Mengatur padding atas dan bawah footer */
}

/* Menyesuaikan warna dan ukuran teks di dalam footer */
.pkp_footer_content p {
    font-size: 14px !important; /* Ukuran teks */
    color: black !important; /* Warna teks menjadi putih */
}

/* Mengubah ukuran gambar logo OJS */
.pkp_brand_footer img {
    max-width: 150px !important; /* Atur lebar maksimal logo */
    height: auto !important; /* Pastikan gambar tidak terdistorsi */
}

/* Menghapus background warna abu-abu yang mungkin tersisa */
.pkp_structure_footer {
    background-color: #C6F1FF !important; /* Pastikan footer penuh dengan warna biru */
}

/* Menyelaraskan footer agar terpusat */
.pkp_structure_footer {
    max-width: 100% !important;
    margin: 0 auto;
}

.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100px;
    max-width: 100%;
    width: 18774;
    height: 984;
}