/* ======== Editorial Team Box ======== */
.chief-editor-card {
  display: flex;
  align-items: flex-start;
  background: #2E7D32;              /* hijau tua utama */
  padding: 12px;
  border: 1px solid #1B5E20;        /* hijau lebih gelap */
  margin-bottom: 12px;
  gap: 12px;
  border-radius: 6px;
}

/* ======== Foto ======== */
.chief-editor-photo img {
  width: 80px;
  height: auto;
  border-radius: 4px;
  border: 2px solid #1B5E20;
  background: #FFFFFF;
  flex-shrink: 0;
}

/* ======== Info ======== */
.chief-editor-info {
  flex: 1;
  text-align: left;
  line-height: 1.5;
  min-width: 0;
}

/* ======== Text ======== */
.editor-title {
  font-weight: bold;
  font-size: 10px;
  color: #E8F5E9;                   /* hijau muda */
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.editor-name {
  font-size: 9px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.editor-affil,
.editor-id {
  font-size: 8px;
  color: #E8F5E9;
  margin-bottom: 4px;
}

.editor-id a {
  color: #FFFFFF;
  text-decoration: none;
}

.editor-id a:hover {
  text-decoration: underline;
  color: #E8F5E9;
}

/* ======== Tombol View ======== */
.view-button {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 10px;
  background: #FFFFFF;
  color: #2E7D32;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  font-size: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.25s ease;
}

.view-button:hover {
  background: #E8F5E9;
  color: #1B5E20;
  box-shadow: 0 3px 8px rgba(0,0,0,0.25);
  transform: translateX(2px);
}

/* =====================================================
   FOOTER OJS – SLIM MODERN STYLE
   Compact, tidak kaku, desktop rendah, mobile tetap rapi
   ===================================================== */

.pkp_structure_footer_wrapper,
.pkp_structure_footer {
  background: #1f6f2b !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.site-footer {
  background: linear-gradient(135deg, #1f6f2b 0%, #2E7D32 55%, #3c8f43 100%);
  color: #ffffff;
  font-family: Arial, sans-serif;
  padding: 18px 0 12px;
  margin: 0;
  box-sizing: border-box;
}

.site-footer .footer-inner,
.site-footer .footer-block {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-sizing: border-box;
}

/* Publisher area */
.site-footer .footer-left,
.site-footer .footer-publisher {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  flex: 1 1 auto;
}

.site-footer .footer-left img,
.site-footer .footer-publisher img {
  width: 58px;
  max-width: 58px;
  height: auto;
  margin: 0;
  flex: 0 0 58px;
  background: #ffffff;
  border-radius: 50%;
  padding: 3px;
}

.site-footer .publisher-label {
  margin: 0 0 2px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d8f3dc;
  font-weight: 700;
}

.site-footer .publisher-name {
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.25;
  color: #ffffff;
  font-weight: 700;
}

.site-footer .publisher-address {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #e6f4e8;
}

/* License as small pill */
.site-footer .footer-right,
.site-footer .footer-license {
  flex: 0 0 auto;
  text-align: center;
}

.site-footer .footer-license {
  min-width: 210px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: none;
}

.site-footer .footer-license img {
  max-width: 72px;
  height: auto;
  margin: 0;
  flex: 0 0 auto;
}

.site-footer .footer-license p {
  margin: 0;
  font-size: 11px;
  line-height: 1.25;
  color: #ffffff;
  text-align: left;
}

.site-footer a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Copyright slim */
.site-footer .footer-bottom,
.site-footer__copyright {
  max-width: 1120px;
  margin: 12px auto 0;
  padding: 8px 26px 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 11px;
  line-height: 1.35;
  color: #e6f4e8;
  text-align: center;
  box-sizing: border-box;
}

/* Remove pattern/space */
.pkp_structure_content,
.pkp_structure_page {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  .site-footer {
    padding: 26px 18px 22px !important;
    text-align: center !important;
  }

  .site-footer .footer-inner,
  .site-footer .footer-block {
    display: block;
    max-width: 100%;
    padding: 0;
  }

  .site-footer .footer-left,
  .site-footer .footer-publisher {
    display: block;
    text-align: center;
  }

  .site-footer .footer-left img,
  .site-footer .footer-publisher img,
  .site-footer img {
    width: 105px;
    max-width: 105px;
    margin: 0 auto 16px;
  }

  .site-footer .publisher-label {
    font-size: 13px;
    margin-bottom: 8px;
    text-align: center;
  }

  .site-footer .publisher-name {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: center;
  }

  .site-footer .publisher-address {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }

  .site-footer .footer-license {
    max-width: 320px;
    min-width: 0;
    width: 100%;
    margin: 20px auto 0;
    border-radius: 10px;
    padding: 14px;
    display: block;
  }

  .site-footer .footer-license img {
    max-width: 115px;
    margin: 0 auto 10px;
  }

  .site-footer .footer-license p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }

  .site-footer .footer-bottom,
  .site-footer__copyright {
    margin-top: 18px;
    padding: 12px 0 0;
    font-size: 12px;
  }
}

/* ==============================
   HEADER BANNER FINAL (RESPONSIVE + CONTROL POSISI)
   ============================== */

body {
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_structure_head,
#headerNavigationContainer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important;
}

/* Hilangkan batas container */
.pkp_structure_head .container,
.pkp_structure_head .pkp_head_wrapper,
.pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_site_name,
.pkp_site_name a,
.pkp_site_name .is_img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* ===== KONTROL BANNER ===== */
.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto !important;
    max-height: 170px !important;

    object-fit: cover !important;
    object-position: 40% center !important; /* 👈 UBAH DI SINI */

    display: block !important;
}

/* Satukan banner dan menu */
.pkp_navigation_primary_wrapper,
.pkp_navigation_primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

/* Search */
.pkp_navigation_search_wrapper {
    margin-right: 20px !important;
}

/* Page spacing */
.pkp_structure_page {
    margin-top: 0 !important;
}

/* ==============================
   HEADER BANNER FINAL - TIDAK TERPOTONG
   ============================== */

body {
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_structure_head,
#headerNavigationContainer {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important;
}

.pkp_structure_head .container,
.pkp_structure_head .pkp_head_wrapper,
.pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_site_name,
.pkp_site_name a,
.pkp_site_name .is_img {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Banner tidak terpotong */
.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto !important;
    max-height: 230px !important; /* atur tinggi maksimal */
    object-fit: contain !important;
    object-position: center center !important;
    display: block !important;
}

/* Menu turun normal di bawah banner, tidak menutup gambar */
.pkp_navigation_primary_wrapper,
.pkp_navigation_primary {
    position: relative !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    z-index: 10 !important;
}

/* Search */
.pkp_navigation_search_wrapper {
    margin-right: 20px !important;
}

/* Page spacing */
.pkp_structure_page {
    margin-top: 0 !important;
}



/* =============================== */
/* TOOLS BLOCK – CLEAN & COMPACT */
/* =============================== */

.tools-compact {
    margin: 0 !important;
    padding: 0 !important;
}

.tools-compact a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.tools-compact img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Hilangkan jarak vertikal default */
.tools-compact a + a {
    margin-top: -15px !important;
}

/* ===================================== */
/* RAPATKAN KHUSUS TEMPLATE */
/* ===================================== */

.pkp_structure_sidebar .pkp_block:nth-of-type(3) .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===================================== */
/* RAPATKAN KHUSUS TOOLS */
/* ===================================== */

.pkp_structure_sidebar .pkp_block:nth-of-type(4) .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===================================== */
/* RAPATKAN KHUSUS STATISTIC */
/* ===================================== */

.pkp_structure_sidebar .pkp_block:nth-of-type(5) .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Pastikan gambar full */
.pkp_structure_sidebar .pkp_block:nth-of-type(3) img,
.pkp_structure_sidebar .pkp_block:nth-of-type(4) img {
    width: 100% !important;
    display: block !important;
}


/* ===================================== */
/* JSIM LOGIN – TIGHT COMPACT VERSION */
/* ===================================== */

.jsim-login-block {
    padding: 12px !important;
}

/* Hilangkan margin bawaan */
.jsim-login-block * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Label */
.jsim-login-block label {
    display: block;
    font-size: 12px;
    margin-bottom: 2px !important;
}

/* Input */
.jsim-login-block input[type="text"],
.jsim-login-block input[type="password"] {
    width: 100%;
    padding: 6px 8px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 6px !important;
    box-sizing: border-box;
}

/* Remember */
.jsim-login-block .form-remember {
    font-size: 12px;
    margin-bottom: 6px !important;
}

.jsim-login-block input[type="checkbox"] {
    margin-right: 4px;
}

/* Button */
.jsim-login-block button,
.jsim-login-block input[type="submit"] {
    width: 100%;
    background-color: #2f7d32;
    color: #ffffff;
    border: none;
    padding: 7px;
    font-size: 13px;
    border-radius: 4px;
    margin-top: 4px !important;
    cursor: pointer;
}

/* Links */
.jsim-login-block a {
    display: block;
    font-size: 12px;
    margin-top: 4px !important;
    color: #2f7d32;
    text-decoration: none;
}

.jsim-login-block a:hover {
    text-decoration: underline;
}

/* ===================================== */
/* RAPATKAN JUDUL USER KE USERNAME */
/* ===================================== */

.jsim-login-block {
    padding-top: 8px !important;
}

/* Hilangkan jarak besar dari heading block */
.block .title,
.block h2,
.block h3 {
    margin-bottom: 6px !important;
}

/* ===================================== */
/* RAPATKAN FORGOT & REGISTER */
/* ===================================== */

.jsim-login-block a {
    margin-top: 3px !important;
}

.jsim-login-block a + a {
    margin-top: 2px !important;
}

.block:has(.jsim-login-block) .content {
    padding-top: 8px !important;
}

/* ===================================== */
/* TOOLS – FORCE SPACING FIX */
/* ===================================== */

/* Target khusus sidebar tools */
.pkp_structure_sidebar .tools-compact {
    display: block !important;
}

/* Beri jarak antar tool secara paksa */
.pkp_structure_sidebar .tools-compact a {
    display: block !important;
    margin: 0 0 1px 0 !important;  /* jarak tipis tapi jelas */
    padding: 0 !important;
}

/* Hilangkan margin terakhir */
.pkp_structure_sidebar .tools-compact a:last-child {
    margin-bottom: 0 !important;
}

/* Pastikan gambar tidak overlap */
.pkp_structure_sidebar .tools-compact img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    z-index: 1 !important;
}

