/* ==========================================================
   SURIA ACADEMIC PRESS — OJS MASTER THEME V3
   SAFE REFACTOR / VISUAL-PRESERVING EDITION

   IMPORTANT:
   - Rule order, selector specificity, dimensions, spacing,
     typography, responsive breakpoints, and layout logic from
     the approved V2 design are intentionally preserved.
   - Only exact color literals listed below are converted to
     CSS variables with IDENTICAL default values.
   - This makes journal recoloring easier without redesigning
     the approved interface.
   ========================================================== */

:root {
    /* PRIMARY — identitas utama Jurnal Ilmu Sosial, Ekonomi dan Pendidikan */
    --journal-primary: #A88724;
    --journal-primary-hover: #8A6A16;

    /* DARK — heading dan elemen tegas */
    --journal-dark: #70500B;
    --journal-dark-alt: #876514;
    --journal-heading: #70500B;

    /* LINK */
    --journal-link: #8A6800;
    --journal-link-alt: #A88724;

    /* SIDEBAR / BUTTON */
    --journal-teal: #A88724;
    --journal-teal-alt: #C29B2D;
    --journal-sidebar-accent: #A88724;

    /* DARKEST */
    --journal-navy: #543A08;

    /* GOLD ACCENT */
    --journal-accent: #D9B43B;
    --journal-accent-alt: #C89A18;

    /* NEUTRAL */
    --journal-white: #ffffff;
    --journal-bg-soft: #FFF9EB;
    --journal-border: #E5D7A7;
    --journal-border-alt: #D8C27A;

    /* TEXT */
    --journal-text: #2D2A22;
    --journal-muted: #746B55;
}
/* ==========================================================
   ORIGINAL APPROVED V2 RULES
   Cascade/order intentionally retained.
   ========================================================== */

.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}

/* Wallpaper background */

html, body{
background-image:url("https://suriaacademicpress.com/background_jsers.png");
background-size:cover;
background-position:center;
background-attachment:fixed;
background-repeat:no-repeat;
}

/* Halaman jurnal tetap putih */

.pkp_structure_page{
background:var(--journal-white);
box-shadow:0 0 15px rgba(0,0,0,0.2);
}
/* =========================================================
   MINIMAL INDEXING — INTERNATIONAL JOURNAL STYLE
========================================================= */

.suria-index-minimal,
.suria-index-minimal * {
    box-sizing: border-box;
}

.suria-index-minimal {
    width: 100%;
    padding: 30px 30px 27px;
    background: var(--journal-white);
    font-family: Arial, Helvetica, sans-serif;
}


/* TITLE */

.suria-index-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.suria-index-title span {
    width: 55px;
    height: 1px;
    background: #dba21d;
}

.suria-index-title h2 {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;

    color: #0b315d !important;

    font-size: 17px !important;
    font-weight: 700 !important;

    letter-spacing: 1.4px;
}


/* SUBTITLE */

.suria-index-subtitle {
    margin: 7px 0 23px !important;

    color: #7b8490 !important;

    font-size: 11px !important;
    line-height: 1.5 !important;

    text-align: center;
}


/* =========================================================
   LOGOS
========================================================= */

.suria-index-logos {
    max-width: 1050px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(6, 1fr);

    align-items: center;

    gap: 22px;
}


/* Link and static logo */

.suria-index-logos a,
.suria-logo-static {
    min-width: 0;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 5px 8px;

    background: transparent !important;
    border: 0 !important;

    text-decoration: none !important;
}


/* Logo */

.suria-index-logos img {
    display: block;

    width: auto;
    height: auto;

    max-width: 135px;
    max-height: 48px;

    margin: 0 !important;

    object-fit: contain;

    border: 0;

    transition:
        transform .2s ease,
        opacity .2s ease;
}


/* Hover */

.suria-index-logos a:hover img {
    transform: translateY(-2px);

    opacity: .82;
}


/* =========================================================
   FOOTER
========================================================= */

.suria-journal-footer,
.suria-journal-footer * {
    box-sizing: border-box;
}


.suria-journal-footer {

    background:
        linear-gradient(
            115deg,
            #061f3e 0%,
            #082d55 100%
        );

    color: var(--journal-white);

    padding: 30px 35px 0;

    border-top: 3px solid #dba21d;

    font-family: Arial, Helvetica, sans-serif;
}


/* 4 COLUMNS */

.suria-footer-grid {

    max-width: 1120px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.15fr
        1.35fr
        1.15fr
        .9fr;

    gap: 35px;
}


/* COLUMN */

.suria-footer-column {

    min-width: 0;
}


.suria-footer-column h3 {

    margin: 0 0 7px !important;

    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    color: #e4aa24 !important;

    font-size: 12px !important;

    font-weight: 700 !important;

    letter-spacing: .7px;
}


/* GOLD LINE */

.suria-footer-line {

    width: 28px;

    height: 2px;

    margin-bottom: 12px;

    background: #e4aa24;
}


/* TEXT */

.suria-footer-column p {

    margin: 0 0 10px !important;

    color:
        rgba(255,255,255,.76) !important;

    font-size: 11px !important;

    line-height: 1.65 !important;
}


.suria-footer-column
.suria-journal-name {

    color: var(--journal-white) !important;

    font-weight: 600;
}


/* LINKS */

.suria-footer-column a {

    color: #79bce8 !important;

    text-decoration: none !important;
}


.suria-footer-column a:hover {

    color: var(--journal-white) !important;
}


/* CC LOGO */

.suria-cc-logo {

    width: 88px !important;

    height: 31px !important;

    margin: 3px 0 0 !important;
}


/* BARCODE */

