/* ==========================================
   JMII THEME v1.0
   OJS 3.5.0.5
   ========================================== */

/* WARNA */
:root{
    --jmii-blue:#0B3D91;
    --jmii-gold:#D4AF37;
}

/* HEADER */
/* Tidak mengubah background bawaan OJS */

.pkp_structure_head{
    border-bottom:4px solid var(--jmii-gold);
    box-shadow:0 3px 10px rgba(0,0,0,.10);
}

/* LOGO */

.pkp_site_name img{
    max-height:130px;
    transition:.3s;
}

.pkp_site_name img:hover{
    transform:scale(1.03);
}

/* MENU */

.pkp_navigation_primary>li>a{
    font-weight:600;
    transition:.3s;
}

.pkp_navigation_primary>li>a:hover{
    color:var(--jmii-gold)!important;
}

/* LOGIN */

.pkp_navigation_user a{
    font-weight:600;
}

/* BUTTON */

.cmp_button,
button{
    border-radius:8px;
}

/* ARTICLE */

.obj_article_summary{
    border:1px solid #ececec;
    border-radius:12px;
    padding:20px;
    transition:.3s;
}

.obj_article_summary:hover{
    box-shadow:0 6px 20px rgba(0,0,0,.10);
}

/* ISSUE */

.obj_issue_summary{
    border-radius:12px;
}

/* LINK */

a{
    transition:.3s;
}

/* FOOTER */

.pkp_structure_footer_wrapper{

    border-top:4px solid var(--jmii-gold);

}
/* Hilangkan judul teks jika sudah menggunakan banner */
.pkp_site_name.is_text,
.pkp_site_name a.is_text,
.pkp_site_name_wrapper h1{
    display:none !important;
}
/* ==========================================
   JMII FOOTER
   ========================================== */

   .pkp_structure_footer_wrapper{
    background:#0B3D91 !important;
    color:#FFFFFF !important;
    border-top:4px solid #D4AF37;
    padding:35px 20px;
}

.pkp_structure_footer,
.pkp_structure_footer p,
.pkp_structure_footer strong{
    color:#FFFFFF !important;
}

.pkp_structure_footer a{
    color:#D4AF37 !important;
    text-decoration:none;
}

.pkp_structure_footer a:hover{
    color:#FFFFFF !important;
}

/* ==========================================
   REGISTER & LOGIN BUTTON
   ========================================== */

   .pkp_navigation_user{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:12px;
}

.pkp_navigation_user li{
    margin:0 5px;
}

.pkp_navigation_user li a{
    display:inline-block;
    background:#D4AF37;
    color:#0B3D91 !important;
    padding:8px 18px;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
    box-shadow:0 4px 10px rgba(0,0,0,.25);
    transition:all .3s ease;
}

.pkp_navigation_user li a:hover{
    background:#FFFFFF;
    color:#0B3D91 !important;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.30);
}
/* ==========================================
   JMII HEADER RESPONSIVE
   ========================================== */

/* Desktop */
@media (min-width:992px){

    .pkp_structure_head{
        min-height:220px !important;
        background-size:cover !important;
        background-position:center center !important;
    }

    .pkp_head_wrapper{
        min-height:220px !important;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
    }

}

/* Tablet */
@media (min-width:768px) and (max-width:991px){

    .pkp_structure_head,
    .pkp_head_wrapper{
        min-height:140px !important;
    }

}

/* HP */
@media (max-width:767px){

    .pkp_structure_head,
    .pkp_head_wrapper{
        min-height:90px !important;
        display:block !important;
    }

}
/* ==========================
   JMII HEADER BANNER
   ========================== */

.pkp_structure_head{
    min-height:220px !important;
    background-size:cover !important;
    background-position:center center !important;
}

.pkp_head_wrapper{
    min-height:220px !important;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
}
/* ==========================================
   JMII SUBMIT BUTTON
   ========================================== */

.jmii-submit-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#0B3D91;
    color:#FFFFFF !important;
    padding:14px 20px;
    border-radius:8px;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
    box-shadow:0 4px 10px rgba(0,0,0,.15);
}

.jmii-submit-btn:hover{
    background:#D4AF37;
    color:#0B3D91 !important;
    transform:translateY(-2px);
}
/* ==========================================
   JOURNAL INFORMATION
   ========================================== */

.journal-info table{
    width:100%;
    border-collapse:collapse;
    border:1px solid #0B3D91;
}

.journal-info td{
    border:1px solid #0B3D91;
    padding:10px 12px;
    vertical-align:top;
}

.journal-info td:first-child{
    width:40%;
    font-weight:700;
    color:#0B3D91;
    background:#F8FAFC;
}
/* ==========================================
   JMII SIDEBAR TITLE
   ========================================== */

.jmii-sidebar-title{
    font-size:20px;
    font-weight:700;
    color:#0B3D91;
    margin-bottom:15px;
    padding-bottom:8px;
    border-bottom:3px solid #D4AF37;
    position:relative;
}