/* =====================================
   SAMAKAN STYLE BLOCK SIDEBAR
   ===================================== */

/* Semua block sidebar */
.pkp_block {
  background: #ffffff !important;
  border: 1px solid #cfd8dc !important;
  border-radius: 10px !important;
  padding: 15px !important;
  margin-bottom: 20px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Header block */
.pkp_block .title {
  font-weight: bold !important;
  font-size: 14px !important;
  border-bottom: 1px solid #e0e0e0 !important;
  padding-bottom: 8px !important;
  margin-bottom: 12px !important;
}

/* Konten block */
.pkp_block .content {
  padding: 0 !important;
}

/* Supaya flag counter full */
.pkp_block iframe,
.pkp_block img {
  max-width: 100% !important;
  height: auto !important;
}

/* Samakan garis hijau kiri */
.pkp_block {
  border-left: 4px solid #2E7D32 !important;
}

/* ======================================
   JSIM EDITORIAL BOARD STYLE
   ====================================== */

.jsim-editorial-wrapper {
  font-family: Cambria, serif;
  margin-top: 20px;
}

.jsim-editorial-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #2E7D32;
  margin-bottom: 30px;
}

/* Main Cards */
.jsim-editor-card {
  background: #ffffff;
  border-left: 5px solid #2E7D32;
  padding: 18px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.jsim-editor-card h3 {
  margin-top: 0;
  font-size: 16px;
  color: #1B5E20;
}

.jsim-editor-card .name {
  font-weight: bold;
  font-size: 15px;
  margin: 6px 0;
}

.jsim-editor-card .meta {
  font-size: 13px;
  color: #4A4A4A;
}

.jsim-editor-card .affil {
  font-size: 13px;
  color: #666;
}

/* Section Title */
.section-title {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #2E7D32;
  border-bottom: 2px solid #A5D6A7;
  padding-bottom: 6px;
}

/* Grid Members */
.jsim-editor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 15px;
}

