/* =========================================================
   1. FONT & BACKGROUND (SKEMA INADA-2)
========================================================= */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
@import url('https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz&display=swap');

body {
    background-color: #e9eaee !important; /* Latar belakang abu-abu soft agar konten putih menonjol */
    font-family: helvetica, calibri, sans-serif !important;
}

.pkp_structure_page {
    background-color: #ffffff !important;
    max-width: 1162px; /* Lebar standar sesuai inada-2 */
    margin: 0 auto;
    box-shadow: 1px 1px 5px #6f6f6f;
}

/* =========================================================
   2. HEADER & LOGO (UNGU & FULL WIDTH)
========================================================= */
.pkp_structure_head {
    background: #7d3397 !important; /* Warna Ungu sesuai pkp_site_name inada-2 */
    padding: 0 !important;
}

.pkp_head_wrapper {
    max-width: 100% !important;
    padding: 0 !important;
    display: block !important;
}

.pkp_site_name_wrapper {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.pkp_site_name img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

/* =========================================================
   3. NAVIGASI UTAMA (GAYA INADA-2: UNGU TUA)
========================================================= */
.pkp_navigation_primary_row {
    background: #683f97 !important; /* Ungu navigasi inada-2 */
    padding: 0 !important;
}

.pkp_navigation_primary a {
    font-family: 'Titillium Web', sans-serif !important;
    color: #ffffff !important;
    font-weight: normal !important;
    padding: 10px 15px !important;
    line-height: 40px !important;
}

.pkp_navigation_primary a:hover {
    background: rgba(0,0,0,.3) !important;
}

/* =========================================================
   4. SIDEBAR KANAN (GAYA INADA-2)
========================================================= */
@media (min-width: 992px) {
    .pkp_structure_content {
        display: flex;
        flex-direction: row;
        padding: 20px;
        background: #fff;
    }
    
    .pkp_structure_main {
        width: 75% !important;
        order: 1;
        padding-right: 25px;
    }
    
    .pkp_structure_sidebar {
        width: 25% !important;
        order: 2;
        border-left: 1px solid #eeeeee;
        padding-left: 20px;
    }
}

/* Judul Blok Sidebar (Gaya Inada-2: Ungu dengan border kiri) */
.pkp_structure_sidebar .pkp_block .title {
    font-family: 'Titillium Web', sans-serif !important;
    background: #8c63bb !important; 
    border-left: 10px solid #683f97 !important;
    padding: 10px 5px;
    color: #fff !important;
    border-radius: 0 5px 0 0;
}

/* =========================================================
   5. TENTANG JURNAL (LAYOUT DUA KOLOM)
========================================================= */
.items-about-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    margin-top: 20px;
}

.items-text-content {
    flex: 1;
    min-width: 300px;
}

.items-cover-image {
    flex: 0 0 300px;
}


/* =========================================================
   6. FIX RESPONSIF MOBILE (ANDROID)
========================================================= */
@media (max-width: 991px) {
    .pkp_structure_head > .pkp_head_wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .pkp_site_name img {
        width: 100% !important;
    }

    .pkp_navigation_primary_row {
        order: 2;
        position: relative !important;
    }

    button.pkp_navigation_primary_toggle {
        background: #683f97 !important; /* Warna ungu navigasi */
        color: #fff !important;
        width: 100% !important;
        text-align: left;
        padding: 15px !important;
    }

    .pkp_structure_content {
        display: block !important;
    }

    .pkp_structure_main, .pkp_structure_sidebar {
        width: 100% !important;
        padding: 10px !important;
        border: none !important;
    }

    .items-about-wrapper {
        flex-direction: column !important;
    }
}

/* =========================================================
   7. CLEANUP
========================================================= */
.pkp_brand_footer, .pkp_footer_copyright {
    display: none !important;
}

.pkp_structure_footer .pkp_footer_content {
    background: #ad8bd5;
    color: #fff;
    padding: 10px !important;
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 242px;
    }
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 0;
    margin-left: 31px;
}


    .pkp_structure_sidebar {
        width: 30% !important;
        order: 2;
        border-left: 0px solid #eeeeee;
        padding-left: 20px;
    }