.jmii-sidebar-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:60px;
    height:3px;
    background:#0B3D91;
}
/* Jarak antar sidebar block */

.pkp_block{
    margin-bottom:15px !important;
}

.pkp_block:last-child{
    margin-bottom:0 !important;
}
.pkp_block .content{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.pkp_block{
    padding-bottom:0 !important;
}
/* ==========================================
   INDEXED BY
   ========================================== */

.jmii-index-list{
    margin:0;
    padding:0;
    list-style:none;
}

.jmii-index-list li{
    padding:10px 0;
    border-bottom:1px solid #ECECEC;
    font-weight:600;
}

.jmii-index-list li:last-child{
    border-bottom:none;
}
/* Background browser */
body{
    background:#b4b4b5;
}

/* Seluruh website menjadi kotak */
.pkp_structure_page{
    max-width:1400px;
    margin:25px auto;
    background:#fff;
    box-shadow:0 3px 12px rgba(0,0,0,.08);
}
/* Background luar website */
html,
body {
    background: #b4b4b5 !important;
}

/* Area luar container */
.pkp_structure_page {
    background: #ffffff;
    max-width: 1400px;
    margin: 20px auto;
}

/* Hilangkan background putih pada wrapper jika ada */
.pkp_structure_content,
.pkp_structure_main {
    background: #ffffff;
}
/* ================= FOOTER JMII ================= */

.jmii-footer{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
padding:45px;
background:#0B3D91;
color:#fff;
}

.jmii-footer h3{
color:#fff;
font-size:22px;
margin-bottom:18px;
padding-bottom:10px;
border-bottom:3px solid #D4AF37;
}

.jmii-footer p,
.jmii-footer li{
font-size:15px;
line-height:1.8;
}

.jmii-footer ul{
list-style:none;
padding:0;
margin:0;
}

.jmii-footer li{
margin-bottom:10px;
}

.jmii-footer a{
color:#ffffff;
text-decoration:none;
transition:.3s;
}

.jmii-footer a:hover{
color:#D4AF37;
padding-left:5px;
}

/* Copyright */

.jmii-copy{
background:#082E6B;
color:#ffffff;
text-align:center;
padding:18px;
font-size:14px;
border-top:2px solid #D4AF37;
}

/* Responsive */

@media (max-width:768px){

.jmii-footer{
grid-template-columns:1fr;
gap:25px;
padding:30px;
}

}
/* ================= Manuscript Template ================= */

.jmii-template{
margin:15px 0;
}

.jmii-template-btn{
display:block;
background:#0B3D91;
color:#fff!important;
text-align:center;
padding:12px 15px;
border-radius:6px;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.jmii-template-btn:hover{
background:#082E6B;
color:#fff!important;
}
.homepage_about {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    margin-bottom: 25px;
}

.homepage_about h2{
    color:#0B3D91;
    border-bottom:3px solid #D4AF37;
    padding-bottom:10px;
}

.homepage_about ul{
    margin-left:20px;
}
.editorial-section{
    margin:20px 0;
}

.editorial-title{
    background:#0B3D91;
    color:#fff;
    padding:14px 18px;
    font-size:22px;
    font-weight:700;
    border-left:6px solid #D4AF37;
    border-radius:6px 6px 0 0;
    margin-top:30px;
}

.editorial-card{
    background:#fff;
    border:1px solid #d9d9d9;
    border-top:none;
    padding:25px;
    margin-bottom:25px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.editorial-card h3{
    color:#0B3D91;
    margin:0 0 10px;
    font-size:24px;
}

.editorial-card p{
    margin:6px 0;
    color:#444;
    line-height:1.7;
}

.editorial-card a{
    color:#0B3D91;
    text-decoration:none;
}

.editorial-card a:hover{
    color:#D4AF37;
}

.editorial-card hr{
    border:none;
    border-top:1px solid #ddd;
    margin:25px 0;
}
.jmii-tools{
    background:#fff;
    border:1px solid #ddd;
    padding:15px;
    margin-bottom:25px;
    border-radius:6px;
}

.jmii-tools a{
    display:block;
    margin-bottom:12px;
}

.jmii-tools img{
    width:100%;
    border:1px solid #e5e5e5;
    border-radius:4px;
    transition:.3s;
}

.jmii-tools img:hover{
    transform:scale(1.03);
    box-shadow:0 4px 10px rgba(0,0,0,.15);
}
.jmii-tools{
    margin-bottom:25px;
}

.jmii-tools a{
    display:block;
    margin-bottom:12px;
}

.jmii-tools img{
    width:100%;
    height:80px;              /* Semua logo tinggi sama */
    object-fit:contain;       /* Logo tidak terpotong */
    background:#ffffff;
    border:1px solid #dcdcdc;
    border-radius:6px;
    padding:8px;
    box-sizing:border-box;
    transition:all .3s ease;
}

.jmii-tools img:hover{
    border-color:#D4AF37;
    box-shadow:0 4px 10px rgba(0,0,0,.15);
    transform:translateY(-2px);
}