.member-card {
  background: #f9fbf9;
  border: 1px solid #e0e0e0;
  padding: 14px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.member-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.member-card .name {
  font-weight: bold;
  color: #1B5E20;
}

.member-card .meta {
  font-size: 12px;
  color: #555;
}

.member-card .affil {
  font-size: 12px;
  color: #777;
}

/* ======================================
   JSIM REVIEWER CLEAN STYLE
   ====================================== */

.jsim-reviewer-wrapper {
  margin-top: 40px;
  font-family: Cambria, serif;
}

.jsim-reviewer-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #2E7D32;
  margin-bottom: 25px;
}

/* Grid */
.jsim-reviewer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

/* Card */
.reviewer-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: 4px solid #2E7D32;
  padding: 18px;
  border-radius: 10px;
  transition: 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.reviewer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.reviewer-card .name {
  font-weight: bold;
  font-size: 15px;
  color: #1B5E20;
  margin-bottom: 6px;
}

.reviewer-card .meta {
  font-size: 12px;
  color: #555;
  margin-bottom: 6px;
}

.reviewer-card .affil {
  font-size: 12px;
  color: #777;
}

/* ======================================
   JSIM CALL FOR PAPER
   ====================================== */

.jsim-call-wrapper {
  font-family: Cambria, serif;
  background: #ffffff;
  padding: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  line-height: 1.6;
}

