/* ================================
   LOCK STYLE OJS – AMAN
   HANYA LOGO HEADER
   ================================ */

/* Wrapper nama jurnal */
.pkp_site_name_wrapper {
    text-align: center !important;
    max-width: 100% !important;
}

/* LOGO HEADER (JPG) */
.pkp_site_name img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;

    /* UKURAN LOGO – INI YANG KAMU UBAH DI INSPECT */
    max-width: 1200px !important; /* ubah angka ini saja */
    width: 100% !important;
    height: auto !important;

    float: none !important;
}

/* PENGUNCI TAMBAHAN (BIAR CSS THEME TIDAK NIMPA) */
header .pkp_site_name img {
    max-width: 1200px !important;
}