/* =====================================
   ISSN HEADER RESMI - OJS 3
   ===================================== */

/* Tambahkan ISSN di atas header */
.pkp_structure_head::before {
    content: "ISSN 3123-9455 (Print) | ISSN 3123-9447 (Online)";
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 0;
}

/* Pastikan logo tidak mengecil */
.pkp_site_name img {
    max-height: 120px !important;
    width: auto !important;
}

/* Jaga agar header tetap proporsional */
.pkp_structure_head {
    padding-top: 0 !important;
}