.jsim-call-title {
  text-align: center;
  font-size: 24px;
  color: #2E7D32;
  margin-bottom: 20px;
  border-bottom: 2px solid #A5D6A7;
  padding-bottom: 10px;
}

.jsim-call-wrapper h3 {
  color: #1B5E20;
  margin-top: 25px;
  margin-bottom: 10px;
}

.jsim-call-wrapper ul {
  padding-left: 20px;
}

.jsim-call-wrapper li {
  margin-bottom: 6px;
}

/* =======================================================
   FOOTER FINAL REFINED – JSIM
   ======================================================= */

/* ===== Wrapper Override OJS ===== */
.pkp_structure_footer_wrapper {
    padding-left: 10px !important;
    padding-right: 30px !important;
}

/* ===== FOOTER UTAMA ===== */
.site-footer {
    background: #2f7d32;
    color: #ffffff;
    padding: 50px 0 25px 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ===== FLEX LAYOUT ===== */
.footer-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* =======================================================
   PUBLISHER SECTION
   ======================================================= */

.footer-publisher {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Logo */
.publisher-logo img {
    width: 105px;
    height: auto;
    display: block;
    margin-top: 6px; /* micro optical alignment */
}

/* Text Block */
.publisher-text {
    max-width: 420px;
    line-height: 1.6;
    transform: translateY(-8px);   /* naikkan teks */
}

/* Remove default paragraph margin */
.publisher-text p {
    margin: 0 0 6px 0;
}

/* Published by label */
.publisher-label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.75;
    margin-bottom: 8px;
}

/* Publisher Name */
.publisher-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
}

/* Address */
.publisher-address {
    font-size: 14px;
    opacity: 0.85;
    line-height: 1.7;
}

/* =======================================================
   LICENSE BLOCK
   ======================================================= */

.footer-license {
    text-align: center;
    padding: 14px 20px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 8px;
    min-width: 180px;
}

.footer-license img {
    margin-bottom: 8px;
}

.footer-license p {
    margin: 0;
    font-size: 14px;
}

.footer-license a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.footer-license a:hover {
    text-decoration: underline;
}

/* =======================================================
   FOOTER BOTTOM
   ======================================================= */

.footer-bottom {
    margin-top: 35px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.25);
    text-align: center;
    font-size: 14px;
    opacity: 0.9;
}

/* =======================================================
   RESPONSIVE
   ======================================================= */

