/* =========================================================
   CUSTOM STYLESHEET SCJHS - FINAL RAPI & TANPA MENU CARI
   ========================================================= */

/* 1. HAPUS GARIS ABU-ABU DI ATAS */
.pkp_structure_page { border-top: none !important; margin-top: 0 !important; }
.pkp_structure_page::before { display: none !important; }

/* 2. WARNAI HEADER DENGAN PINK DAN BERI RUANG UNTUK JUDUL */
.pkp_structure_head { 
    background-color: #FEBCE1 !important; 
    border: none !important; 
    position: relative !important; 
    padding-top: 65px !important; 
}

.pkp_navigation_user_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_head_wrapper { 
    background-color: transparent !important; 
    border: none !important; 
    box-shadow: none !important; 
}

/* 3. SUNTIK TEKS NAMA JURNAL MELAYANG (RATA TENGAH PRESISI) */
.pkp_structure_head::before { 
    content: "Sentra Cendekia Journal of Health Sciences" !important; 
    position: absolute !important; 
    top: 20px !important; 
    left: 0 !important; 
    width: 100% !important; 
    text-align: center !important; 
    color: #ffffff !important; 
    font-family: "Noto Serif", Georgia, "Times New Roman", serif !important; 
    font-size: 28px !important; 
    font-weight: bold !important; 
    letter-spacing: 0.5px !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1) !important;
    z-index: 99 !important; 
}

/* 4. AREA LOGO TETAP PUTIH */
.pkp_site_name_wrapper { background-color: #ffffff !important; }
.pkp_site_name img { 
    max-height: 90px !important; 
    display: block !important; 
    margin-bottom: 5px !important; 
}

/* 5. BERSIHKAN KOTAK PUTIH DI MENU */
.pkp_navigation_primary li, .pkp_navigation_primary a,
.pkp_navigation_user li, .pkp_navigation_user a { 
    background-color: transparent !important; 
}

/* 6. WARNA TEKS MENU (HITAM, HOVER JADI PUTIH) */
.pkp_navigation_primary a, .pkp_navigation_user a { 
    color: #1A1A1A !important; 
    font-weight: bold !important; 
    text-shadow: none !important; 
    text-decoration: none !important;
}
.pkp_navigation_primary a:hover, .pkp_navigation_user a:hover { color: #ffffff !important; }

/* =========================================================
   7. MENTOK KIRI & MUSNAHKAN MENU CARI (SEARCH)
   ========================================================= */
.pkp_navigation_primary_wrapper { padding-left: 0 !important; }
ul.pkp_navigation_primary { padding-left: 0 !important; margin-left: 0 !important; }
ul.pkp_navigation_primary > li:first-child a { padding-left: 0 !important; }

/* KODE UNTUK MENGHILANGKAN MENU CARI SECARA PERMANEN */
.pkp_search { display: none !important; }

/* 8. KONTEN BAWAH TETAP PUTIH */
.pkp_structure_content, .pkp_structure_main, .pkp_structure_sidebar { background-color: #ffffff !important; }

/* 9. FIX TAMPILAN HP / MOBILE */
@media (max-width: 767px) {
    .pkp_structure_head { padding-top: 60px !important; }
    .pkp_structure_head::before {
        font-size: 15px !important; 
        top: 20px !important; 
        left: 50px !important; 
        width: calc(100% - 60px) !important; 
        text-align: left !important; 
        line-height: 1.2 !important;
    }
    .pkp_site_name img { max-height: 65px !important; margin-top: 10px !important; }
}