/* =================================================
   WISSEN JOURNAL - SAFE MODERN STYLE
   Manuscript Default Child Theme
================================================= */


/* BACKGROUND WEBSITE */
body {
    background: #f7faf9;
}


/* HEADER - hanya memperhalus, tidak mengubah layout */
.pkp_structure_head {
    box-shadow: 0 5px 18px rgba(0,0,0,0.08);
}


/* NAMA JURNAL */
.pkp_site_name {
    padding-top: 25px;
    padding-bottom: 25px;
}


.pkp_site_name a {
    font-weight: 800;
    letter-spacing: 1px;
}


/* MENU */
.pkp_navigation_primary {
    border-bottom: 1px solid #e5e7eb;
}


.pkp_navigation_primary a {
    font-weight: 600;
}


/* AREA KONTEN */
.pkp_structure_main {
    background:white;
}


/* JUDUL HALAMAN */
.page_title,
.current_issue h2 {

    color:#0B1F3A;
    font-weight:700;

}


/* PARAGRAF ABOUT */
.page {

    line-height:1.8;

}


/* SIDEBAR */
.pkp_block {

    border-radius:12px;

    overflow:hidden;

    box-shadow:
    0 5px 18px rgba(0,0,0,0.08);

}


/* HEADER SIDEBAR */

.pkp_block .title {

    background:#0B1F3A;

    color:white !important;

    padding:12px 15px;

}


/* ITEM SIDEBAR */

.pkp_block li {

    padding:8px 10px;

    border-bottom:
    1px solid #e5e7eb;

}


.pkp_block li a:hover {

    color:#0B1F3A;

}


/* CURRENT ISSUE CARD */

.obj_issue_toc {

    border-radius:15px;

    box-shadow:
    0 8px 25px rgba(0,0,0,0.08);

    padding:20px;

}


/* COVER ISSUE */

.obj_issue_toc img {

    border-radius:10px;

    box-shadow:
    0 5px 15px rgba(0,0,0,0.15);

}


/* FOOTER */

.pkp_structure_footer_wrapper {

    margin-top:40px;

}

/* =================================
   WISSEN CURRENT ISSUE FINAL TUNING
================================= */


/* Mengurangi ruang kosong issue */
.obj_issue_toc {

    padding:25px !important;

}


/* Cover lebih besar */

.obj_issue_toc .cover img {

    width:250px !important;

    max-width:250px !important;

}


/* Area metadata issue */

.obj_issue_toc .published {

    margin-top:20px;

    font-size:14px;

}


/* Articles heading */

.obj_issue_toc .heading {

    color:#0B1F3A;

    font-weight:800;

    border-bottom:3px solid #C9A227;

    padding-bottom:8px;

}


/* Artikel lebih modern */

.obj_article_summary {

    padding:20px !important;

    border-radius:12px;

    background:#ffffff;

}


.obj_article_summary .title {

    font-size:18px;

    font-weight:700;

}


.obj_article_summary .authors {

    color:#64748b;

}


/* PDF button */

.obj_article_summary .pdf {

    border-radius:20px;

}

/* =================================
   WISSEN HEADER SAFE FIX
================================= */


/* Tambahkan ruang header tanpa mengubah layout */
.pkp_structure_head {
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Judul jurnal */
.pkp_site_name a {
    font-size: 30px !important;
    font-weight: 800;
    letter-spacing: 1px;
}


/* Warna teks header */
.pkp_site_name a {
    color: #ffffff !important;
}


/* User menu tetap normal */
.pkp_navigation_user_wrapper {
    z-index: 5;
}

/* =====================================
   WISSEN ARTICLE PAGE MODERN STYLE
===================================== */


/* Judul artikel */

.obj_article_details .page_title {

    font-size:32px !important;

    line-height:1.35;

    color:#0B1F3A;

    font-weight:800;

    margin-bottom:25px;

}



/* Author area */

.obj_article_details .authors {

    background:#f0fdfa;

    border-left:5px solid #C9A227;

    padding:15px 20px;

    border-radius:10px;

    margin-bottom:25px;

}


/* Author text */

.obj_article_details .authors a {

    color:#0B1F3A;

    font-weight:600;

}



/* Abstract box */

.obj_article_details .abstract {

    background:#ffffff;

    border-radius:15px;

    padding:25px;

    box-shadow:

    0 6px 20px rgba(0,0,0,0.08);

    line-height:1.8;

    margin-top:25px;

}



/* Abstract heading */

.obj_article_details .abstract h2 {

    color:#0B1F3A;

    font-size:22px;

    border-bottom:

    3px solid #C9A227;

    padding-bottom:8px;

}



/* Keywords */

.obj_article_details .keywords {

    background:#f8fafc;

    padding:20px;

    border-radius:12px;

    margin-top:20px;

}


/* Download PDF button */

.obj_article_details .download {

    margin-top:25px;

}


.obj_article_details .download a {

    background:#0B1F3A !important;

    color:white !important;

    padding:12px 25px;

    border-radius:25px;

    font-weight:700;

}


.obj_article_details .download a:hover {

    background:#C9A227 !important;

}



/* Galley PDF */

.galleys {

    background:white;

    padding:20px;

    border-radius:15px;

    box-shadow:

    0 5px 20px rgba(0,0,0,.08);

}

.pkp_site_name img {
    width: 1200px !important;
    height: 203px !important;
    object-fit: cover !important;
    display:block;
    margin:auto;
}
.pkp_head_wrapper {
    max-width: 1200px !important;
    margin:auto !important;
}