@media (max-width: 768px) {

    .footer-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .footer-publisher {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .publisher-logo img {
        margin-top: 0;
    }
}

/* =======================================================
   MOBILE OPTIMIZATION – FOOTER JSIM
   ======================================================= */

@media (max-width: 768px) {

    /* Kurangi padding agar tidak terlalu lebar */
    .site-footer {
        padding: 35px 20px 20px 20px;
    }

    /* Ubah layout jadi vertikal */
    .footer-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 35px;
    }

    /* Publisher jadi kolom */
    .footer-publisher {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    /* Logo lebih kecil agar proporsional */
    .publisher-logo img {
        width: 85px;
        margin-top: 0;
    }

    /* Text block full width */
    .publisher-text {
        max-width: 100%;
        transform: none; /* hilangkan adjustment desktop */
    }

    .publisher-label {
        font-size: 13px;
        letter-spacing: 0.8px;
    }

    .publisher-name {
        font-size: 16px;
    }

    .publisher-address {
        font-size: 13px;
    }

    /* License block lebih ramping */
    .footer-license {
        width: 100%;
        max-width: 260px;
        padding: 12px 15px;
    }

    .footer-license img {
        width: 80px;
        height: auto;
    }

    /* Footer bottom lebih compact */
    .footer-bottom {
        margin-top: 25px;
        font-size: 13px;
    }
}

/* =======================================================
   Rata kiri kanan – CURRENT ISSUE
   ======================================================= */

.jsim-current-issue-desc,
.jsim-current-issue-desc p,
.obj_issue_summary .description,
.obj_issue_summary .description p,
.page_issue .issue_description,
.page_issue .issue_description p,
.current_issue .description,
.current_issue .description p {
  text-align: justify !important;
  text-justify: inter-word !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  display: block !important;
  width: 100% !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto;
}

.jsim-current-issue-desc strong,
.jsim-current-issue-desc em,
.obj_issue_summary .description strong,
.obj_issue_summary .description em,
.page_issue .issue_description strong,
.page_issue .issue_description em,
.current_issue .description strong,
.current_issue .description em {
  font-size: inherit !important;
  line-height: inherit !important;
}

.obj_issue_summary .description *,
.page_issue .issue_description *,
.current_issue .description *,
.jsim-current-issue-desc * {
  text-align: justify !important;
}

/* ==============================
   LOGIN / REGISTER STYLE FINAL
   ============================== */

/* Posisi tetap di pojok kanan atas */
.pkp_structure_head {
    position: relative;
}

.pkp_navigation_user_wrapper,
.pkp_navigation_user-wrapper,
.pkp_navigation_user,
#navigationUser {
    position: absolute !important;
    top: 8px !important;
    right: -175px !important;
    z-index: 9999 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* STYLE BUTTON (RECOMMENDED) */
.pkp_navigation_user a,
.pkp_navigation_user_wrapper a,
.pkp_navigation_user-wrapper a,
#navigationUser a {
    background: #2E7D32;            /* warna utama */
    color: #ffffff !important;      /* teks putih */
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease;
}

/* Hover effect */
.pkp_navigation_user a:hover,
.pkp_navigation_user_wrapper a:hover,
.pkp_navigation_user-wrapper a:hover,
#navigationUser a:hover {
    background: #1B5E20;            /* lebih gelap */
    color: #ffffff !important;
}

/* Optional: efek klik */
.pkp_navigation_user a:active {
    transform: scale(0.96);
}
/* =====================================================
   MOBILE HORIZONTAL SLIDER - ABOUT JOURNAL
   Tampilan tetap melebar, bisa digeser di HP
   ===================================================== */

@media (max-width: 768px) {

  .additional_content,
  .homepage_about {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
  }

  /* Konten di dalam tetap lebar seperti desktop */
  .additional_content > div,
  .homepage_about > div {
    min-width: 720px !important;
    max-width: none !important;
    width: 720px !important;
    box-sizing: border-box !important;
  }

  /* Pertahankan flex agar tidak turun ke bawah */
  .additional_content div[style*="display: flex"],
  .homepage_about div[style*="display: flex"] {
    display: flex !important;
    flex-wrap: nowrap !important;
  }

  /* Gambar jangan membesar penuh */
  .additional_content img,
  .homepage_about img {
    max-width: 220px !important;
    width: auto !important;
    height: auto !important;
  }

  /* Tabel tetap melebar */
  .additional_content table,
  .homepage_about table {
    min-width: 360px !important;
    width: 100% !important;
    table-layout: auto !important;
  }

  /* Scrollbar kecil */
  .additional_content::-webkit-scrollbar,
  .homepage_about::-webkit-scrollbar {
    height: 6px;
  }

  .additional_content::-webkit-scrollbar-thumb,
  .homepage_about::-webkit-scrollbar-thumb {
    background: #2E7D32;
    border-radius: 10px;
  }

  .additional_content::-webkit-scrollbar-track,
  .homepage_about::-webkit-scrollbar-track {
    background: #E8F5E9;
  }
}

/* ==============================
   TAMPILKAN LOGIN DI MOBILE
   ============================== */

