/* =====================================================
FULL CLEAN OJS INTERNASIONAL STYLE
WARNA UTAMA: #008672
===================================================== */

/* RESET FULL WIDTH */
.pkp_structure_page {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body {
    background: #f4f7f8 !important;
    font-family: "Segoe UI", Arial, sans-serif;
    margin-top: 0 !important;
}

/* =====================================================
HEADER NYATU FULL HIJAU
===================================================== */
.pkp_structure_head,
.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_site_nav_menu {
    margin: 0 !important;
    padding: 0 !important;
    background: #008672 !important;
    border: none !important;
    box-shadow: none !important;
}

/* top login */
.pkp_navigation_user_wrapper {
    background: #008672 !important;
    padding: 6px 30px !important;
    text-align: right;
}

.pkp_navigation_user_wrapper a {
    color: #ffffff !important;
    font-size: 13px;
}

/* =====================================================
JUDUL + LOGO
===================================================== */
.pkp_site_name {
    max-width: 1200px;
    margin: auto;
    padding: 20px 30px 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #008672 !important;
}

/* teks putih */
.pkp_site_name h1,
.pkp_site_name h2,
.pkp_site_name p,
.pkp_site_name a {
    color: #ffffff !important;
}

/* logo */
.pkp_site_name img {
    max-height: 75px;
}

/* hapus badge international */
.pkp_site_name::after {
    display: none !important;
    content: "" !important;
}

/* =====================================================
NAVBAR MENU
===================================================== */
.pkp_site_nav_menu {
    max-width: 1200px;
    margin: auto;
    padding: 8px 30px 14px !important;
    background: #008672 !important;
}

/* menu link */
.pkp_navigation_primary_wrapper a {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 16px !important;
}

/* hover */
.pkp_navigation_primary_wrapper a:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    border-radius: 6px;
}

/* dropdown full hijau */
.pkp_navigation_primary_wrapper ul li ul {
    background: #008672 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px;
}

/* hilangin shadow putih dropdown */
.pkp_navigation_primary_wrapper ul li ul::before,
.pkp_navigation_primary_wrapper ul li ul::after {
    display: none !important;
}

/* item dropdown */
.pkp_navigation_primary_wrapper ul li ul a {
    color: #ffffff !important;
    background: #008672 !important;
}

/* hover dropdown */
.pkp_navigation_primary_wrapper ul li ul a:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}

/* search icon */
.pkp_navigation_search_wrapper a {
    color: #ffffff !important;
}

/* hilangin garis header */
.pkp_structure_head::before,
.pkp_structure_head::after,
.pkp_navigation_primary_wrapper::before,
.pkp_navigation_primary_wrapper::after {
    display: none !important;
}

/* =====================================================
ARTICLE CARD PREMIUM
===================================================== */
.obj_issue_toc {
    max-width: 1200px;
    margin: auto;
    padding: 35px 10px;
}

.obj_article_summary {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 25px;
    margin-bottom: 25px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    border-left: 6px solid #008672;
    transition: 0.3s;
}

.obj_article_summary:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.09);
}

/* judul */
.obj_article_summary .title a {
    font-size: 18px;
    font-weight: 700;
    color: #004d45;
}

.obj_article_summary .title a:hover {
    color: #008672;
}

/* author */
.obj_article_summary .authors {
    font-size: 14px;
    color: #555;
    margin-top: 6px;
}

/* abstract */
.obj_article_summary .summary {
    text-align: justify;
    margin-top: 10px;
    line-height: 1.7;
}

/* tombol pdf */
.obj_article_summary .galleys_links a {
    background: #008672;
    color: #fff !important;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.obj_article_summary .galleys_links a:hover {
    background: #00695f;
}

/* DOI */
.article-card-meta {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
    font-size: 13px;
}

.article-card-meta a {
    color: #008672;
    font-weight: 600;
}

/* =====================================================
SIDEBAR INDEXING
===================================================== */
.indexing-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}

.indexing-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #008672;
}

.indexing-box img {
    max-width: 150px;
}

/* =====================================================
FOOTER FULL HIJAU NYATU
===================================================== */
/* BACKGROUND FULL */
.pkp_structure_footer {
    background: #008672 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* WRAPPER FULL LAYAR */
.pkp_structure_footer_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 60px 80px !important;
    background: #008672 !important;
}

/* hilangkan container tengah bawaan theme */
.pkp_structure_footer .pkp_container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* teks putih */
.pkp_structure_footer,
.pkp_structure_footer p,
.pkp_structure_footer a,
.pkp_structure_footer div {
    color: #fff !important;
}
