/* =========================
   HEADER OJS FINAL
   ========================= */

/* wrapper */
.pkp_site_name_wrapper{
    padding:0 !important;
    margin:0 !important;
    background:#0d5c96;
}

/* container */
.pkp_site_name{
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden;
}

/* link */
.pkp_site_name a{
    width:100%;
    display:block;
    line-height:0;
}

/* image wrapper */
.pkp_site_name .is_img{
    width:100%;
    display:block;
}

/* banner */
.pkp_site_name .is_img img{
    width:100% !important;

    /* tinggi diperbesar */
    max-height:220px !important;

    height:auto !important;
    display:block;

    /* supaya gambar tidak rusak */
    /*object-fit:contain !important;*/

    background:#0d5c96;
}

/* navbar */
.pkp_navigation_primary_wrapper{
    margin-top:0 !important;
}


/* ================= SIDEBAR JISKOM ================= */

.jiskom-sidebar {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.jiskom-sidebar-title {
    background: #0d5c96;
    color: #ffffff;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.jiskom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jiskom-menu li {
    border-bottom: 1px solid #eeeeee;
}

.jiskom-menu li:last-child {
    border-bottom: none;
}

.jiskom-menu li a {
    display: block;
    padding: 12px 15px;
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.jiskom-menu li a:hover {
    background: #0d5c96;
    color: #ffffff;
    padding-left: 20px;
}

/* =====================================
   MODERN EDITORIAL TEAM
===================================== */

/* BACKGROUND */
body{
    background:#f5f7fb;
}

/* CONTENT */
.pkp_structure_main{
    background:#ffffff;
    border-radius:16px;
    padding:40px;
    box-shadow:0 2px 18px rgba(0,0,0,0.05);
}

/* TITLE */
.page_title,
h1{
    font-size:52px !important;
    font-weight:800;
    color:#082b63;
    margin-bottom:10px;
    letter-spacing:-1px;
    position:relative;
    padding-bottom:15px;
}

.page_title::after,
h1::after{
    content:'';
    width:85px;
    height:5px;
    background:#f0a500;
    position:absolute;
    left:0;
    bottom:0;
    border-radius:20px;
}

/* DESCRIPTION */
.editor-desc{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:35px;
    max-width:900px;
}

/* CARD */
.editor-card{
    background:#ffffff;
    border:none;
    border-radius:18px;
    padding:28px;
    margin-bottom:25px;
    box-shadow:
        0 2px 10px rgba(0,0,0,0.04),
        0 10px 25px rgba(0,0,0,0.03);
    transition:all 0.3s ease;
    position:relative;
    overflow:hidden;
}

/* TOP LINE */
.editor-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0056a6,#f0a500);
}

/* HOVER */
.editor-card:hover{
    transform:translateY(-4px);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.08);
}

/* TITLE */
.editor-card h3{
    font-size:34px;
    color:#0056a6;
    margin-top:0;
    margin-bottom:18px;
    font-weight:800;
}

/* CONTENT */
.editor-card p{
    margin:10px 0;
    font-size:16px;
    color:#333;
    line-height:1.8;
}

/* LIST */
.editor-card ul{
    margin:0;
    padding-left:20px;
}

.editor-card ul li{
    margin-bottom:12px;
    line-height:1.8;
    font-size:16px;
}

/* SIDEBAR */
.pkp_block{
    border:none;
    border-radius:18px;
    overflow:hidden;
    box-shadow:
        0 2px 10px rgba(0,0,0,0.04),
        0 10px 25px rgba(0,0,0,0.03);
}

/* SIDEBAR TITLE */
.pkp_block .title{
    background:linear-gradient(90deg,#0056a6,#0077cc);
    color:#ffffff !important;
    padding:18px;
    font-size:17px;
    font-weight:700;
}

/* SIDEBAR MENU */
.pkp_block .content ul li a{
    padding:16px 18px;
    transition:0.3s;
    font-size:15px;
}

/* HOVER */
.pkp_block .content ul li a:hover{
    background:#f5f9ff;
    padding-left:24px;
    color:#0056a6;
}

/* REMOVE TOO MUCH EMPTY SPACE */
.page{
    padding-top:10px;
}

/* MOBILE */
@media(max-width:768px){

    .pkp_structure_main{
        padding:25px;
    }

    h1,
    .page_title{
        font-size:36px !important;
    }

    .editor-card h3{
        font-size:28px;
    }

}


/* =========================
   REVIEWER SECTION
========================= */

.info-box{
    background:#eef6ff;
    border-left:5px solid #0056a6;
    padding:20px;
    border-radius:12px;
    margin-top:25px;
    line-height:1.8;
    color:#333;
    box-shadow:0 2px 8px rgba(0,0,0,0.04);
}


/* =========================================
   JISKOM HERO MODERN
========================================= */

.journal-hero{
    display:flex;
    align-items:flex-start;
    gap:35px;
    background:#ffffff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 25px rgba(0,0,0,0.06);
    margin-bottom:30px;
    position:relative;
    overflow:hidden;
}

/* GARIS ATAS */
.journal-hero::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#0056a6,#f0a500);
}

/* COVER */
.journal-cover img{
    width:230px;
    border-radius:16px;
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
    transition:0.3s;
    background:#ffffff;
}

.journal-cover img:hover{
    transform:translateY(-5px);
}

/* INFO */
.journal-info{
    flex:1;
}

/* BADGE */
.journal-badge{
    display:inline-block;
    background:#eef6ff;
    color:#0056a6;
    padding:8px 18px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

/* TITLE */
.journal-info h1{
    font-size:58px;
    margin:0;
    line-height:1;
    color:#082b63;
    font-weight:800;
    letter-spacing:-2px;
}

/* SUBTITLE */
.journal-info h3{
    margin-top:10px;
    color:#0056a6;
    font-size:28px;
    font-weight:600;
}

/* DESKRIPSI */
.journal-desc{
    font-size:16px;
    line-height:1.9;
    color:#444;
    margin-top:18px;
    text-align:justify;
}

/* META */
.journal-meta{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:28px;
}

/* META BOX */
.meta-box{
    background:#f7f9fc;
    padding:18px;
    border-radius:14px;
    min-width:170px;
    border-left:4px solid #0056a6;
    transition:0.3s;
}

.meta-box:hover{
    transform:translateY(-2px);
    background:#eef6ff;
}

.meta-box strong{
    display:block;
    color:#0056a6;
    margin-bottom:8px;
    font-size:14px;
}

.meta-box span{
    font-size:14px;
    color:#333;
}

/* BUTTON */
.submit-btn{
    display:inline-block;
    margin-top:30px;
    background:linear-gradient(90deg,#0056a6,#0077cc);
    color:#ffffff !important;
    padding:15px 30px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
    box-shadow:0 5px 18px rgba(0,0,0,0.12);
}

.submit-btn:hover{
    transform:translateY(-2px);
    background:#003f7d;
}

/* MOBILE */
@media(max-width:768px){

    .journal-hero{
        flex-direction:column;
        text-align:center;
        padding:25px;
    }

    .journal-cover img{
        width:180px;
    }

    .journal-info h1{
        font-size:40px;
    }

    .journal-info h3{
        font-size:22px;
    }

    .journal-meta{
        justify-content:center;
    }

}

/* POSISI COVER */
.journal-cover{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
}

/* GAMBAR COVER */
.journal-cover img{
    width:220px;
    height:auto;
    display:block;
    object-fit:cover;
}