.suria-barcode {

    display: block;

    width: 125px !important;

    height: auto !important;

    margin: 3px 0 0 !important;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.suria-footer-bottom {

    max-width: 1120px;

    margin: 22px auto 0;

    padding: 13px 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    border-top:
        1px solid rgba(255,255,255,.12);

    color:
        rgba(255,255,255,.55);

    font-size: 10px;

    line-height: 1.5;
}


.suria-footer-bottom a {

    color: #e4aa24 !important;

    text-decoration: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .suria-index-logos {

        grid-template-columns:
            repeat(3, 1fr);

        gap: 15px 25px;
    }


    .suria-footer-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 520px) {

    .suria-index-minimal {

        padding:
            25px 15px;
    }


    .suria-index-title h2 {

        font-size: 14px !important;
    }


    .suria-index-title span {

        width: 25px;
    }


    .suria-index-logos {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 12px 18px;
    }


    .suria-index-logos a,
    .suria-logo-static {

        height: 55px;
    }


    .suria-index-logos img {

        max-width: 120px;

        max-height: 42px;
    }


    .suria-journal-footer {

        padding:
            27px 22px 0;
    }


    .suria-footer-grid {

        grid-template-columns: 1fr;

        gap: 22px;
    }


    .suria-footer-bottom {

        flex-direction: column;

        align-items: flex-start;
    }

}

/* ==========================================================
   ISEJ OJS HEADER — FULL WIDTH FIX
   ========================================================== */
.pkp_structure_head { background: transparent !important; }

.pkp_structure_head .pkp_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pkp_structure_head .pkp_site_name {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.pkp_structure_head .pkp_site_name > a,
.pkp_structure_head .pkp_site_name a.is_img,
.pkp_structure_head .pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.pkp_structure_head .pkp_site_name .is_img img,
.pkp_structure_head .pkp_site_name > a > img,
.pkp_structure_head .pkp_site_name img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: contain !important;
}

.pkp_structure_head .pkp_site_name::before,
.pkp_structure_head .pkp_site_name::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 991px) {
    .pkp_structure_head .pkp_site_name .is_img img,
    .pkp_structure_head .pkp_site_name img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

/* ==========================================================
   FINAL FIX — OJS JOURNAL HEADER FULL WIDTH
   ========================================================== */

/* 1. Wrapper header utama */
.pkp_structure_head .pkp_head_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* 2. PENTING:
      Hilangkan width 728px bawaan theme */
.pkp_structure_head .pkp_site_name_wrapper {
    position: relative !important;

    width: 100% !important;
    max-width: none !important;

    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* 3. Area banner */
.pkp_structure_head .pkp_site_name {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 0 !important;
}


/* 4. Link pembungkus banner */
.pkp_structure_head .pkp_site_name a,
.pkp_structure_head .pkp_site_name .is_img {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 0 !important;
}


/* 5. Gambar banner */
.pkp_structure_head .pkp_site_name img,
.pkp_structure_head .pkp_site_name .is_img img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    object-fit: contain !important;
}


/* ==========================================================
   OVERRIDE WIDTH BAWAAN THEME
   ========================================================== */

@media (min-width: 768px) {

    .pkp_structure_head .pkp_site_name_wrapper {
        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}


/* ==========================================================
   DESKTOP BESAR
   ========================================================== */

@media (min-width: 992px) {

    .pkp_structure_head .pkp_site_name_wrapper,
    .pkp_structure_head .pkp_site_name,
    .pkp_structure_head .pkp_site_name a,
    .pkp_structure_head .pkp_site_name .is_img {
        width: 100% !important;
        max-width: none !important;
    }

}

/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .pkp_structure_head .pkp_site_name_wrapper {
        width: 100% !important;
        height: auto !important;
    }

    .pkp_structure_head .pkp_site_name img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

}
/* ==========================================================
   FINAL FIX — FULL WIDTH OJS FOOTER
   Indexing + Custom Footer sejajar dengan Header
   ========================================================== */


/* 1. Struktur footer utama OJS */
.pkp_structure_footer {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* 2. Container footer OJS
      Ini parent langsung dari Indexing & Footer kita */
.pkp_structure_footer .pkp_footer_content {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* 3. Indexing & Abstracting */
.pkp_footer_content .suria-index-minimal {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding-left: 30px !important;
    padding-right: 30px !important;
}


/* 4. Footer jurnal */
.pkp_footer_content .suria-journal-footer {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;

    padding-left: 30px !important;
    padding-right: 30px !important;
}


/* 5. Konten internal footer */
.pkp_footer_content .suria-footer-grid,
.pkp_footer_content .suria-footer-bottom {
    width: 100% !important;
    max-width: none !important;
}


/* ==========================================================
   OVERRIDE WIDTH BAWAAN OJS
   ========================================================== */

@media (min-width: 768px) {

    .pkp_structure_footer {
        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .pkp_structure_footer .pkp_footer_content {
        width: 100% !important;
        max-width: none !important;

        margin: 0 !important;
        padding: 0 !important;
    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .pkp_footer_content .suria-index-minimal,
    .pkp_footer_content .suria-journal-footer {

        width: 100% !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        padding-left: 18px !important;
        padding-right: 18px !important;
    }

}
/* ==========================================================
   FINAL INDEXING LOGO ALIGNMENT — 6 LOGOS ONE ROW
   ========================================================== */

.suria-index-logos {
    width: 100% !important;
    max-width: 1050px !important;

    margin: 22px auto 0 !important;

    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;

    align-items: center !important;
    justify-items: center !important;

    column-gap: 24px !important;
    row-gap: 0 !important;
}


/* Semua pembungkus logo */
.suria-index-logos > a,
.suria-index-logos > .suria-logo-static {
    width: 100% !important;
    height: 58px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
}


/* Semua logo */
.suria-index-logos img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 145px !important;
    max-height: 48px !important;

    margin: 0 auto !important;

    border: 0 !important;

    object-fit: contain !important;
}


/* Dimensions secara visual memang sangat panjang */
.suria-index-logos img[alt="Dimensions"] {
    max-width: 155px !important;
    max-height: 43px !important;
}


/* Google Scholar */
.suria-index-logos img[alt="Google Scholar"] {
    max-width: 135px !important;
}


/* GARUDA */
.suria-index-logos img[alt="GARUDA"] {
    max-width: 150px !important;
}


/* Crossref */
.suria-index-logos img[alt="Crossref"] {
    max-width: 140px !important;
}


/* BASE */
.suria-index-logos img[alt*="BASE"] {
    max-width: 135px !important;
}


/* Scilit */
.suria-index-logos img[alt="Scilit"] {
    max-width: 135px !important;
}


/* TABLET */
@media (max-width: 900px) {

    .suria-index-logos {
        grid-template-columns: repeat(3, 1fr) !important;
        row-gap: 15px !important;
    }

}


/* MOBILE */
@media (max-width: 520px) {

    .suria-index-logos {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px 20px !important;
    }

}
.suria-footer-bottom {
    justify-content: flex-start !important;
}
/* Compact Indexing Section */

.suria-index-minimal {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.suria-index-subtitle {
    margin-bottom: 18px !important;
}

.suria-index-logos {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
/* ==========================================================
   ISEJ — PROFESSIONAL ACADEMIC SIDEBAR
   Clean International / Scopus-inspired Style
   ========================================================== */


/* ==============================
   SIDEBAR AREA
   ============================== */

.pkp_structure_sidebar {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #263746 !important;
}


/* Semua block sidebar */
.pkp_structure_sidebar .pkp_block {
    margin: 0 0 18px !important;
    padding: 0 !important;

    background: var(--journal-white) !important;

    border: 1px solid #e1e6ea !important;
    border-top: 3px solid var(--journal-sidebar-accent) !important;

    border-radius: 2px !important;

    box-shadow: 0 2px 7px rgba(0, 34, 61, 0.05) !important;

    overflow: hidden;
}


/* ==============================
   JUDUL BLOCK
   ============================== */

.pkp_structure_sidebar .pkp_block .title,
.pkp_structure_sidebar .pkp_block h2,
.pkp_structure_sidebar .pkp_block h3 {
    display: block !important;

    margin: 0 !important;
    padding: 12px 15px 10px !important;

    background: var(--journal-white) !important;

    border: 0 !important;
    border-bottom: 1px solid #edf0f2 !important;

    color: var(--journal-navy) !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    line-height: 1.4 !important;

    letter-spacing: .7px !important;
    text-transform: uppercase !important;
}


/* Gold accent di bawah judul */
.pkp_structure_sidebar .pkp_block .title::after,
.pkp_structure_sidebar .pkp_block h2::after,
.pkp_structure_sidebar .pkp_block h3::after {
    content: "" !important;

    display: block !important;

    width: 30px !important;
    height: 2px !important;

    margin-top: 7px !important;

    background: var(--journal-accent-alt) !important;
}


/* ==============================
   ISI BLOCK
   ============================== */

.pkp_structure_sidebar .pkp_block .content {
    padding: 5px 15px 10px !important;

    background: var(--journal-white) !important;

    color: #4c5b67 !important;

    font-size: 12px !important;
    line-height: 1.55 !important;
}


/* ==============================
   LIST / MENU
   ============================== */

.pkp_structure_sidebar .pkp_block ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.pkp_structure_sidebar .pkp_block ul li {
    position: relative;

    margin: 0 !important;

    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-bottom: 1px solid #edf0f2 !important;
}


.pkp_structure_sidebar .pkp_block ul li:last-child {
    border-bottom: 0 !important;
}


/* Link menu */
.pkp_structure_sidebar .pkp_block ul li a {
    position: relative;

    display: block !important;

    padding: 9px 22px 9px 0 !important;

    background: transparent !important;

    color: #33556e !important;

    border: 0 !important;

    font-size: 11.5px !important;
    font-weight: 500 !important;

    line-height: 1.45 !important;

    text-decoration: none !important;

    transition:
        color .18s ease,
        padding-left .18s ease !important;
}


/* Arrow */
.pkp_structure_sidebar .pkp_block ul li a::after {
    content: "›";

    position: absolute;

    right: 3px;
    top: 50%;

    transform: translateY(-50%);

    color: #aab5bc;

    font-size: 16px;
    font-weight: 400;

    transition:
        color .18s ease,
        right .18s ease;
}


/* Hover */
.pkp_structure_sidebar .pkp_block ul li a:hover {
    color: #08768a !important;

    padding-left: 5px !important;

    background: transparent !important;
}


.pkp_structure_sidebar .pkp_block ul li a:hover::after {
    right: 0;

    color: var(--journal-accent-alt);
}


/* ==============================
   SUBMISSION BUTTON
   ============================== */

.pkp_structure_sidebar .block_make_submission {
    border-top-color: var(--journal-accent-alt) !important;
}


.pkp_structure_sidebar .block_make_submission .content {
    padding: 14px !important;
}


/* Make a Submission */
.pkp_structure_sidebar .block_make_submission a {
    display: block !important;

    padding: 10px 14px !important;

    background: var(--journal-sidebar-accent) !important;

    color: var(--journal-white) !important;

    border: 0 !important;
    border-radius: 2px !important;

    font-size: 11.5px !important;
    font-weight: 700 !important;

    text-align: center !important;
    text-decoration: none !important;

    letter-spacing: .2px;

    transition:
        background .2s ease,
        transform .2s ease !important;
}


.pkp_structure_sidebar .block_make_submission a:hover {
    background: #073d61 !important;

    color: var(--journal-white) !important;

    transform: translateY(-1px);
}


/* ==============================
   CUSTOM SIDEBAR LINKS
   Untuk HTML block buatan sendiri
   ============================== */

.pkp_structure_sidebar a {
    text-decoration: none !important;
}


/* Hilangkan background teal lama jika berasal
   dari table/div di custom block */
.pkp_structure_sidebar table {
    width: 100% !important;

    border-collapse: collapse !important;

    background: var(--journal-white) !important;

    border: 0 !important;
}


.pkp_structure_sidebar table td,
.pkp_structure_sidebar table th {
    padding: 8px 12px !important;

    background: var(--journal-white) !important;

    color: #33556e !important;

    border: 0 !important;
    border-bottom: 1px solid #edf0f2 !important;

    font-size: 11.5px !important;

    text-align: left !important;
}


.pkp_structure_sidebar table a {
    color: #33556e !important;

    text-decoration: none !important;
}


.pkp_structure_sidebar table a:hover {
    color: #08768a !important;
}


/* ==============================
   IMAGES / TOOLS
   Zotero, Mendeley, etc.
   ============================== */

.pkp_structure_sidebar img {
    max-width: 100% !important;
    height: auto !important;
}


/* Jika gambar berada dalam link */
.pkp_structure_sidebar a img {
    transition:
        opacity .2s ease,
        transform .2s ease;
}


.pkp_structure_sidebar a:hover img {
    opacity: .88;

    transform: translateY(-1px);
}


/* ==============================
   PARAGRAPH
   ============================== */

.pkp_structure_sidebar p {
    color: #52616c !important;

    font-size: 11.5px !important;

    line-height: 1.55 !important;
}


/* ==============================
   RESPONSIVE
   ============================== */

@media (max-width: 991px) {

    .pkp_structure_sidebar .pkp_block {
        margin-bottom: 15px !important;
    }

}
/* ==========================================================
   ISEJ PROFESSIONAL CUSTOM SIDEBAR
   International Academic Journal Style
========================================================= */

.isej-sidebar,
.isej-sidebar * {
    box-sizing: border-box;
}

.isej-sidebar {
    width: 100%;
    margin: 0;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;
}


/* ==========================================================
   MAIN PANEL
========================================================= */

.isej-side-section {
    margin: 0 0 16px !important;

    padding: 0 !important;

    background: var(--journal-white);

    border: 1px solid #e1e6ea;
    border-top: 3px solid var(--journal-sidebar-accent);

    border-radius: 2px;

    box-shadow: 0 2px 7px rgba(0, 38, 68, .05);

    overflow: hidden;
}


/* ==========================================================
   SECTION HEADING
========================================================= */

.isej-side-heading {
    position: relative;

    padding: 12px 14px 11px;

    background: var(--journal-white);

    border-bottom: 1px solid #e8ecef;

    color: var(--journal-navy);

    font-size: 11px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: .65px;

    text-align: left;
}


/* Gold accent */

.isej-side-heading::after {
    content: "";

    position: absolute;

    left: 14px;
    bottom: -1px;

    width: 30px;
    height: 2px;

    background: var(--journal-accent-alt);
}


/* ==========================================================
   MENU
========================================================= */

.isej-side-menu {
    margin: 0;
    padding: 4px 13px 7px;

    background: var(--journal-white);
}


/* Link */

.isej-side-menu a {
    position: relative;

    display: flex !important;

    align-items: center;
    justify-content: space-between;

    gap: 8px;

    width: 100%;

    padding: 8px 3px !important;

    background: transparent !important;

    border: 0 !important;
    border-bottom: 1px solid #edf0f2 !important;

    color: #38566d !important;

    font-size: 10.5px !important;
    font-weight: 500 !important;

    line-height: 1.4 !important;

    text-align: left !important;

    text-decoration: none !important;

    transition:
        color .18s ease,
        padding-left .18s ease,
        background .18s ease !important;
}


/* Last item */

.isej-side-menu a:last-child {
    border-bottom: 0 !important;
}


/* Arrow */

.isej-side-menu a b {
    flex: 0 0 auto;

    color: #aeb9c1;

    font-family: Arial, sans-serif;

    font-size: 15px;
    font-weight: 400;

    line-height: 1;
}


/* Hover */

.isej-side-menu a:hover {
    padding-left: 7px !important;

    color: #08768a !important;

    background: #f7fafb !important;
}


.isej-side-menu a:hover b {
    color: var(--journal-accent-alt);
}


/* ==========================================================
   FIRST SUBMISSION ITEM
========================================================= */

.isej-side-section:first-child
.isej-side-menu a:first-child {

    margin: 7px 0 5px;

    padding: 9px 10px !important;

    background: var(--journal-sidebar-accent) !important;

    border: 0 !important;

    border-radius: 2px;

    color: var(--journal-white) !important;

    font-weight: 700 !important;
}


.isej-side-section:first-child
.isej-side-menu a:first-child b {

    color: var(--journal-white);
}


.isej-side-section:first-child
.isej-side-menu a:first-child:hover {

    padding-left: 13px !important;

    background: #073d61 !important;
}


/* ==========================================================
   TEMPLATE
========================================================= */

.isej-template-box {

    padding: 14px;

    text-align: center;

    background: var(--journal-white);
}


.isej-template-link {

    display: block;

    padding: 5px;

    border: 1px solid #e4e8eb;

    background: #fafbfc;

    border-radius: 3px;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}


.isej-template-link:hover {

    border-color: #b8c6cf;

    box-shadow: 0 3px 8px rgba(0, 38, 68, .08);
}


.isej-template-link img {

    display: block;

    width: 100% !important;

    max-width: 100% !important;

    height: auto !important;

    margin: 0 auto !important;

    border: 0 !important;
}


/* ==========================================================
   RESEARCH TOOLS
========================================================= */

.isej-tools {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 8px;

    padding: 13px;

    background: var(--journal-white);
}


.isej-tools img {

    display: block;

    width: 100% !important;

    max-width: 100% !important;

    height: 42px !important;

    margin: 0 !important;

    padding: 5px;

    object-fit: contain;

    background: var(--journal-white);

    border: 1px solid #e4e8eb;

    border-radius: 3px;

    transition:
        border-color .18s ease,
        transform .18s ease;
}


.isej-tools img:hover {

    border-color: #aebdc7;

    transform: translateY(-1px);
}


/* ==========================================================
   VISITOR STATISTICS
========================================================= */

.isej-visitor {

    padding: 13px;

    background: var(--journal-white);

    text-align: center;
}


.isej-visitor a {

    display: inline-block;

    border: 0 !important;

    background: transparent !important;
}


.isej-visitor img {

    display: block;

    max-width: 100% !important;

    width: auto !important;

    height: auto !important;

    margin: 0 auto !important;

    border: 0 !important;
}


/* ==========================================================
   REMOVE OLD CUSTOM-BLOCK VISUAL INTERFERENCE
========================================================= */

.isej-sidebar p {
    margin: 0;
}


/* ==========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .isej-side-section {
        margin-bottom: 14px !important;
    }

    .isej-tools {
        grid-template-columns: repeat(2, 1fr);
    }

}
/* ==========================================================
   ISEJ CUSTOM SIDEBAR — FINAL OVERRIDE
   Must be placed at END of stylesheet
   ========================================================== */


/* RESET CONTAINER CUSTOM BLOCK */
.pkp_structure_sidebar .pkp_block.block_custom .content {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
}


/* MAIN SIDEBAR */
.pkp_structure_sidebar .block_custom .isej-sidebar {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}


/* ==========================================================
   SECTION / CARD
   ========================================================== */

.pkp_structure_sidebar .block_custom .isej-side-section {
    display: block !important;

    width: 100% !important;

    margin: 0 0 14px !important;
    padding: 0 !important;

    background: var(--journal-white) !important;

    border: 1px solid #e1e7eb !important;
    border-top: 3px solid var(--journal-sidebar-accent) !important;

    border-radius: 2px !important;

    box-shadow: 0 2px 6px rgba(0, 40, 70, .05) !important;

    overflow: hidden !important;
}


/* ==========================================================
   SECTION TITLE
   ========================================================== */

.pkp_structure_sidebar .block_custom .isej-side-heading {
    display: block !important;

    position: relative !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 11px 13px 10px !important;

    background: var(--journal-white) !important;

    border: 0 !important;
    border-bottom: 1px solid #e8edf0 !important;

    color: var(--journal-navy) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    line-height: 1.35 !important;

    letter-spacing: .65px !important;

    text-align: left !important;
}


/* GOLD ACCENT */
.pkp_structure_sidebar .block_custom .isej-side-heading::after {
    content: "" !important;

    display: block !important;

    width: 28px !important;
    height: 2px !important;

    margin-top: 7px !important;

    background: var(--journal-accent-alt) !important;
}


/* ==========================================================
   MENU CONTAINER
   ========================================================== */

.pkp_structure_sidebar .block_custom .isej-side-menu {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 4px 12px 7px !important;

    background: var(--journal-white) !important;

    border: 0 !important;
}


/* ==========================================================
   MENU LINKS
   ========================================================== */

.pkp_structure_sidebar .block_custom .isej-side-menu > a {
    display: flex !important;

    position: relative !important;

    width: 100% !important;

    align-items: center !important;
    justify-content: space-between !important;

    gap: 8px !important;

    margin: 0 !important;

    padding: 8px 3px !important;

    background: transparent !important;

    border: 0 !important;
    border-bottom: 1px solid #edf0f2 !important;

    border-radius: 0 !important;

    color: #38566d !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10.5px !important;
    font-weight: 500 !important;

    line-height: 1.4 !important;

    text-align: left !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        color .18s ease,
        background .18s ease,
        padding-left .18s ease !important;
}


/* LAST ITEM */
.pkp_structure_sidebar
.block_custom
.isej-side-menu > a:last-child {

    border-bottom: 0 !important;
}


/* TEXT */
.pkp_structure_sidebar
.block_custom
.isej-side-menu > a > span {

    display: block !important;

    flex: 1 1 auto !important;

    color: inherit !important;

    font-size: inherit !important;

    font-weight: inherit !important;

    line-height: inherit !important;
}


/* ARROW */
.pkp_structure_sidebar
.block_custom
.isej-side-menu > a > b {

    display: block !important;

    flex: 0 0 auto !important;

    margin: 0 !important;

    color: #a9b5bd !important;

    font-family: Arial, sans-serif !important;

    font-size: 16px !important;
    font-weight: 400 !important;

    line-height: 1 !important;
}


/* HOVER */
.pkp_structure_sidebar
.block_custom
.isej-side-menu > a:hover {

    padding-left: 7px !important;

    background: #f5f9fa !important;

    color: #08768a !important;
}


.pkp_structure_sidebar
.block_custom
.isej-side-menu > a:hover > b {

    color: var(--journal-accent-alt) !important;
}


/* ==========================================================
   MAKE A SUBMISSION — PRIMARY BUTTON
   ========================================================== */

.pkp_structure_sidebar
.block_custom
.isej-side-section:first-child
.isej-side-menu > a:first-child {

    margin: 7px 0 5px !important;

    padding: 9px 10px !important;

    background: var(--journal-sidebar-accent) !important;

    border: 0 !important;

    border-radius: 2px !important;

    color: var(--journal-white) !important;

    font-weight: 700 !important;
}


.pkp_structure_sidebar
.block_custom
.isej-side-section:first-child
.isej-side-menu > a:first-child > b {

    color: var(--journal-white) !important;
}


.pkp_structure_sidebar
.block_custom
.isej-side-section:first-child
.isej-side-menu > a:first-child:hover {

    padding-left: 13px !important;

    background: #073d61 !important;

    color: var(--journal-white) !important;
}


/* ==========================================================
   TEMPLATE
   ========================================================== */

.pkp_structure_sidebar
.block_custom
.isej-template-box {

    display: block !important;

    padding: 12px !important;

    background: var(--journal-white) !important;

    text-align: center !important;
}


.pkp_structure_sidebar
.block_custom
.isej-template-link {

    display: block !important;

    margin: 0 !important;

    padding: 4px !important;

    background: var(--journal-white) !important;

    border: 1px solid #e3e8eb !important;

    border-radius: 3px !important;
}


.pkp_structure_sidebar
.block_custom
.isej-template-link img {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;

    margin: 0 auto !important;

    border: 0 !important;
}


/* ==========================================================
   RESEARCH TOOLS — 2 x 2
   ========================================================== */

.pkp_structure_sidebar
.block_custom
.isej-tools {

    display: grid !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    gap: 7px !important;

    width: 100% !important;

    padding: 12px !important;

    background: var(--journal-white) !important;
}


.pkp_structure_sidebar
.block_custom
.isej-tools img {

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 43px !important;

    margin: 0 !important;

    padding: 4px !important;

    object-fit: contain !important;

    background: var(--journal-white) !important;

    border: 1px solid #e1e7eb !important;

    border-radius: 3px !important;

    box-shadow: none !important;
}


/* ==========================================================
   VISITOR
   ========================================================== */

.pkp_structure_sidebar
.block_custom
.isej-visitor {

    display: block !important;

    padding: 12px !important;

    background: var(--journal-white) !important;

    text-align: center !important;
}


.pkp_structure_sidebar
.block_custom
.isej-visitor a {

    display: inline-block !important;

    background: transparent !important;

    border: 0 !important;
}


.pkp_structure_sidebar
.block_custom
.isej-visitor img {

    display: block !important;

    width: auto !important;
    max-width: 100% !important;

    height: auto !important;

    margin: 0 auto !important;

    border: 0 !important;
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {

    .pkp_structure_sidebar
    .block_custom
    .isej-tools {

        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    }

}
/* ==========================================================
   SIDEBAR TYPOGRAPHY — FINAL SIZE
   ========================================================== */

/* Judul section:
   SUBMISSION, EDITORIAL, POLICIES, dll */
.pkp_structure_sidebar
.block_custom
.isej-side-heading {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .6px !important;
    line-height: 1.4 !important;

    padding: 12px 13px 11px !important;
}


/* Menu sidebar */
.pkp_structure_sidebar
.block_custom
.isej-side-menu > a {
    font-size: 12px !important;
    line-height: 1.45 !important;

    padding-top: 9px !important;
    padding-bottom: 9px !important;
}


/* Tombol Make a Submission */
.pkp_structure_sidebar
.block_custom
.isej-side-section:first-child
.isej-side-menu > a:first-child {
    font-size: 12px !important;
}


/* Heading template, tools, visitor juga ikut konsisten */
.pkp_structure_sidebar
.block_custom
.isej-side-heading span {
    font-size: inherit !important;
}
/* ==========================================================
   ISEJ — NARROWER SIDEBAR CONTENT
   Tidak mengubah grid/layout utama OJS
   ========================================================== */

@media (min-width: 992px) {

    /* Jangan ubah lebar struktur sidebar OJS */
    .pkp_structure_sidebar {
        /* width bawaan theme tetap digunakan */
    }


    /* Custom block dibuat sedikit lebih ramping */
    .pkp_structure_sidebar .block_custom {
        width: 90% !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }


    /* Sidebar buatan kita memenuhi block tersebut */
    .pkp_structure_sidebar
    .block_custom
    .isej-sidebar {

        width: 100% !important;

        margin-left: auto !important;
        margin-right: auto !important;
    }

}
/* ==========================================================
   ISEJ MODERN JOURNAL PROFILE
   International Academic Journal Style
========================================================== */

.isej-profile,
.isej-profile * {
    box-sizing: border-box;
}


/* ==========================================================
   MAIN PROFILE
========================================================== */

.isej-profile {
    display: grid;
    grid-template-columns: 175px minmax(0, 1fr);

    width: 100%;
    margin: 0 0 22px;

    background: var(--journal-white);

    border: 1px solid #e2e7eb;
    border-top: 4px solid var(--journal-sidebar-accent);

    box-shadow: 0 3px 12px rgba(0, 38, 65, .05);

    font-family: Arial, Helvetica, sans-serif;

    overflow: hidden;
}


/* ==========================================================
   COVER
========================================================== */

.isej-profile-cover {
    display: flex;

    align-items: flex-start;
    justify-content: center;

    padding: 18px 15px;

    background: #f7f9fa;

    border-right: 1px solid #e2e7eb;
}


.isej-profile-cover img {
    display: block;

    width: 100% !important;
    max-width: 140px !important;

    height: auto !important;

    margin: 0 auto !important;

    border: 0 !important;

    box-shadow: 0 5px 15px rgba(0, 37, 63, .12);
}


/* ==========================================================
   RIGHT CONTENT
========================================================== */

.isej-profile-content {
    min-width: 0;

    padding: 17px 21px 14px;

    background: var(--journal-white);
}


/* ==========================================================
   HEADING
========================================================== */

.isej-profile-heading {
    margin: 0 0 8px;
}


.isej-profile-eyebrow {
    display: block;

    margin: 0 0 3px;

    color: #778895;

    font-size: 9px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 1.15px;

    text-transform: uppercase;
}


.isej-profile-heading h2 {
    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    color: var(--journal-navy) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 20px !important;
    font-weight: 700 !important;

    line-height: 1.25 !important;
}


.isej-profile-line {
    display: block;

    width: 36px;
    height: 3px;

    margin-top: 7px;

    background: var(--journal-accent-alt);
}


/* ==========================================================
   INFORMATION ROWS
========================================================== */

.isej-profile-data {
    width: 100%;
}


.isej-profile-row {
    display: grid;

    grid-template-columns: 175px minmax(0, 1fr);

    align-items: center;

    min-height: 31px;

    padding: 6px 0;

    border-bottom: 1px solid #e9edf0;
}


.isej-profile-row:last-child {
    border-bottom: 0;
}


/* LABEL */

.isej-profile-label {
    padding-right: 14px;

    color: #445b6b;

    font-size: 11.5px;
    font-weight: 700;

    line-height: 1.4;
}


/* VALUE */

.isej-profile-value {
    min-width: 0;

    color: #233c4d;

    font-size: 12px;
    font-weight: 400;

    line-height: 1.45;
}


/* ==========================================================
   LINKS
========================================================== */

.isej-profile-value a {
    color: #08768a !important;

    font-weight: 500;

    text-decoration: none !important;

    border-bottom: 1px dotted #9bbdc3;

    transition: .18s ease;
}


.isej-profile-value a:hover {
    color: #073d61 !important;

    border-bottom-color: var(--journal-accent-alt);
}


/* ==========================================================
   FREQUENCY DOT
========================================================== */

.isej-profile-dot {
    display: inline-block;

    margin: 0 6px;

    color: var(--journal-accent-alt);

    font-weight: 700;
}


/* ==========================================================
   DOI
========================================================== */

.isej-profile-doi {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;
}


.isej-profile-doi strong {
    color: var(--journal-navy);

    font-size: 12px;
}


.isej-crossref-badge {
    display: inline-flex;

    align-items: center;

    padding-left: 9px;

    border-left: 1px solid #dfe5e8;
}


.isej-crossref-badge img {
    display: block;

    width: auto !important;
    max-width: 72px !important;

    height: 20px !important;

    object-fit: contain;

    margin: 0 !important;

    border: 0 !important;
}


/* ==========================================================
   MUTED TEXT
========================================================== */

.isej-profile-muted {
    color: #7b8992;

    font-size: 10.5px;
}


/* ==========================================================
   ABOUT INTRODUCTION
========================================================== */

.isej-about-intro {
    position: relative;

    margin: 0 0 26px;

    padding: 17px 19px 18px;

    background: var(--journal-white);

    border-left: 3px solid var(--journal-sidebar-accent);

    border-top: 1px solid #e5eaed;
    border-right: 1px solid #e5eaed;
    border-bottom: 1px solid #e5eaed;

    font-family: Arial, Helvetica, sans-serif;
}


.isej-about-label {
    margin: 0 0 8px;

    color: var(--journal-navy);

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .9px;

    text-transform: uppercase;
}


.isej-about-label::after {
    content: "";

    display: block;

    width: 28px;
    height: 2px;

    margin-top: 6px;

    background: var(--journal-accent-alt);
}


.isej-about-intro p {
    margin: 0 !important;

    color: #344c5c !important;

    font-size: 12.5px !important;

    line-height: 1.7 !important;

    text-align: justify;
}


.isej-about-intro strong {
    color: #163d59;

    font-weight: 700;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1000px) {

    .isej-profile {
        grid-template-columns: 155px minmax(0, 1fr);
    }

    .isej-profile-cover {
        padding: 15px 12px;
    }

    .isej-profile-cover img {
        max-width: 125px !important;
    }

    .isej-profile-content {
        padding: 15px 17px 13px;
    }

    .isej-profile-row {
        grid-template-columns: 155px minmax(0, 1fr);
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .isej-profile {
        display: block;

        margin-bottom: 18px;
    }

    .isej-profile-cover {
        padding: 20px;

        border-right: 0;
        border-bottom: 1px solid #e2e7eb;
    }

    .isej-profile-cover img {
        max-width: 145px !important;
    }

    .isej-profile-content {
        padding: 17px;
    }

    .isej-profile-row {
        display: block;

        padding: 9px 0;
    }

    .isej-profile-label {
        margin-bottom: 3px;

        padding: 0;

        color: #687986;

        font-size: 10px;

        letter-spacing: .3px;

        text-transform: uppercase;
    }

    .isej-profile-value {
        font-size: 12px;
    }

    .isej-about-intro {
        padding: 15px;
    }

    .isej-about-intro p {
        text-align: left;
    }
}
/* ==========================================================
   COMPACT SPACING — INTERNATIONAL JOURNAL STYLE
========================================================== */

/* JOURNAL INFORMATION */
.isej-profile-row {
    min-height: 28px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


/* SIDEBAR MENU */
.pkp_structure_sidebar
.block_custom
.isej-side-menu > a {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}


/* Jarak antar panel sidebar */
.pkp_structure_sidebar
.block_custom
.isej-side-section {
    margin-bottom: 11px !important;
}


/* Heading sidebar */
.pkp_structure_sidebar
.block_custom
.isej-side-heading {
    padding-top: 10px !important;
    padding-bottom: 9px !important;
}
/* ==========================================================
   ISEJ CURRENT ISSUE + ARTICLE LIST
   Clean International Journal Style
========================================================== */


/* ----------------------------------------------------------
   CURRENT ISSUE HEADING
---------------------------------------------------------- */

.current_issue > h2 {
    position: relative;

    margin: 25px 0 18px !important;
    padding: 0 0 10px !important;

    border: 0 !important;
    border-bottom: 1px solid #e1e7ea !important;

    color: var(--journal-navy) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
    letter-spacing: .4px !important;

    text-transform: uppercase;
}


/* Gold accent */

.current_issue > h2::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: -1px;

    width: 42px;
    height: 3px;

    background: var(--journal-accent-alt);
}


/* ----------------------------------------------------------
   ISSUE TITLE
---------------------------------------------------------- */

.current_issue .current_issue_title {
    margin: 0 0 10px !important;

    color: #163d59 !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;

    line-height: 1.45 !important;
}


.current_issue .current_issue_title a {
    color: #163d59 !important;
    text-decoration: none !important;
}


.current_issue .current_issue_title a:hover {
    color: #08768a !important;
}


/* ----------------------------------------------------------
   ISSUE DESCRIPTION / METADATA
---------------------------------------------------------- */

.current_issue .description {
    margin: 8px 0 18px !important;

    color: #657783 !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11.5px !important;

    line-height: 1.65 !important;
}


/* ----------------------------------------------------------
   ARTICLES SECTION
---------------------------------------------------------- */

.current_issue .section {
    margin-top: 18px !important;
}


/* ARTICLES heading */

.current_issue .section > h2,
.current_issue .section > h3,
.obj_issue_toc .section > h2,
.obj_issue_toc .section > h3 {

    position: relative;

    margin: 18px 0 0 !important;
    padding: 0 0 9px !important;

    border: 0 !important;
    border-bottom: 1px solid #e3e8eb !important;

    color: #536b7a !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    line-height: 1.4 !important;

    letter-spacing: .8px !important;

    text-transform: uppercase;
}


/* small gold line */

.current_issue .section > h2::after,
.current_issue .section > h3::after,
.obj_issue_toc .section > h2::after,
.obj_issue_toc .section > h3::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: -1px;

    width: 28px;
    height: 2px;

    background: var(--journal-accent-alt);
}


/* ----------------------------------------------------------
   EACH ARTICLE
---------------------------------------------------------- */

.obj_article_summary {
    position: relative;

    margin: 0 !important;

    padding: 17px 5px 17px 0 !important;

    border: 0 !important;
    border-bottom: 1px solid #e4eaed !important;

    background: transparent !important;

    font-family: Arial, Helvetica, sans-serif !important;
}


.obj_article_summary:last-child {
    border-bottom: 0 !important;
}


/* ----------------------------------------------------------
   ARTICLE TITLE
---------------------------------------------------------- */

.obj_article_summary .title {
    margin: 0 62px 5px 0 !important;
    padding: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 13.5px !important;
    font-weight: 700 !important;

    line-height: 1.45 !important;
}


.obj_article_summary .title a {
    color: #176f91 !important;

    text-decoration: none !important;

    transition: color .18s ease;
}


.obj_article_summary .title a:hover {
    color: #073d61 !important;

    text-decoration: none !important;
}


/* ----------------------------------------------------------
   AUTHORS
---------------------------------------------------------- */

.obj_article_summary .authors {
    margin: 0 62px 7px 0 !important;

    color: #536875 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 11.5px !important;
    font-weight: 400 !important;

    line-height: 1.5 !important;
}


/* Remove unnecessary author styling */

.obj_article_summary .authors a {
    color: #536875 !important;
    text-decoration: none !important;
}


/* ----------------------------------------------------------
   PAGE RANGE
---------------------------------------------------------- */

.obj_article_summary .pages {
    position: absolute;

    top: 18px;
    right: 4px;

    margin: 0 !important;

    color: #8797a2 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10.5px !important;
    font-weight: 500 !important;

    line-height: 1.3 !important;
}


/* ----------------------------------------------------------
   PDF BUTTON
---------------------------------------------------------- */

.obj_article_summary .galleys {
    margin: 7px 0 0 !important;
    padding: 0 !important;
}


.obj_article_summary .galleys li {
    display: inline-block !important;

    margin: 0 5px 0 0 !important;
    padding: 0 !important;
}


.obj_article_summary .galleys a,
.obj_article_summary .obj_galley_link {

    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    min-width: 55px;
    min-height: 27px;

    padding: 5px 11px !important;

    background: var(--journal-sidebar-accent) !important;

    border: 1px solid var(--journal-sidebar-accent) !important;
    border-radius: 2px !important;

    color: var(--journal-white) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10.5px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition: .18s ease !important;
}


.obj_article_summary .galleys a:hover,
.obj_article_summary .obj_galley_link:hover {

    background: #073d61 !important;

    border-color: #073d61 !important;

    color: var(--journal-white) !important;
}


/* ----------------------------------------------------------
   VIEW ALL ISSUES
---------------------------------------------------------- */

.current_issue .read_more {
    margin-top: 14px !important;
}


.current_issue .read_more a {

    display: inline-flex !important;

    align-items: center;

    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;

    color: #08768a !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 11px !important;
    font-weight: 700 !important;

    letter-spacing: .35px;

    text-decoration: none !important;

    text-transform: uppercase;

    box-shadow: none !important;
}


.current_issue .read_more a:hover {
    color: #073d61 !important;
}


/* ----------------------------------------------------------
   MOBILE
---------------------------------------------------------- */

@media (max-width: 767px) {

    .current_issue > h2 {
        font-size: 16px !important;
    }

    .obj_article_summary {
        padding: 15px 0 !important;
    }

    .obj_article_summary .title {
        margin-right: 0 !important;

        font-size: 13px !important;
    }

    .obj_article_summary .authors {
        margin-right: 0 !important;
    }

    .obj_article_summary .pages {
        position: static;

        display: block;

        margin: 5px 0 7px !important;
    }
}
/* ==========================================================
   ISEJ CURRENT ISSUE - COMPACT FINISHING
========================================================== */

/* Kurangi ruang kosong Current Issue */
.current_issue {
    margin-top: 22px !important;
}

/* Judul volume */
.current_issue .current_issue_title {
    margin: 0 0 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--journal-navy) !important;
}

/* Metadata DOI / Published lebih compact */
.current_issue .description {
    margin: 8px 0 20px !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    color: #657783 !important;
}

/* Kurangi jarak sebelum ARTICLES */
.current_issue .section,
.obj_issue_toc .section {
    margin-top: 10px !important;
}

/* ==========================================================
   ARTICLE LIST
========================================================== */

/* Artikel dibuat lebih rapat */
.obj_article_summary {
    position: relative !important;
    margin: 0 !important;
    padding: 13px 4px 14px 12px !important;
    border-bottom: 1px solid #e6ebee !important;
    background: transparent !important;
}

/* Accent kecil saat hover */
.obj_article_summary:hover {
    background: #fafcfd !important;
    box-shadow: inset 2px 0 0 #0b7285 !important;
}

/* Judul artikel */
.obj_article_summary .title {
    margin: 0 65px 4px 0 !important;
    padding: 0 !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.42 !important;
}

.obj_article_summary .title a {
    color: #087397 !important;
    text-decoration: none !important;
}

.obj_article_summary .title a:hover {
    color: var(--journal-navy) !important;
}

/* Penulis */
.obj_article_summary .authors {
    margin: 0 65px 7px 0 !important;
    font-size: 10.5px !important;
    line-height: 1.4 !important;
    color: #536875 !important;
}

/* Nomor halaman */
.obj_article_summary .pages {
    position: absolute !important;
    top: 50% !important;
    right: 5px !important;
    transform: translateY(-50%) !important;

    font-size: 10px !important;
    font-weight: 500 !important;
    color: #8a9aa5 !important;
}

/* PDF */
.obj_article_summary .galleys {
    margin: 5px 0 0 !important;
}

.obj_article_summary .galleys a,
.obj_article_summary .obj_galley_link {
    min-width: auto !important;
    min-height: auto !important;

    padding: 4px 10px !important;

    border-radius: 2px !important;
    border: 0 !important;

    background: #0b6877 !important;
    color: var(--journal-white) !important;

    font-size: 10px !important;
    font-weight: 700 !important;

    box-shadow: none !important;
}

.obj_article_summary .galleys a:hover,
.obj_article_summary .obj_galley_link:hover {
    background: #073d61 !important;
}

/* ARTICLES heading */
.obj_issue_toc .section > h2,
.obj_issue_toc .section > h3,
.current_issue .section > h2,
.current_issue .section > h3 {
    margin-bottom: 0 !important;
    padding-bottom: 8px !important;

    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .8px !important;

    color: #536b7a !important;
}

/* Mobile */
@media (max-width: 767px) {

    .obj_article_summary {
        padding: 13px 4px !important;
    }

    .obj_article_summary .title,
    .obj_article_summary .authors {
        margin-right: 0 !important;
    }

    .obj_article_summary .pages {
        position: static !important;
        transform: none !important;
        display: block !important;
        margin: 5px 0 !important;
    }
}
/* ============================================================
   ISEJ — CURRENT ISSUE FINAL DESIGN
   Clean International Academic Journal Style
   ============================================================ */


/* ============================================================
   A. CURRENT ISSUE CONTAINER
   ============================================================ */

.current_issue {
    margin-top: 28px !important;
    padding-top: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;
}


/* ============================================================
   B. "CURRENT ISSUE" HEADING
   ============================================================ */

.current_issue > h2 {
    position: relative !important;

    margin: 0 0 17px !important;
    padding: 0 0 10px !important;

    border: 0 !important;
    border-bottom: 1px solid #e1e7ea !important;

    color: var(--journal-navy) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;
    letter-spacing: .55px !important;

    text-transform: uppercase !important;
}


/* Gold underline */

.current_issue > h2::after {
    content: "";

    position: absolute !important;

    left: 0 !important;
    bottom: -1px !important;

    width: 38px !important;
    height: 2px !important;

    background: #d6a313 !important;
}


/* ============================================================
   C. ISSUE TITLE / VOLUME
   ============================================================ */

.current_issue .current_issue_title {
    margin: 0 0 13px !important;
    padding: 0 !important;

    color: var(--journal-navy) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    line-height: 1.45 !important;
}


.current_issue .current_issue_title a {
    color: var(--journal-navy) !important;

    text-decoration: none !important;
}


.current_issue .current_issue_title a:hover {
    color: #08758b !important;
}


/* ============================================================
   D. ISSUE METADATA
   DOI + PUBLISHED
   ============================================================ */

.current_issue .description {
    margin: 0 0 20px !important;
    padding: 10px 14px !important;

    background: #f8fafb !important;

    border: 1px solid #e1e7ea !important;
    border-left: 3px solid #0b6d7b !important;

    border-radius: 2px !important;

    color: #627581 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10.5px !important;

    line-height: 1.65 !important;
}


/* Links DOI */

.current_issue .description a {
    color: #087397 !important;

    font-weight: 500 !important;

    text-decoration: none !important;
}


.current_issue .description a:hover {
    color: var(--journal-navy) !important;

    text-decoration: underline !important;
}


/* ============================================================
   E. ARTICLES SECTION
   ============================================================ */

.current_issue .section,
.obj_issue_toc .section {
    margin-top: 14px !important;
}


/* ARTICLES heading */

.current_issue .section > h2,
.current_issue .section > h3,
.obj_issue_toc .section > h2,
.obj_issue_toc .section > h3 {

    position: relative !important;

    margin: 0 !important;
    padding: 0 0 9px !important;

    border: 0 !important;
    border-bottom: 1px solid #dfe6e9 !important;

    color: var(--journal-navy) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10.5px !important;
    font-weight: 700 !important;

    line-height: 1.4 !important;

    letter-spacing: .9px !important;

    text-transform: uppercase !important;
}


/* Gold accent */

.current_issue .section > h2::after,
.current_issue .section > h3::after,
.obj_issue_toc .section > h2::after,
.obj_issue_toc .section > h3::after {

    content: "";

    position: absolute !important;

    left: 0 !important;
    bottom: -1px !important;

    width: 30px !important;
    height: 2px !important;

    background: #d6a313 !important;
}


/* ============================================================
   F. ARTICLE ITEM
   ============================================================ */

.obj_article_summary {
    position: relative !important;

    margin: 0 !important;

    padding:
        15px
        75px
        15px
        14px !important;

    border: 0 !important;
    border-bottom: 1px solid #e4eaed !important;

    background: transparent !important;

    font-family: Arial, Helvetica, sans-serif !important;

    transition:
        background-color .18s ease,
        box-shadow .18s ease !important;
}


/* Left accent */

.obj_article_summary::before {
    content: "";

    position: absolute !important;

    left: 0 !important;
    top: 15px !important;
    bottom: 15px !important;

    width: 2px !important;

    background: transparent !important;

    transition: background-color .18s ease !important;
}


/* Article hover */

.obj_article_summary:hover {
    background: #fafcfd !important;
}


.obj_article_summary:hover::before {
    background: #08758b !important;
}


/* ============================================================
   G. ARTICLE TITLE
   ============================================================ */

.obj_article_summary .title {
    margin: 0 0 5px !important;
    padding: 0 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 12.5px !important;
    font-weight: 700 !important;

    line-height: 1.43 !important;

    letter-spacing: .05px !important;
}


.obj_article_summary .title a {
    color: #087397 !important;

    text-decoration: none !important;

    transition: color .18s ease !important;
}


.obj_article_summary .title a:hover {
    color: var(--journal-navy) !important;

    text-decoration: none !important;
}


/* ============================================================
   H. AUTHORS
   ============================================================ */

.obj_article_summary .authors {
    margin: 0 0 8px !important;
    padding: 0 !important;

    color: #5f737f !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10.5px !important;
    font-weight: 400 !important;

    line-height: 1.45 !important;
}


.obj_article_summary .authors a {
    color: #5f737f !important;

    text-decoration: none !important;
}


.obj_article_summary .authors a:hover {
    color: #087397 !important;
}


/* ============================================================
   I. PAGE NUMBER
   ============================================================ */

.obj_article_summary .pages {
    position: absolute !important;

    top: 15px !important;
    right: 8px !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 48px !important;

    margin: 0 !important;
    padding: 5px 7px !important;

    transform: none !important;

    background: #f3f7f8 !important;

    border: 1px solid #d9e3e7 !important;
    border-radius: 3px !important;

    color: #496b7a !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 11.5px !important;
    font-weight: 600 !important;

    line-height: 1.15 !important;

    white-space: nowrap !important;
}


/* ============================================================
   J. PDF BUTTON
   ============================================================ */

.obj_article_summary .galleys {
    margin: 6px 0 0 !important;
    padding: 0 !important;
}


.obj_article_summary .galleys ul {
    margin: 0 !important;
    padding: 0 !important;
}


.obj_article_summary .galleys li {
    display: inline-block !important;

    margin: 0 4px 0 0 !important;
    padding: 0 !important;
}


.obj_article_summary .galleys a,
.obj_article_summary .obj_galley_link {

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    min-width: 46px !important;
    min-height: 24px !important;

    padding: 4px 10px !important;

    background: #086b79 !important;

    border: 1px solid #086b79 !important;
    border-radius: 3px !important;

    color: var(--journal-white) !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10px !important;
    font-weight: 700 !important;

    line-height: 1 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    transition:
        background-color .18s ease,
        border-color .18s ease,
        transform .18s ease !important;
}


.obj_article_summary .galleys a:hover,
.obj_article_summary .obj_galley_link:hover {

    background: #073d61 !important;

    border-color: #073d61 !important;

    color: var(--journal-white) !important;

    transform: translateY(-1px) !important;
}


/* ============================================================
   K. LAST ARTICLE
   ============================================================ */

.obj_article_summary:last-child {
    border-bottom: 1px solid #e4eaed !important;
}


/* ============================================================
   L. VIEW ALL ISSUES
   ============================================================ */

.current_issue .read_more {
    margin: 14px 0 0 !important;
}


.current_issue .read_more a {

    display: inline-flex !important;

    align-items: center !important;

    padding: 5px 0 !important;

    background: transparent !important;

    border: 0 !important;

    color: #087397 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 10.5px !important;
    font-weight: 700 !important;

    letter-spacing: .4px !important;

    text-decoration: none !important;

    text-transform: uppercase !important;

    box-shadow: none !important;
}


.current_issue .read_more a:hover {
    color: var(--journal-navy) !important;
}


/* ============================================================
   M. MOBILE RESPONSIVE
   ============================================================ */

@media (max-width: 767px) {

    .current_issue > h2 {
        font-size: 14px !important;
    }

    .current_issue .description {
        padding: 9px 11px !important;
    }

    .obj_article_summary {

        padding:
            14px
            7px
            14px
            13px !important;
    }

    .obj_article_summary .title {
        font-size: 12.5px !important;
    }

    .obj_article_summary .pages {

        position: static !important;

        display: inline-flex !important;

        margin: 4px 0 7px !important;

        transform: none !important;
    }
}
/* =========================================================
   ISEJ - AUTHOR NAME FINAL REFINEMENT
========================================================= */

.obj_article_summary .authors {
    margin: 0 0 8px !important;
    
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11.5px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;

    color: #455f6d !important;
}

.obj_article_summary .authors a {
    color: #455f6d !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

.obj_article_summary .authors a:hover {
    color: #087397 !important;
    text-decoration: none !important;
}
/* FINAL ARTICLE SPACING */
.obj_article_summary {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

/* Jika theme memberikan margin tambahan pada list */
.obj_issue_toc .articles > li,
.current_issue .articles > li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* ==========================================================
   ISEJ CURRENT ISSUE METADATA
   Compact International Journal Style
========================================================== */


/* -------------------------------------------
   ISSUE HEADING AREA
------------------------------------------- */

.obj_issue_toc .heading {
    margin: 0 0 18px !important;
    padding: 0 !important;
}


/* -------------------------------------------
   ISSUE TITLE / VOLUME
------------------------------------------- */

.obj_issue_toc .heading .title {
    margin: 0 0 13px !important;
    padding: 0 !important;

    color: var(--journal-navy) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;

    line-height: 1.4 !important;
}


/* -------------------------------------------
   DOI + PUBLISHED
   Dibuat compact
------------------------------------------- */

.obj_issue_toc .heading .pub_id.doi,
.obj_issue_toc .heading .published {

    display: inline-flex !important;
    align-items: center !important;

    width: auto !important;

    margin: 0 20px 0 0 !important;
    padding: 6px 0 !important;

    color: #536b78 !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 11px !important;

    line-height: 1.4 !important;

    vertical-align: middle !important;
}


/* -------------------------------------------
   DOI / PUBLISHED LABEL
------------------------------------------- */

.obj_issue_toc .heading .pub_id.doi .type,
.obj_issue_toc .heading .published .label {

    margin-right: 7px !important;

    color: #687d89 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 9.5px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;

    letter-spacing: .5px !important;

    text-transform: uppercase !important;
}


/* -------------------------------------------
   DOI VALUE
------------------------------------------- */

.obj_issue_toc .heading .pub_id.doi .id {

    color: #087397 !important;

    font-size: 11px !important;
    font-weight: 500 !important;
}


.obj_issue_toc .heading .pub_id.doi .id a {

    color: #087397 !important;

    text-decoration: none !important;
}


.obj_issue_toc .heading .pub_id.doi .id a:hover {

    color: var(--journal-navy) !important;

    text-decoration: underline !important;
}


/* -------------------------------------------
   PUBLISHED VALUE
------------------------------------------- */

.obj_issue_toc .heading .published .value {

    color: #455f6d !important;

    font-size: 11px !important;
    font-weight: 500 !important;
}


/* -------------------------------------------
   SEPARATOR ANTARA DOI DAN PUBLISHED
------------------------------------------- */

.obj_issue_toc .heading .pub_id.doi::after {

    content: "";

    display: inline-block;

    width: 1px;
    height: 13px;

    margin-left: 20px;

    background: #dce4e8;
}


/* -------------------------------------------
   KURANGI JARAK KE ARTICLES
------------------------------------------- */

.obj_issue_toc .sections {

    margin-top: 5px !important;
    padding-top: 0 !important;
}


/* -------------------------------------------
   MOBILE
------------------------------------------- */

@media (max-width: 767px) {

    .obj_issue_toc .heading .pub_id.doi,
    .obj_issue_toc .heading .published {

        display: flex !important;

        margin: 0 0 4px !important;

        padding: 4px 0 !important;
    }

    .obj_issue_toc .heading .pub_id.doi::after {
        display: none !important;
    }
}
/* ==========================================
   CURRENT ISSUE FINAL SPACING
========================================== */

.obj_issue_toc .heading {
    margin-bottom: 10px !important;
}

.obj_issue_toc .sections {
    margin-top: 0 !important;
}

/* Author text */
.obj_issue_toc .articles .authors {
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #4f6875 !important;
}

/* PDF button refinement */
.obj_issue_toc .galley-link {
    min-width: 52px !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .2px !important;
}
/* ==========================================================
   ISEJ ARTICLE DETAIL
   MODERN ARTICLE METADATA PANEL
========================================================== */


/* ----------------------------------------------------------
   CONTAINER ENTRY DETAILS
---------------------------------------------------------- */

.obj_article_details .entry_details {
    font-family: Arial, Helvetica, sans-serif !important;
}


/* ----------------------------------------------------------
   HILANGKAN MODEL KOTAK ABU-ABU OJS
---------------------------------------------------------- */

.obj_article_details .entry_details .item {
    background: var(--journal-white) !important;

    border: 1px solid #e1e8ec !important;
    border-radius: 2px !important;

    box-shadow: none !important;

    margin: 0 0 12px !important;
    padding: 0 !important;

    overflow: hidden !important;
}


/* ----------------------------------------------------------
   LABEL:
   PUBLISHED / ISSUE / LICENSE
---------------------------------------------------------- */

.obj_article_details .entry_details .item .label {

    margin: 0 !important;
    padding: 9px 12px !important;

    background: #f6f9fa !important;

    border: none !important;
    border-bottom: 1px solid #e1e8ec !important;

    color: var(--journal-navy) !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;

    line-height: 1.3 !important;

    letter-spacing: .7px !important;
    text-transform: uppercase !important;
}


/* GARIS EMAS KECIL PADA LABEL */

.obj_article_details .entry_details .item .label::after {

    content: "";

    display: block;

    width: 25px;
    height: 2px;

    margin-top: 6px;

    background: #d5a400;
}


/* ----------------------------------------------------------
   ISI METADATA
---------------------------------------------------------- */

.obj_article_details .entry_details .item .value {

    padding: 10px 12px !important;

    color: #344f5c !important;

    font-size: 10.5px !important;
    line-height: 1.6 !important;
}


/* ----------------------------------------------------------
   SUB ITEM
---------------------------------------------------------- */

.obj_article_details .entry_details .item .sub_item {

    margin: 0 !important;
    padding: 0 !important;

    border: none !important;
}


/* Jika dalam satu box terdapat beberapa sub_item */

.obj_article_details .entry_details .item .sub_item + .sub_item {

    border-top: 1px solid #e4eaed !important;
}


/* ----------------------------------------------------------
   LINKS
---------------------------------------------------------- */

.obj_article_details .entry_details a {

    color: #087397 !important;
    text-decoration: none !important;
}


.obj_article_details .entry_details a:hover {

    color: var(--journal-navy) !important;
    text-decoration: underline !important;
}


/* ----------------------------------------------------------
   PDF / GALLEY
---------------------------------------------------------- */

.obj_article_details .entry_details .galleys {

    border: none !important;

    background: transparent !important;

    margin-bottom: 12px !important;

    overflow: visible !important;
}


.obj_article_details .entry_details .galleys .label {
    display: none !important;
}


.obj_article_details .entry_details .galleys_links {

    margin: 0 !important;
    padding: 0 !important;
}


.obj_article_details .entry_details .galleys_links li {

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}


.obj_article_details .entry_details .galleys_links a {

    display: block !important;

    width: 100% !important;

    padding: 8px 12px !important;

    box-sizing: border-box !important;

    background: #087482 !important;

    border: none !important;
    border-radius: 3px !important;

    color: var(--journal-white) !important;

    font-size: 10.5px !important;
    font-weight: 700 !important;

    text-align: center !important;
    text-decoration: none !important;

    transition: all .2s ease !important;
}


.obj_article_details .entry_details .galleys_links a:hover {

    background: #073f50 !important;

    color: var(--journal-white) !important;

    text-decoration: none !important;
}


/* ----------------------------------------------------------
   COPYRIGHT / LICENSE TEXT
---------------------------------------------------------- */

.obj_article_details .entry_details .copyright {

    font-size: 10px !important;
    line-height: 1.65 !important;
}


.obj_article_details .entry_details .copyright p {

    margin: 0 !important;
    padding: 10px 12px !important;
}


/* ----------------------------------------------------------
   CREATIVE COMMONS IMAGE
---------------------------------------------------------- */

.obj_article_details .entry_details .copyright img {

    max-width: 90px !important;
    height: auto !important;

    margin: 4px 0 !important;
}


/* ----------------------------------------------------------
   MOBILE
---------------------------------------------------------- */

@media (max-width: 767px) {

    .obj_article_details .entry_details .item {
        margin-bottom: 10px !important;
    }

}
/* ==========================================================
   ISEJ ARTICLE DETAIL — LAYOUT REFINEMENT
   Wider Article + Readable Typography
========================================================== */

/* Parent main article area */
.obj_article_details > .row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 24px !important;
}

/* MAIN ARTICLE CONTENT */
.obj_article_details .main_entry {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
}

/* METADATA COLUMN */
.obj_article_details .entry_details {
    flex: 0 0 205px !important;
    width: 205px !important;
    margin: 0 !important;
}

/* ==========================================================
   ARTICLE BODY TYPOGRAPHY
========================================================== */

.obj_article_details .main_entry {
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    color: #263b46 !important;
}

/* ABSTRACT */
.obj_article_details .main_entry .abstract {
    font-size: 13.5px !important;
    line-height: 1.75 !important;
}

/* Abstract paragraph */
.obj_article_details .main_entry .abstract p {
    font-size: 13.5px !important;
    line-height: 1.75 !important;
    margin-bottom: 12px !important;
}

/* REFERENCES */
.obj_article_details .main_entry .references {
    font-size: 12.5px !important;
    line-height: 1.7 !important;
}

.obj_article_details .main_entry .references p {
    font-size: 12.5px !important;
    line-height: 1.7 !important;
    margin-bottom: 12px !important;
}

/* ==========================================================
   SECTION HEADINGS
========================================================== */

.obj_article_details .main_entry .label {
    color: var(--journal-navy) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .4px !important;
}

/* Gold underline */
.obj_article_details .main_entry .label::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    margin-top: 7px;
    margin-bottom: 16px;
    background: #d5a400;
}

/* ==========================================================
   METADATA — JANGAN TERLALU KECIL
========================================================== */

.obj_article_details .entry_details .item .label {
    font-size: 10.5px !important;
}

.obj_article_details .entry_details .item .value,
.obj_article_details .entry_details .item,
.obj_article_details .entry_details .sub_item {
    font-size: 11.5px !important;
    line-height: 1.6 !important;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 900px) {

    .obj_article_details > .row {
        display: block !important;
    }

    .obj_article_details .main_entry,
    .obj_article_details .entry_details {
        width: 100% !important;
        max-width: none !important;
    }

    .obj_article_details .entry_details {
        margin-top: 25px !important;
    }
}
/* Remove duplicate underline on article section headings */
.obj_article_details .main_entry .label::after {
    display: none !important;
}
/* =====================================================
   ISEJ ARTICLE DETAIL - SAFE MODERN REFINEMENT
   Tidak mengubah struktur kolom OJS
   ===================================================== */

/* ---------- ARTICLE TITLE ---------- */

.obj_article_details .page_title {
    font-size: 25px !important;
    line-height: 1.28 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    color: #111827 !important;
    margin-bottom: 32px !important;
}


/* ---------- MAIN ARTICLE CONTENT ---------- */

.obj_article_details .main_entry {
    font-size: 14px !important;
}


/* ---------- AUTHORS ---------- */

.obj_article_details .item.authors {
    margin-bottom: 28px !important;
}

.obj_article_details .item.authors .name {
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: var(--journal-heading) !important;
}

.obj_article_details .item.authors .affiliation {
    font-size: 13.5px !important;
    line-height: 1.5 !important;
    color: #64748b !important;
}


/* ---------- DOI ---------- */

.obj_article_details .item.doi {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

.obj_article_details .item.doi .label {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--journal-heading) !important;
}

.obj_article_details .item.doi .value {
    font-size: 14px !important;
    line-height: 1.65 !important;
}


/* ---------- KEYWORDS ---------- */

.obj_article_details .item.keywords {
    margin-top: 25px !important;
    margin-bottom: 32px !important;
}

.obj_article_details .item.keywords .label {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: var(--journal-heading) !important;
}

.obj_article_details .item.keywords .value {
    font-size: 14px !important;
    line-height: 1.7 !important;
}


/* ---------- ABSTRACT ---------- */

.obj_article_details .item.abstract {
    margin-top: 32px !important;
}

.obj_article_details .item.abstract .label {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--journal-heading) !important;
    letter-spacing: .2px !important;
}

.obj_article_details .item.abstract .value {
    font-size: 14px !important;
    line-height: 1.8 !important;
    text-align: justify !important;
    color: var(--journal-text) !important;
}


/* ---------- REFERENCES ---------- */

.obj_article_details .item.references {
    margin-top: 38px !important;
}

.obj_article_details .item.references .label {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: var(--journal-heading) !important;
}

.obj_article_details .item.references .value {
    font-size: 13.5px !important;
    line-height: 1.75 !important;
    color: var(--journal-text) !important;
}


/* ---------- RIGHT ARTICLE INFORMATION ---------- */

.obj_article_details .entry_details .item {
    border: 1px solid #d9e2e7 !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    background: var(--journal-white) !important;
}

.obj_article_details .entry_details .item .label {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: var(--journal-heading) !important;
    letter-spacing: .4px !important;
}

.obj_article_details .entry_details .item .value,
.obj_article_details .entry_details .item .sub_item {
    font-size: 12.5px !important;
    line-height: 1.6 !important;
}


/* ---------- LINKS ---------- */

.obj_article_details a {
    color: var(--journal-link-alt);
}

.obj_article_details a:hover {
    color: #004f66;
}


/* ---------- PDF BUTTON ---------- */

.obj_article_details .galley-link {
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
}
/* ==================================================
   ARTICLE DETAIL - VERTICAL SPACING REFINEMENT
   ================================================== */

/* Authors lebih compact */
.obj_article_details .item.authors {
    margin-bottom: 18px !important;
}

/* DOI naik lebih dekat ke author */
.obj_article_details .item.doi {
    margin-top: 15px !important;
    margin-bottom: 22px !important;
}

/* Keywords lebih dekat dengan DOI */
.obj_article_details .item.keywords {
    margin-top: 18px !important;
    margin-bottom: 26px !important;
}

/* Abstract tidak terlalu jauh dari keywords */
.obj_article_details .item.abstract {
    margin-top: 26px !important;
}

/* Author tetap mudah dibaca */
.obj_article_details .item.authors .name {
    font-size: 15px !important;
    font-weight: 700 !important;
}

.obj_article_details .item.authors .affiliation {
    font-size: 13.5px !important;
    line-height: 1.45 !important;
}

/* DOI dan Keywords */
.obj_article_details .item.doi,
.obj_article_details .item.keywords {
    font-size: 14px !important;
    line-height: 1.65 !important;
}
/* =====================================================
   FULL WIDTH REFERENCES
   References melebar setelah metadata article
   ===================================================== */

@media (min-width: 901px) {

    .obj_article_details .main_entry .item.references {
        width: calc(100% + 245px) !important;
        max-width: none !important;
        margin-right: -245px !important;

        margin-top: 45px !important;
        padding-top: 22px !important;

        border-top: 1px solid #dce4e8 !important;
    }

    .obj_article_details .main_entry .item.references .label {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: var(--journal-heading) !important;
        margin-bottom: 20px !important;
    }

    .obj_article_details .main_entry .item.references .value {
        width: 100% !important;
        max-width: none !important;
        font-size: 14px !important;
        line-height: 1.8 !important;
        text-align: justify !important;
    }
}
/* PDF FULL TEXT BUTTON */
.obj_article_details .galley-link,
.obj_issue_toc .galley-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;

    padding: 5px 12px !important;
    min-width: auto !important;

    background: var(--journal-teal-alt) !important;
    border: 1px solid var(--journal-teal-alt) !important;
    border-radius: 3px !important;

    color: var(--journal-white) !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;
}

.obj_article_details .galley-link:hover,
.obj_issue_toc .galley-link:hover {
    background: var(--journal-primary-hover) !important;
    border-color: var(--journal-primary-hover) !important;
    color: var(--journal-white) !important;
}
/* ==================================================
   ARTICLE METRICS - ISEJ
   ================================================== */

.obj_article_details .entry_details .article_metrics {
    margin-top: 12px !important;
    padding: 0 !important;
    border: 1px solid var(--journal-border-alt) !important;
    background: var(--journal-white) !important;
    border-radius: 2px !important;
    overflow: hidden !important;
}

/* Header */
.obj_article_details .article_metrics > .label {
    display: block !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    background: var(--journal-bg-soft) !important;
    border-bottom: 1px solid var(--journal-border-alt) !important;

    color: var(--journal-dark-alt) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .4px !important;
    text-transform: uppercase !important;
}

/* Garis kuning */
.obj_article_details .article_metrics > .label::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    margin-top: 7px;
    background: var(--journal-accent);
}

/* Area metrics */
.obj_article_details .article_metrics_content {
    padding: 14px 10px 15px !important;
    text-align: center !important;
}

/* Susunan vertikal */
.obj_article_details .metric_download {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
}
/* ==================================================
   HIDE OJS DOWNLOAD CHART
   Statistik tetap dimuat untuk Article Metrics
   ================================================== */

.obj_article_details .main_entry .downloads_chart {
    display: none !important;
}
/* ==================================================
   HIDE DEFAULT OJS DOWNLOAD CHART
   Article Metrics tetap dipertahankan
   ================================================== */

.obj_article_details section.item.downloads_chart {
    display: none !important;
}

.obj_article_details .downloads_chart {
    display: none !important;
}

section.downloads_chart {
    display: none !important;
}

/* Icon download */
.obj_article_details .metric_icon {
    display: block !important;
    color: var(--journal-teal) !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}

/* Angka download */
.obj_article_details .metric_number {
    display: block !important;
    color: var(--journal-dark-alt) !important;
    font-size: 25px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

/* Label Downloads */
.obj_article_details .metric_text {
    display: block !important;
    margin-top: 2px !important;
    color: var(--journal-muted) !important;
    font-size: 9px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    letter-spacing: .6px !important;
    text-transform: uppercase !important;
}
/* ==================================================
   REFERENCES — FINAL ACADEMIC STYLE
   ================================================== */

.obj_article_details .references {
    margin-top: 32px !important;
    padding-top: 20px !important;
    border-top: 1px solid #dce4e8 !important;
}

/* Judul REFERENCES */
.obj_article_details .references > .label {
    margin: 0 0 24px !important;
    padding-bottom: 9px !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .3px !important;
    text-transform: uppercase !important;

    color: var(--journal-dark) !important;
    border-bottom: 2px solid var(--journal-accent) !important;
    width: max-content !important;
}

/* Kontainer referensi */
.obj_article_details .references > .value {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
    color: var(--journal-text) !important;
}

/* Setiap referensi */
.obj_article_details .references > .value p {
    margin: 0 0 14px 0 !important;

    padding-left: 22px !important;
    text-indent: -22px !important;

    font-size: 13.5px !important;
    line-height: 1.65 !important;

    text-align: left !important;
    overflow-wrap: anywhere !important;
}

/* Link DOI dan URL */
.obj_article_details .references a {
    color: var(--journal-link) !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
}

.obj_article_details .references a:hover {
    text-decoration: underline !important;
}
/* =========================================================
   ARTICLE DETAILS — PROFESSIONAL METADATA PANEL
   PDF • PUBLISHED • ISSUE • SECTION • LICENSE • METRICS
   ========================================================= */

/* ---------- RIGHT ARTICLE METADATA COLUMN ---------- */

.obj_article_details .entry_details {
    font-size: 13px;
}

/* Semua card metadata */
.obj_article_details .entry_details > .item {
    border: 1px solid var(--journal-border) !important;
    border-radius: 2px !important;
    background: var(--journal-white) !important;
    box-shadow: none !important;
    overflow: hidden;
    margin-bottom: 12px !important;
}


/* =========================================================
   PDF FULLTEXT
   ========================================================= */

.obj_article_details .entry_details .item.galleys {
    padding: 14px !important;
    background: var(--journal-white) !important;
}

/* Hilangkan style list */
.obj_article_details .galleys_links {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.obj_article_details .galleys_links li {
    margin: 0 !important;
    padding: 0 !important;
}

/* Tombol PDF */
.obj_article_details .galleys_links a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    box-sizing: border-box !important;

    padding: 11px 12px !important;

    background: var(--journal-primary) !important;
    border: 1px solid var(--journal-primary) !important;
    border-radius: 3px !important;

    color: var(--journal-white) !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .2px !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.obj_article_details .galleys_links a:hover {
    background: var(--journal-primary-hover) !important;
    border-color: var(--journal-primary-hover) !important;
    color: var(--journal-white) !important;
    transform: translateY(-1px);
}


/* =========================================================
   METADATA HEADINGS
   Published / Issue / Section / License / Article Metrics
   ========================================================= */

.obj_article_details .entry_details .label {
    position: relative;

    margin: 0 !important;
    padding: 11px 13px 12px !important;

    background: var(--journal-bg-soft) !important;
    border-bottom: 1px solid var(--journal-border) !important;

    color: #004d70 !important;

    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    letter-spacing: .35px !important;
    text-transform: uppercase !important;
}

/* Garis emas di bawah heading */
.obj_article_details .entry_details .label::after {
    content: "";
    position: absolute;

    left: 13px;
    bottom: -1px;

    width: 28px;
    height: 2px;

    background: var(--journal-accent);
}


/* =========================================================
   PUBLISHED
   ========================================================= */

.obj_article_details .entry_details .published {
    padding: 0 !important;
}

.obj_article_details .published .sub_item {
    margin: 0 !important;
    padding: 0 !important;
}

.obj_article_details .published .value {
    display: block;

    padding: 13px !important;

    font-size: 12.5px !important;
    line-height: 1.55 !important;

    color: #25343c !important;
}


/* =========================================================
   ISSUE + SECTION
   ========================================================= */

.obj_article_details .entry_details .item.issue {
    padding: 0 !important;
}

.obj_article_details .item.issue .sub_item {
    margin: 0 !important;
    padding: 0 !important;
}

/* garis antar Issue dan Section */
.obj_article_details .item.issue .sub_item + .sub_item {
    border-top: 1px solid #e1e7ea !important;
}

.obj_article_details .item.issue .value {
    padding: 13px !important;

    font-size: 12.5px !important;
    line-height: 1.55 !important;

    color: #25343c !important;
}

.obj_article_details .item.issue .value a {
    color: var(--journal-link) !important;
    text-decoration: none !important;
}

.obj_article_details .item.issue .value a:hover {
    text-decoration: underline !important;
}


/* =========================================================
   LICENSE
   ========================================================= */

.obj_article_details .entry_details .copyright {
    padding: 0 !important;
    text-align: left !important;
}

.obj_article_details .copyright > p,
.obj_article_details .copyright > a,
.obj_article_details .copyright > img {
    margin-left: 13px !important;
    margin-right: 13px !important;
}

.obj_article_details .copyright p {
    font-size: 12px !important;
    line-height: 1.6 !important;
    color: #303b40 !important;
}

.obj_article_details .copyright img {
    max-width: 90px !important;
    height: auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.obj_article_details .copyright a {
    color: var(--journal-link) !important;
    text-decoration: none !important;
}

.obj_article_details .copyright a:hover {
    text-decoration: underline !important;
}


/* =========================================================
   ARTICLE METRICS
   ========================================================= */

.obj_article_details .article_metrics {
    padding: 0 !important;
}

.obj_article_details .article_metrics_content {
    padding: 16px 12px 17px !important;
}

.obj_article_details .metric_download {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

/* Download icon */
.obj_article_details .metric_icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 28px;
    height: 28px;

    margin-bottom: 3px;

    color: var(--journal-primary) !important;

    font-size: 16px !important;
}

/* Angka download */
.obj_article_details .metric_number {
    display: block;

    margin: 0;

    color: #003f5c !important;

    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

/* DOWNLOADS */
.obj_article_details .metric_text {
    display: block;

    margin-top: 5px;

    color: #58666d !important;

    font-size: 9.5px !important;
    font-weight: 600 !important;

    line-height: 1.2 !important;

    letter-spacing: .7px !important;
    text-transform: uppercase !important;
}


/* =========================================================
   AUTHORS — CLEAN ACADEMIC STYLE
   ========================================================= */

.obj_article_details .main_entry .authors {
    margin-bottom: 28px !important;
}

.obj_article_details .main_entry ul.authors {
    margin: 0 !important;
    padding: 0 !important;
}

.obj_article_details .main_entry ul.authors > li {
    margin: 0 0 17px !important;
}

.obj_article_details .main_entry .authors .name {
    display: block;

    color: #003f5c !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.obj_article_details .main_entry .authors .affiliation {
    display: block;

    margin-top: 3px;

    color: #6a767c !important;

    font-size: 12.5px !important;
    line-height: 1.45 !important;
}

.obj_article_details .main_entry .authors .userGroup {
    display: block;

    margin-top: 3px;

    color: #37474f !important;

    font-size: 12px !important;
}


/* =========================================================
   DOI
   ========================================================= */

.obj_article_details .main_entry .doi {
    margin-top: 26px !important;
    margin-bottom: 27px !important;
}

.obj_article_details .main_entry .doi .label {
    display: block;

    margin: 0 0 9px !important;
    padding: 0 0 8px !important;

    width: max-content;

    color: #004d70 !important;

    border-bottom: 2px solid var(--journal-accent) !important;

    font-size: 14px !important;
    font-weight: 700 !important;
}

.obj_article_details .main_entry .doi .value {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

.obj_article_details .main_entry .doi a {
    color: var(--journal-link) !important;
    text-decoration: none !important;
    overflow-wrap: anywhere;
}

.obj_article_details .main_entry .doi a:hover {
    text-decoration: underline !important;
}


/* =========================================================
   KEYWORDS
   ========================================================= */

.obj_article_details .main_entry .keywords {
    margin-bottom: 32px !important;
}

.obj_article_details .main_entry .keywords .label {
    display: block;

    margin: 0 0 9px !important;
    padding: 0 0 8px !important;

    width: max-content;

    color: #004d70 !important;

    border-bottom: 2px solid var(--journal-accent) !important;

    font-size: 14px !important;
    font-weight: 700 !important;
}

.obj_article_details .main_entry .keywords .value {
    color: #25343c !important;

    font-size: 13.5px !important;
    line-height: 1.7 !important;
}


/* =========================================================
   MOBILE / TABLET
   ========================================================= */

@media (max-width: 900px) {

    .obj_article_details .entry_details {
        margin-top: 25px !important;
    }

    .obj_article_details .entry_details > .item {
        margin-bottom: 12px !important;
    }

    .obj_article_details .galleys_links a {
        min-height: 44px !important;
        font-size: 13px !important;
    }

    .obj_article_details .metric_number {
        font-size: 23px !important;
    }
}
/* PDF FULLTEXT — FINAL */
.obj_article_details .entry_details .item.galleys {
    padding: 12px !important;
}

.obj_article_details .entry_details .galleys_links a {
    width: 100% !important;
    min-height: 38px !important;
    padding: 10px 12px !important;

    font-size: 12px !important;
    font-weight: 700 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
}
/* METADATA CONTENT — MORE READABLE */
.obj_article_details .entry_details .published .value,
.obj_article_details .entry_details .issue .value {
    font-size: 12.5px !important;
    line-height: 1.55 !important;
}

.obj_article_details .entry_details .copyright {
    font-size: 12px !important;
    line-height: 1.6 !important;
}

.obj_article_details .entry_details .label {
    font-size: 12px !important;
}
/* ARTICLE CONTENT SPACING */
.obj_article_details .main_entry .keywords {
    margin-bottom: 24px !important;
}

.obj_article_details .main_entry .abstract {
    margin-top: 0 !important;
}