@media (max-width: 768px) {

    /* Paksa tampil */
    .pkp_navigation_user_wrapper,
    .pkp_navigation_user,
    #navigationUser {
        display: block !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        text-align: center;
        margin: 10px 0;
    }

    /* Style tombol */
    .pkp_navigation_user a,
    #navigationUser a {
        display: inline-block;
        background: #2E7D32;
        color: #fff !important;
        padding: 6px 12px;
        margin: 5px;
        border-radius: 6px;
        font-size: 13px;
        text-decoration: none;
    }

    /* Hover */
    .pkp_navigation_user a:hover {
        background: #1b5e20;
    }
}

/* ==============================
   JSIM WHATSAPP FLOATING
   Academic Style (Clean & Elegant)
   ============================== */

.jsim-wa-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: #2E7D32;
    color: #ffffff !important;
    padding: 10px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    text-decoration: none !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    z-index: 99999;
    transition: all 0.25s ease;
}

/* Icon WA */
.jsim-wa-btn::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("https://cdn-icons-png.flaticon.com/512/733/733585.png") no-repeat center;
    background-size: contain;
}

/* Text */
.jsim-wa-text {
    line-height: 1.2;
}

.jsim-wa-text small {
    font-size: 11px;
    opacity: 0.85;
}

/* Hover */
.jsim-wa-btn:hover {
    background: #1B5E20;
    transform: translateY(-2px);
}

/* ==============================
   MOBILE (Clean Version)
   ============================== */

@media (max-width: 768px) {

    .jsim-wa-btn {
        right: 16px;
        bottom: 18px;
        width: 52px;
        height: 52px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
    }

    .jsim-wa-text {
        display: none;
    }
}

/* =========================================
   JSIM Banner Animation - Elegant Academic Style
   ========================================= */

/* Efek masuk saat website dibuka */
.pkp_site_name_wrapper {
    animation: jsimHeaderEntrance 1.6s ease-out;
    transform-origin: center;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Efek hover lembut saat disentuh mouse */
.pkp_site_name_wrapper:hover {
    transform: scale(1.015);
    filter: brightness(1.05);
}

/* Keyframes animasi */
@keyframes jsimHeaderEntrance {
    0% {
        opacity: 0;
        transform: translateY(-25px) scale(1.03);
        filter: blur(3px);
    }

    60% {
        opacity: 1;
        transform: translateY(4px) scale(1);
        filter: blur(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

/* =========================================
   JSIM Indexing Section
   ========================================= */

.indexing-section {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
    background: #f6fbf6;
    border-left: 5px solid #2e7d32;
    border-radius: 10px;
    font-size: 13px;
}

.indexing-title {
    font-size: 13px;
    color: #1b5e20;
    margin-bottom: 16px;
    font-weight: 600;
}

.indexing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.indexing-item {
    background: #ffffff;
    border: 1px solid #d7e2d7;
    border-radius: 8px;
    padding: 10px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    transition: all 0.25s ease;
}

.indexing-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(0,0,0,0.14);
}

.indexing-item img {
    max-width: 100%;
    max-height: 48px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .indexing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .indexing-grid {
        grid-template-columns: 1fr;
    }
}

/* ==============================
   JSIM PREMIUM TOP RUNNING TEXT
   ============================== */

.jsim-marquee {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #1B5E20, #2E7D32, #43A047);
    color: #ffffff;
    padding: 9px 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}

/* Label kiri */
.jsim-marquee::before {
    content: "INFO JSIM";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 16px;
    background: #0B3D16;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    z-index: 2;
}

/* Running text */
.jsim-marquee-track {
    display: inline-flex;
    align-items: center;
    gap: 70px;
    white-space: nowrap;
    padding-left: 110%;
    animation: jsimMarquee 30s linear infinite;
}

/* Pause saat hover */
.jsim-marquee:hover .jsim-marquee-track {
    animation-play-state: paused;
}

/* Text */
.jsim-marquee span {
    display: inline-block;
    text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}

/* Animasi */
@keyframes jsimMarquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* ==============================
   MOBILE VERSION
   ============================== */

@media (max-width: 768px) {

    .jsim-marquee {
        font-size: 11px;
        padding: 8px 0;
    }

    .jsim-marquee::before {
        content: "JSIM";
        padding: 0 10px;
        font-size: 10px;
    }

    .jsim-marquee-track {
        gap: 45px;
        animation-duration: 24s;
        padding-left: 120%;
    }
}