/* ===== IJCH Clean Professional Header ===== */

/* Header background */
.pkp_site_name_wrapper {
    background: #2b55a0 !important;
    text-align: center !important;
    width: 100%;
    padding: 15px 0 !important;
    margin: 0;
}

/* Logo adjust properly */
.pkp_site_name img {
    display: block !important;
    margin: 0 auto !important;

    width: 1200px !important;
    max-width: 95% !important;

    height: auto !important;
    max-height: 230px !important;

    object-fit: contain !important;
}

/* Remove page width restriction */
.pkp_structure_page {
    width: 100% !important;
    max-width: 100% !important;
}

/* Navigation bar */
.pkp_navigation_primary_wrapper {
    background: #2b55a0 !important;
}

/* Navigation text white */
.pkp_navigation_primary_row a {
    color: #ffffff !important;
    font-weight: 600;
}

/* Hover effect */
.pkp_navigation_primary_row a:hover {
    color: #d6e4ff !important;
}

/* Hide PKP footer */
.pkp_brand_footer {
    display: none !important;
}

/* Issue page center */
.page_issue .obj_issue_toc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Mobile responsive */
@media screen and (max-width: 768px) {

    .pkp_site_name_wrapper {
        padding: 8px 0 !important;
    }

    .pkp_site_name img {
        width: 95% !important;
        max-height: 120px !important;
        height: auto !important;
    }
}