/* ===============================
   HEADER: Banner Lebar Penuh
   =============================== */
.pkp_site_name .is_img img {
    display: none !important;
}

.pkp_site_name_wrapper {
    background: url("https://journalng.uwks.ac.id/public/journals/19/pageHeaderLogoImage_id.jpg") no-repeat center top !important;
    background-size: cover !important;
    min-height: 200px !important;
    position: relative;
    margin-bottom: 0 !important;
}

.pkp_site_name .is_text {
    color: #fff !important;
    font-size: 32px !important;
    font-weight: bold !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

/* ===============================
   FOOTER
   =============================== */
.pkp_brand_footer {
    display: none !important;
}

.pkp_structure_footer {
    background-color: #F6FBF1 !important;
    color: #333 !important;
    text-align: center;
    padding: 20px 0;
}

.pkp_structure_footer a {
    color: #006400 !important;
    text-decoration: none;
}

.pkp_structure_footer a:hover {
    color: #228B22 !important;
}

/* ===============================
   SIDEBAR DESKTOP & RESPONSIVE FIX
   =============================== */
.pkp_structure_content.has_sidebar {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.pkp_structure_main {
    flex: 1 1 auto;
    order: 1;
}

.pkp_structure_sidebar {
    flex: 0 0 25%;
    order: 2;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Pastikan konten sidebar tampil */
.pkp_structure_sidebar .pkp_block,
#customblock-side-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* ===============================
   RESPONSIVE SMARTPHONE (<768px)
   =============================== */
@media (max-width: 767px) {
    .pkp_site_name_wrapper {
        background-size: contain !important;
        min-height: 120px !important;
    }

    .pkp_site_name .is_text {
        font-size: 20px !important;
        top: 55%;
    }

    /* Tata letak vertikal */
    .pkp_structure_content.has_sidebar {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .pkp_structure_main {
        order: 1 !important;
        width: 100% !important;
    }

    /* Sidebar muncul di bawah konten */
    .pkp_structure_sidebar {
        order: 2 !important;
        width: 100% !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background: #f9f9f9 !important;
        border: 1px solid #ddd !important;
        border-radius: 6px !important;
        padding: 12px !important;
        margin-top: 15px !important;
    }

    /* Pastikan blok custom muncul */
    #customblock-side-bar {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Tangkal JS OJS yang menyembunyikan sidebar */
    [aria-hidden="true"],
    .pkp_structure_sidebar[style*="display:none"] {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

