/* Membuat banner header OJS 3 melebar penuh */
.pkp_site_name {
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
}

.pkp_site_name .is_img img {
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Memperluas kontainer pembungkus header */
header.pkp_structure_head {
    max-width: 100% !important;
}

/* =========================================================
   3. STYLING CURRENT ISSUE & ARTICLE LIST (TABLE OF CONTENTS)
   ========================================================= */

/* Mengubah setiap item artikel menjadi bentuk Card */
.obj_article_summary {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 6px !important;
    padding: 16px 20px !important;
    margin-bottom: 15px !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.03) !important;
}

/* Efek hover pada kartu artikel */
.obj_article_summary:hover {
    border-color: #0f2c59 !important;
    box-shadow: 0 4px 12px rgba(15, 44, 89, 0.08) !important;
}

/* Formatting Judul Artikel */
.obj_article_summary .title a {
    color: #0f2c59 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}

.obj_article_summary .title a:hover {
    color: #d9534f !important;
}

/* Formatting Nama Penulis (Authors) */
.obj_article_summary .authors {
    color: #475569 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 6px !important;
    margin-bottom: 8px !important;
}

/* Formatting DOI Link */
.obj_article_summary .doi {
    font-size: 12px !important;
    margin-top: 4px !important;
}

.obj_article_summary .doi a {
    color: #0284c7 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.obj_article_summary .doi a:hover {
    text-decoration: underline !important;
}

/* Formatting Halaman Artikel (Pages) */
.obj_article_summary .pages {
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}