.pkp_navigation_primary_row {
    background-color: #4b0051;
    border-color: #4b0051;
    width:100%;
}

.pkp_structure_head {
    background-color: #4b0051 !important; 
    min-height: 250px !important; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Menampilkan gambar yang diupload di OJS agar lebarnya 100% */
    background-size: cover !important; 
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* Sembunyikan teks/logo tapi tetap jaga ruangnya agar header tidak gepeng */
.pkp_site_name > .is_text,
.pkp_site_name > .is_img {
    visibility: hidden !important;
    opacity: 0 !important;
}

@media (max-width: 767px) {
    .pkp_structure_head {
        min-height: 80px !important; /* Tinggi lebih pendek di HP agar pas */
        background-size: 100% auto !important; /* Gambar lebar 100% layar HP */
        background-position: top center !important;
    }

    .pkp_site_name_wrapper {
        min-height: 80px !important;
    }
}

.pkp_site_nav_menu {
    border: 1px solid #4b0051;
    background-color: #4b0051;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.pkp_site_nav_menu a {
    display: inline-block;
    padding: .125rem 0;
    color: #fff;
    text-decoration: none;
}

.pkp_site_nav_menu a:hover {
    color: #ff751f;
    text-decoration: none;
    color:;
}

/*=========FOOTER=========*/
/* Container Utama Footer */
.pkp_structure_footer_wrapper {
    background-color: #580655 !important;
    border-top: 4px solid #d3833a !important;
    border-radius: 50px 50px 0 0; /* Membuat lengkungan elegan di atas */
    padding: 40px 20px 30px !important;
    margin-top: 50px;
    color: #ffffff !important;
    clear: both;
}

.icophi_footer_container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

.icophi_footer_links {
    margin-bottom: 20px;
}

.icophi_footer_links a {
    color: #ffffff !important;
    text-decoration: none;
    margin: 0 12px;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
}

.icophi_footer_links a:hover {
    color: #f39c12 !important;
}

.icophi_footer_links .sep {
    color: #d3833a;
}

.icophi_footer_divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 20px auto;
}

.icophi_footer_copyright {
    font-size: 13px;
    line-height: 1.6;
}

.icophi_footer_copyright .brand {
    color: #f39c12;
    font-weight: bold;
}

.icophi_footer_copyright .designer {
    margin-top: 5px;
    font-style: italic;
    opacity: 0.8;
}

/*=================CURRENT================*/
/* 1. Judul Utama Seksi "Current Issue" */
section.current_issue h2 {
    color: #580655 !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    font-size: 1.5em !important;
}

/* 2. Judul Edisi (Volume & Nomor) */
section.current_issue .current_issue_title {
    background: #fdf7ff !important;
    color: #d3833a !important;
    padding: 15px 20px !important;
    border-radius: 10px !important;
    border-left: 5px solid #580655 !important;
    font-weight: 700 !important;
    font-size: 1.2em !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* 3. Baris Informasi Tanggal Terbit (Published) */
section.current_issue .obj_issue_toc .heading .published {
    font-size: 0.9em !important;
    color: #666 !important;
    margin-bottom: 20px !important;
    display: block !important;
}

section.current_issue .obj_issue_toc .heading .published .label {
    font-weight: bold !important;
    color: #580655 !important;
}

/* 4. Tombol "View All Issues" */
section.current_issue a.read_more {
    display: inline-block !important;
    background: #580655 !important;
    color: #ffffff !important;
    padding: 10px 25px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    margin-top: 20px !important;
    transition: all 0.3s ease !important;
    border: 2px solid #580655 !important;
}

section.current_issue a.read_more:hover {
    background: #ffffff !important;
    color: #580655 !important;
    box-shadow: 0 5px 15px rgba(88, 6, 85, 0.2);
}

/* 5. Container Jika Belum Ada Artikel (Daftar Kosong) */
section.current_issue .sections {
    border-top: 1px solid #eee !important;
    padding-top: 20px !important;
}

/*==========Custom Block===========*/
/* Container Sidebar Custom */
.icophi-sidebar-container {
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    padding: 5px;
}

/* Judul Blok */
.icophi-block {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.icophi-block-title {
    background: #580655;
    color: #fff !important;
    padding: 12px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Item Gambar & Link */
.icophi-item {
    padding: 15px;
    text-align: center;
}

.icophi-img-btn {
    width: 100%;
    max-width: 180px; /* Ukuran gambar tombol */
    height: auto;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.icophi-img-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(211, 131, 58, 0.4);
    border: 2px solid #d3833a;
}

/* Banner Event biasanya lebih lebar */
.event-banner {
    max-width: 100% !important;
}

/* Label Teks di bawah gambar */
.icophi-label {
    margin-top: 10px;
    font-size: 13px;
    color: #580655;
    font-weight: 600;
}