/* ======== 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 3 – FINAL STABIL
   Tema: Hijau Tua – Abu – Putih
   ===================================================== */

/* ===== FOOTER UTAMA ===== */
.site-footer {
  background-color: #2E7D32;
  color: #FFFFFF;
  padding: 32px 0 18px;
  font-family: Arial, sans-serif;
}

/* ===== CONTAINER ===== */
.site-footer .footer-inner,
.site-footer .footer-block {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
}

/* ===== KOLOM KIRI – PUBLISHER ===== */
.site-footer .footer-left,
.site-footer .footer-publisher {
  flex: 1 1 60%;
  min-width: 280px;
}

.site-footer .publisher-label {
  font-size: 13px;
  font-weight: 600;
  color: #E8F5E9;
  margin-bottom: 6px;
}

.site-footer .publisher-name {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 6px;
}

.site-footer .publisher-address {
  font-size: 14px;
  line-height: 1.6;
  color: #E0E0E0;
}

/* ===== KOLOM KANAN – LICENSE ===== */
.site-footer .footer-right,
.site-footer .footer-license {
  flex: 0 0 auto;
  max-width: 260px;
}

.site-footer .footer-license {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  padding: 14px 16px;
  border-radius: 6px;
  text-align: center;
}

.site-footer .footer-license img {
  display: block;
  margin: 0 auto 6px;
}

.site-footer .footer-license p {
  font-size: 13px;
  margin: 0;
  color: #FFFFFF;
}

.site-footer .footer-license a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.site-footer .footer-license a:hover {
  text-decoration: underline;
}

/* ===== LINK UMUM ===== */
.site-footer a {
  color: #E8F5E9;
}

.site-footer a:hover {
  color: #FFFFFF;
}

/* ===== COPYRIGHT ===== */
.site-footer .footer-bottom,
.site-footer__copyright {
  width: 100%;
  text-align: center;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.25);
  font-size: 12px;
  color: #E8F5E9;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .site-footer .footer-inner,
  .site-footer .footer-block {
    flex-direction: column;
    text-align: left;
  }

  .site-footer .footer-license {
    margin-top: 16px;
  }
}

/* =====================================================
   FOOTER ENHANCEMENT – ELEGAN & UNIK (NON-DESTRUKTIF)
   ===================================================== */

/* Accent signature jurnal (garis atas) */
.site-footer::before {
  content: "";
  display: block;
  width: 180px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #E8F5E9,
    #FFFFFF,
    #E8F5E9
  );
  margin: 0 auto 28px;
  border-radius: 2px;
  opacity: 0.85;
}

/* Perkuat hierarki teks */
.site-footer .publisher-name {
  letter-spacing: 0.3px;
}

.site-footer .publisher-address {
  opacity: 0.9;
}

/* License box tampil lebih premium */
.site-footer .footer-license {
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.site-footer .footer-license:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.22);
}

/* Link lebih hidup tapi tetap sopan */
.site-footer a {
  position: relative;
}

.site-footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #E8F5E9;
  transition: width 0.3s ease;
}

.site-footer a:hover::after {
  width: 100%;
}

/* Copyright lebih rapi & eksklusif */
.site-footer .footer-bottom {
  letter-spacing: 0.4px;
  font-size: 12px;
  opacity: 0.95;
}

/* Responsif: hilangkan hover effect di mobile */
@media (max-width: 768px) {
  .site-footer .footer-license:hover {
    transform: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  }
}

/* =====================================================
   FOOTER PROPORSI FIX – TIDAK TERLALU TINGGI / LEBAR
   ===================================================== */

/* Kurangi tinggi footer */
.site-footer {
  padding: 22px 0 14px; /* sebelumnya terlalu besar */
}

/* Batasi lebar visual konten */
.site-footer .footer-inner,
.site-footer .footer-block {
  max-width: 1000px; /* lebih ramping dari 1100 */
  padding: 0 20px;
  gap: 24px;
}

/* Rapikan jarak teks kiri */
.site-footer .publisher-label {
  margin-bottom: 4px;
}

.site-footer .publisher-name {
  margin-bottom: 4px;
}

.site-footer .publisher-address {
  margin-top: 0;
}

/* License box lebih kompak */
.site-footer .footer-license {
  padding: 10px 14px;
}

.site-footer .footer-license img {
  margin-bottom: 4px;
}

/* Garis pemisah lebih dekat */
.site-footer .footer-bottom {
  margin-top: 18px;
  padding-top: 10px;
}

/* Signature line dipendekkan */
.site-footer::before {
  width: 120px;
  margin-bottom: 18px;
}

/* Mobile: tetap ringkas */
@media (max-width: 768px) {
  .site-footer {
    padding: 20px 0 14px;
  }

  .site-footer .footer-license {
    margin-top: 12px;
  }
}

/* =====================================================
   FOOTER MICRO SHRINK – FINAL TOUCH
   ===================================================== */

/* Kurangi tinggi total sedikit lagi */
.site-footer {
  padding: 18px 0 12px;
}

/* Lebar konten makin ramping */
.site-footer .footer-inner,
.site-footer .footer-block {
  max-width: 960px;
  gap: 20px;
}

