/* =========================================================
   JURNAL ILMIAH SAINS - HEADER FULL WIDTH
   Untuk OJS 3.x / Default Theme
   ========================================================= */

/* Desktop / layar lebar */
@media (min-width: 992px) {

    /* Buka batas lebar wrapper header */
    .pkp_head_wrapper {
        width: 100% !important;
        max-width: none !important;
    }

    .pkp_site_name_wrapper {
        width: 100% !important;
        height: auto !important;
    }

    .pkp_site_name {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Link pembungkus gambar dibuat selebar header */
    .pkp_site_name .is_img {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Hilangkan batas default OJS (max-height: 80px) */
    .pkp_site_name .is_img img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        margin: 0 auto !important;
    }
}

/* Tablet dan HP: tetap proporsional agar menu tidak rusak */
@media (max-width: 991px) {

    .pkp_site_name .is_img img {
        width: auto !important;
        max-width: calc(100% - 70px) !important;
        height: auto !important;
        max-height: 70px !important;
        object-fit: contain !important;
    }
}
/* =========================================================
   FONT MENU NAVIGASI JURNAL ILMIAH SAINS
   ========================================================= */

/* Menu utama: Home, Current, Archives, Announcements, About */
.pkp_navigation_primary > li > a {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
}

/* Isi dropdown, misalnya submenu About */
.pkp_navigation_primary ul a {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 16px !important;
}

/* Menu Search */
.pkp_search_desktop,
.pkp_search_desktop .search_prompt {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}