/* License box lebih ringkas */
.site-footer .footer-license {
  padding: 8px 12px;
}

/* Garis pemisah lebih dekat */
.site-footer .footer-bottom {
  margin-top: 14px;
  padding-top: 8px;
  font-size: 11.5px;
}

/* Accent line lebih pendek */
.site-footer::before {
  width: 96px;
  margin-bottom: 14px;
}

/* =====================================================
   FOOTER OJS – NUCLEAR OVERRIDE (PASTI KENA)
   Target: atas turun, bawah naik
   ===================================================== */

/* Target footer utama semua theme OJS */
body .pkp_structure_footer,
body .pkp_footer_content,
body footer,
body .site-footer {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Target container bawaan theme */
body .pkp_structure_footer .container,
body .pkp_structure_footer .row,
body .pkp_structure_footer [class*="container"],
body .pkp_structure_footer [class*="row"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Target semua elemen dalam footer (VERTIKAL SAJA) */
body .pkp_structure_footer * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* License box tetap aman */
body .pkp_structure_footer .footer-license {
  padding: 6px 10px !important;
}

/* Garis pemisah */
body .pkp_structure_footer hr {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}

/* Copyright – NAIKKAN */
body .pkp_structure_footer .footer-bottom,
body .pkp_structure_footer .pkp_footer_content p {
  padding-top: 6px !important;
  margin-top: 6px !important;
  font-size: 11.5px !important;
}

/* =====================================================
   FOOTER – PENEGASAN NAMA PUBLISHER
   Khusus: CV. Lentera Pendidikan Global
   ===================================================== */

/* Perbesar nama publisher saja */
body .pkp_structure_footer .publisher-name,
body .pkp_structure_footer strong {
  font-size: 16px !important;   /* naik sedikit dari default */
  font-weight: 700 !important;
  letter-spacing: 0.2px;
}

/* Pastikan baris alamat tetap proporsional */
body .pkp_structure_footer .publisher-address {
  font-size: 13px !important;
}

/* =========================
   HEADER / BANNER FIX OJS 3
   ========================= */

/* Hilangkan padding default berlebih */
.pkp_site_name {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
}

/* Wrapper full width */
.pkp_site_name_wrapper {
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100%;
}

/* Link pembungkus logo */
.pkp_site_name > a {
  display: block;
  padding: 0 !important;
}

/* Logo agar proporsional & responsif */
.pkp_site_name .is_img img {
  max-height: 180px;      /* bisa ubah sesuai kebutuhan */
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Navigasi user tidak menimpa banner */
.pkp_navigation_user_wrapper {
  position: absolute;
  top: 10px;
  right: 20px;
  padding-right: 0;
}

/* Struktur halaman rapi */
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20px !important; /* diperbaiki */
  padding-bottom: 20px !important;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .pkp_site_name .is_img img {
    max-height: 120px;
  }
}

/* ==============================
   FULL WIDTH HEADER BANNER FIX
   ============================== */

/* Hilangkan container bootstrap di header */
.pkp_structure_head .container,
.pkp_structure_head .pkp_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Hilangkan padding default */
.pkp_site_name {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

/* Banner image full width */
.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block;
}

/* Hapus jarak kosong bawah banner */
.pkp_site_name_wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

/* Rapikan jarak sebelum menu */
.pkp_navigation_primary_wrapper {
    margin-top: 0 !important;
}

/* Perbaiki spacing body */
.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* Search bar alignment */
.pkp_navigation_search_wrapper {
    margin-right: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .pkp_site_name .is_img img {
        height: auto;
    }
}

/* =========================
   HEADER TOP FIX
   ========================= */

/* Hilangkan space abu-abu paling atas */
body {
    margin-top: 0 !important;
}

.pkp_structure_head {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Pastikan tidak ada padding container */
.pkp_structure_head .container,
.pkp_head_wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* =========================
   BANNER CONTROL
   ========================= */

.pkp_site_name {
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto !important;
    display: block;
}
}

/* ===============================
   HAPUS SPACE PUTIH PALING ATAS
   =============================== */

.pkp_structure_head {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.pkp_structure_head .container {
    padding-top: 0 !important;
}

/* ===============================
   HAPUS SPACE ANTARA BANNER & MENU
   =============================== */

.pkp_site_name {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_site_name_wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_navigation_primary_wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

/* Pastikan tidak ada garis default */
.pkp_navigation_primary {
    margin-top: 0 !important;
}

/* ===============================
   HAPUS SPACE PUTIH PALING ATAS
   =============================== */

.pkp_structure_head {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.pkp_structure_head .container {
    padding-top: 0 !important;
}

/* =========================
   HILANGKAN STRIP PALING ATAS
   ========================= */

#headerNavigationContainer,
.pkp_structure_head {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}

/* Pastikan body tidak punya background berbeda */
body {
    margin: 0 !important;
}

/* =========================
   SATUKAN BANNER & MENU
   ========================= */

.pkp_navigation_primary_wrapper {
    margin: 0 !important;
    padding: 0 !important;
    border-top: none !important;
}

.pkp_navigation_primary {
    border-top: none !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;
}