.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}

.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

.navbar-brand {
  font-style: normal;
  font-weight: bolder;
}

.pkp_site_name .is_img img {
	display: inline-block;
	max-height: 100px;
	max-width: 100%;
	width: auto;
	height: auto;
}

  .jeei-sidebar {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .jeei-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dfe8f7;
    box-shadow: 0 4px 12px rgba(0, 61, 145, 0.10);
  }

  .jeei-card-title {
    background: linear-gradient(135deg, #1476e8, #3f83f1);
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    padding: 10px 8px;
    letter-spacing: .2px;
  }

  .jeei-menu {
    display: flex;
    flex-direction: column;
  }

  .jeei-menu a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 12px;
    background: #fff8e8;
    color: #111111;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid #f0ead8;
    transition: all .25s ease;
  }

  .jeei-menu a:last-child {
    border-bottom: none;
  }

  .jeei-menu a:hover {
    background: #eaf3ff;
    color: #0b63ce;
    padding-left: 16px;
  }

  .jeei-icon {
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #0b63ce;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
  }

  .jeei-cta {
    background: linear-gradient(135deg, #062f75, #0b63ce);
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 61, 145, 0.25);
  }

  .jeei-cta-small {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .8px;
    opacity: .9;
  }

  .jeei-cta-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    margin: 7px 0 12px;
  }

  .jeei-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffd21f;
    color: #06366f;
    padding: 9px 16px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 3px 0 #d6a900;
  }

  .jeei-content {
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .jeei-template-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f4f8ff;
    border: 1px dashed #0b63ce;
    border-radius: 10px;
    padding: 12px;
    text-decoration: none;
    color: #0b63ce;
    box-sizing: border-box;
    transition: all .25s ease;
  }

  .jeei-template-btn:hover {
    background: #eaf3ff;
    transform: translateY(-2px);
  }

  .jeei-template-icon {
    min-width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #0b63ce;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }

  .jeei-template-text {
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .jeei-template-text strong {
    font-size: 13px;
    color: #0b63ce;
  }

  .jeei-template-text span {
    font-size: 11px;
    color: #666666;
  }

  .jeei-issn-number {
    font-size: 21px;
    font-weight: 900;
    color: #111111;
    margin-top: 2px;
  }

  .jeei-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #777777;
    font-weight: 700;
  }

  .jeei-barcode {
    max-width: 210px;
    width: 100%;
    height: auto;
  }

  .jeei-logo-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .jeei-logo-grid img {
    max-width: 150px;
    max-height: 48px;
    object-fit: contain;
  }

  .jeei-tools {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }

  .jeei-tools a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border-radius: 8px;
    background: #f5f9ff;
    border: 1px solid #e3edfb;
    text-decoration: none;
    color: #0b63ce;
    font-size: 13px;
    font-weight: 800;
  }

  .jeei-tools a:hover {
    background: #0b63ce;
    color: #ffffff;
  }

  .jeei-contact {
    background: #062f75;
    color: #ffffff;
    border-radius: 12px;
    padding: 14px 12px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
  }

  .jeei-contact strong {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }

  @media screen and (max-width: 768px) {
    .jeei-sidebar {
      max-width: 100%;
    }
  }
/* ==================================================
   JEEI CLEAN MODERN FOOTER - OJS 3
   Tanpa Platform & workflow by OJS / PKP
   ================================================== */

/* Wrapper footer utama */
.pkp_structure_footer_wrapper {
  background: linear-gradient(135deg, #eaf3ff 0%, #f7fbff 55%, #dfeeff 100%) !important;
  border-top: 5px solid #1684f8 !important;
  border-bottom: none !important;
  margin-top: 35px !important;
  padding: 32px 34px !important;
  box-shadow: 0 -6px 18px rgba(0, 61, 145, 0.08);
}

/* Hilangkan strip abu-abu bawah bawaan */
.pkp_structure_footer_wrapper::after,
.pkp_structure_footer_wrapper:after {
  display: none !important;
  content: none !important;
}

/* Struktur footer OJS */
.pkp_structure_footer {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: block !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

/* Konten footer OJS dibuat full */
.pkp_footer_content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

/* Hilangkan total Platform & workflow by OJS / PKP */
.pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer,
.pkp_brand_footer a,
.pkp_brand_footer img {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

/* Card footer custom */
.jeei-footer {
  width: 100%;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.jeei-footer-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 28px;
  padding: 30px 34px;
  box-sizing: border-box;

  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #d7e7fb;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0, 61, 145, 0.12);
}

/* Bagian kiri footer */
.jeei-footer-left {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}

.jeei-footer-logo {
  width: 86px;
  height: 86px;
  min-width: 86px;
  border-radius: 22px;

  background: linear-gradient(135deg, #0b63ce, #19a1ff);
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1px;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 10px 24px rgba(0, 99, 206, 0.28);
}

.jeei-footer-text {
  flex: 1;
  min-width: 0;
}

.jeei-footer-label {
  display: inline-block;
  background: #eaf3ff;
  color: #0b63ce;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 9px;
}

.jeei-footer-text h3 {
  margin: 0 0 8px 0;
  color: #062f75;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3;
}

.jeei-footer-text h4 {
  margin: 0 0 8px 0;
  color: #111111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.jeei-footer-text p {
  margin: 0 0 10px 0;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
}

.jeei-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 10px;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
}

.jeei-footer a {
  color: #0b63ce !important;
  font-weight: 800;
  text-decoration: none !important;
}

.jeei-footer a:hover {
  color: #06366f !important;
  text-decoration: underline !important;
}

.jeei-footer-license {
  padding-top: 10px;
  border-top: 1px solid #d7e7fb;
  color: #1f2937;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

/* Bagian kanan footer */
.jeei-footer-right {
  flex: 0 0 270px;
  background: #ffffff;
  border: 1px solid #d7e7fb;
  border-radius: 18px;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(0, 61, 145, 0.08);
}

.jeei-footer-menu-title {
  color: #062f75;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 12px;
  text-align: center;
}

.jeei-footer-menu {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.jeei-footer-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #f5f9ff;
  color: #0b63ce !important;
  border: 1px solid #e3edfb;
  border-radius: 10px;
  padding: 10px 13px;

  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.jeei-footer-menu a::after {
  content: "›";
  font-size: 19px;
  font-weight: 900;
}

.jeei-footer-menu a:hover {
  background: #0b63ce;
  color: #ffffff !important;
  transform: translateX(3px);
}

/* Pastikan tidak ada sisa area abu-abu dari theme */
.pkp_structure_footer_wrapper + div,
.pkp_structure_footer + div {
  border-bottom: none !important;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .pkp_structure_footer_wrapper {
    padding: 22px 16px !important;
  }

  .jeei-footer-main {
    flex-direction: column;
    padding: 24px 20px;
    gap: 22px;
  }

  .jeei-footer-left {
    flex-direction: column;
  }

  .jeei-footer-logo {
    width: 74px;
    height: 74px;
    min-width: 74px;
    font-size: 21px;
  }

  .jeei-footer-right {
    flex: 1 1 auto;
    width: 100%;
  }

  .jeei-footer-text h3 {
    font-size: 18px;
  }

  .jeei-footer-text h4 {
    font-size: 15px;
  }
}
/* ==================================================
   JEEI OJS 3 - MOBILE FIX FINAL
   Header, menu, banner, current issue, sidebar, footer
   ================================================== */

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Semua gambar tidak boleh melebihi layar */
img,
iframe,
video,
embed,
object {
  max-width: 100% !important;
  height: auto !important;
}

/* ==================================================
   MOBILE & TABLET
   ================================================== */

@media screen and (max-width: 768px) {

  /* Struktur halaman */
  .pkp_structure_page {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  .pkp_head_wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    background: #ffffff !important;
  }

  /* ==================================================
     HAMBURGER MENU
     ================================================== */

  .pkp_site_nav_toggle {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;

    background: #1684f8 !important;
    border: none !important;
    border-radius: 0 !important;

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
  }

  .pkp_site_nav_toggle span,
  .pkp_site_nav_toggle span:before,
  .pkp_site_nav_toggle span:after {
    background: #ffffff !important;
  }

  /* ==================================================
     HEADER LOGO / BANNER JURNAL
     ================================================== */

  .pkp_site_name_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 0 0 52px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    overflow: hidden !important;
  }

  .pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
  }

  .pkp_site_name > a {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
  }

  .pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 52px !important;
    max-height: 52px !important;
    object-fit: cover !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Menu user/operator jangan menabrak header */
  .pkp_navigation_user_wrapper {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    padding: 6px 10px !important;
    text-align: right !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }

  /* ==================================================
     MENU NAVIGASI SAAT MOBILE
     ================================================== */

  .pkp_site_nav_menu {
    width: 100% !important;
    max-width: 100% !important;
    background: #ffffff !important;
    border-top: 1px solid #e5e7eb !important;
    box-shadow: 0 4px 12px rgba(0,0,0,.08) !important;
  }

  .pkp_navigation_primary_row {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #ffffff !important;
  }

  .pkp_navigation_primary {
    width: max-content !important;
    min-width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pkp_navigation_primary > li > a,
  .pkp_navigation_primary > li > span {
    padding: 11px 12px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }

  .pkp_navigation_search_wrapper {
    width: 100% !important;
    padding: 8px 12px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
  }

  /* ==================================================
     KONTEN UTAMA DAN SIDEBAR
     ================================================== */

  .pkp_structure_content {
    width: 100% !important;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
  }

  .pkp_structure_main {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 16px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    order: 1 !important;
  }

  .pkp_structure_sidebar {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 16px 24px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    order: 2 !important;
  }

  /* ==================================================
     BANNER PROMOSI DI HALAMAN DEPAN
     ================================================== */

  .homepage_image,
  .additional_content {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 24px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .homepage_image img,
  .additional_content img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* ==================================================
     CURRENT ISSUE
     ================================================== */

  .current_issue h2,
  .obj_issue_toc .heading h2,
  .page h1,
  .page_title {
    font-size: 25px !important;
    line-height: 1.35 !important;
    margin-bottom: 20px !important;
  }

  .current_issue_title,
  .obj_issue_toc .heading .title {
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 18px !important;
  }

  .current_issue .cover {
    float: none !important;
    width: 100% !important;
    max-width: 260px !important;
    margin: 0 auto 22px auto !important;
    display: block !important;
    text-align: center !important;
  }

  .current_issue .cover img {
    width: 100% !important;
    max-width: 260px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .current_issue .description {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    text-align: left !important;
    margin: 0 !important;
  }

  .current_issue .published {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  /* Tombol cover issue, full book, PDF */
  .cmp_button,
  .obj_galley_link,
  .galleys_links a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 8px 12px !important;
    margin: 4px 4px 4px 0 !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    box-sizing: border-box !important;
  }

  /* Artikel */
  .obj_article_summary {
    padding: 14px 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
  }

  .obj_article_summary .title {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .obj_article_summary .authors {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }

  .obj_article_summary .pages {
    float: none !important;
    display: block !important;
    margin-top: 6px !important;
    text-align: left !important;
    font-size: 12px !important;
  }

  /* ==================================================
     SIDEBAR CUSTOM JEEI
     ================================================== */

  .jeei-sidebar {
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .jeei-card,
  .jeei-cta,
  .jeei-contact {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .jeei-menu a {
    font-size: 13px !important;
    padding: 12px 13px !important;
  }

  .jeei-logo-grid img {
    max-width: 140px !important;
    max-height: 46px !important;
  }

  .jeei-barcode {
    max-width: 210px !important;
  }

  /* ==================================================
     FOOTER
     ================================================== */

  .pkp_structure_footer_wrapper {
    padding: 22px 14px !important;
    margin-top: 24px !important;
    border-bottom: none !important;
  }

  .pkp_structure_footer {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pkp_footer_content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .pkp_brand_footer,
  .pkp_brand_footer a,
  .pkp_brand_footer img {
    display: none !important;
  }

  .jeei-footer-main {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 22px 18px !important;
    border-radius: 18px !important;
  }

  .jeei-footer-left {
    flex-direction: column !important;
    gap: 14px !important;
  }

  .jeei-footer-logo {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    font-size: 21px !important;
  }

  .jeei-footer-text h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }

  .jeei-footer-text h4 {
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .jeei-footer-text p,
  .jeei-footer-contact,
  .jeei-footer-license {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }

  .jeei-footer-right {
    width: 100% !important;
    flex: 1 1 auto !important;
    padding: 16px !important;
  }
}

/* ==================================================
   MOBILE KECIL 480px KE BAWAH
   ================================================== */

@media screen and (max-width: 480px) {

  body {
    font-size: 14px !important;
  }

  .pkp_site_nav_toggle {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }

  .pkp_site_name_wrapper {
    padding-left: 48px !important;
  }

  .pkp_site_name .is_img img {
    height: 48px !important;
    max-height: 48px !important;
  }

  .pkp_structure_main {
    padding: 16px 14px !important;
  }

  .pkp_structure_sidebar {
    padding: 0 14px 22px !important;
  }

  .current_issue h2,
  .obj_issue_toc .heading h2,
  .page h1,
  .page_title {
    font-size: 23px !important;
  }

  .current_issue_title,
  .obj_issue_toc .heading .title {
    font-size: 20px !important;
  }

  .current_issue .cover {
    max-width: 230px !important;
  }

  .current_issue .cover img {
    max-width: 230px !important;
  }

  .current_issue .description {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }

  .jeei-sidebar {
    max-width: 100% !important;
  }

  .jeei-cta-title {
    font-size: 18px !important;
  }

  .jeei-card-title {
    font-size: 13px !important;
    padding: 9px 8px !important;
  }

  .jeei-menu a {
    font-size: 12px !important;
    padding: 11px 12px !important;
  }

  .jeei-footer-main {
    padding: 20px 16px !important;
  }

  .jeei-footer-text h3 {
    font-size: 17px !important;
  }

  .jeei-footer-menu a {
    font-size: 12px !important;
    padding: 9px 11px !important;
  }
}
/* ==================================================
   JEEI HEADER MENU - CLEAN PROFESSIONAL SINGLE ROW
   Menu full 1 baris ke kanan
   ================================================== */

/* Bar menu utama */
.pkp_navigation_primary_row {
  width: 100% !important;
  min-height: 52px !important;
  height: auto !important;

  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;

  padding: 0 22px !important;
  margin: 0 !important;
  box-sizing: border-box !important;

  background: #ffffff !important;
  border-top: 3px solid #1684f8 !important;
  border-bottom: 1px solid #dbe7f5 !important;
  box-shadow: 0 3px 10px rgba(0, 61, 145, 0.06) !important;

  overflow: visible !important;
}

/* Wrapper navigasi kiri */
.pkp_navigation_primary_wrapper {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;

  display: flex !important;
  align-items: center !important;

  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* List menu utama */
.pkp_navigation_primary {
  width: auto !important;
  max-width: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;

  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  white-space: nowrap !important;
  background: transparent !important;
}

/* Item menu */
.pkp_navigation_primary > li {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;

  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

/* Link menu */
.pkp_navigation_primary > li > a,
.pkp_navigation_primary > li > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 52px !important;
  min-height: 52px !important;

  padding: 0 13px !important;
  margin: 0 !important;

  color: #4b5563 !important;
  background: transparent !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1px !important;
  text-decoration: none !important;

  border-bottom: 3px solid transparent !important;
  box-sizing: border-box !important;

  white-space: nowrap !important;
  transition: all 0.22s ease-in-out !important;
}

/* Hover menu */
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > span:hover {
  color: #0b63ce !important;
  background: #f4f9ff !important;
  border-bottom-color: #1684f8 !important;
}

/* Menu aktif */
.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.current > span,
.pkp_navigation_primary > li.current_page_item > a,
.pkp_navigation_primary > li.current_page_item > span,
.pkp_navigation_primary > li.current_page_ancestor > a,
.pkp_navigation_primary > li.current_page_ancestor > span,
.pkp_navigation_primary > li.active > a,
.pkp_navigation_primary > li.active > span {
  color: #0b63ce !important;
  background: #f4f9ff !important;
  border-bottom-color: #1684f8 !important;
}

/* Search tetap di kanan */
.pkp_navigation_search_wrapper {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  margin-left: auto !important;
  padding-left: 16px !important;
  padding-right: 0 !important;

  background: transparent !important;
  white-space: nowrap !important;
}

/* Tombol search */
.pkp_navigation_search_wrapper a,
.pkp_navigation_search_wrapper button,
.pkp_navigation_search_wrapper .search_prompt {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 34px !important;
  height: 34px !important;

  padding: 0 14px !important;
  margin: 0 !important;

  color: #0b63ce !important;
  background: #f7fbff !important;
  border: 1px solid #d9e8fb !important;
  border-radius: 999px !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;

  white-space: nowrap !important;
  transition: all 0.22s ease-in-out !important;
}

.pkp_navigation_search_wrapper a:hover,
.pkp_navigation_search_wrapper button:hover,
.pkp_navigation_search_wrapper .search_prompt:hover {
  color: #ffffff !important;
  background: #0b63ce !important;
  border-color: #0b63ce !important;
}

/* Dropdown tetap rapi */
.pkp_navigation_primary ul,
.pkp_navigation_primary .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #dbe7f5 !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(0, 61, 145, 0.12) !important;
  padding: 7px !important;
  min-width: 220px !important;
  margin-top: 0 !important;
  z-index: 9999 !important;
}

.pkp_navigation_primary ul li a,
.pkp_navigation_primary .dropdown-menu li a {
  display: block !important;
  padding: 10px 13px !important;

  color: #374151 !important;
  background: #ffffff !important;

  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  text-decoration: none !important;

  border-radius: 6px !important;
  transition: all 0.2s ease-in-out !important;
}

.pkp_navigation_primary ul li a:hover,
.pkp_navigation_primary .dropdown-menu li a:hover {
  color: #0b63ce !important;
  background: #eef6ff !important;
  padding-left: 17px !important;
}

/* ==================================================
   TABLET: tetap satu baris, boleh scroll horizontal
   ================================================== */
@media screen and (max-width: 1024px) {
  .pkp_navigation_primary_row {
    padding: 0 14px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .pkp_navigation_primary_wrapper {
    flex: 1 0 auto !important;
  }

  .pkp_navigation_primary {
    flex-wrap: nowrap !important;
    width: max-content !important;
  }

  .pkp_navigation_primary > li > a,
  .pkp_navigation_primary > li > span {
    padding: 0 11px !important;
    font-size: 12px !important;
  }

  .pkp_navigation_search_wrapper {
    flex: 0 0 auto !important;
    padding-left: 10px !important;
  }
}
/* ==================================================
   JEEI TABLE OF CONTENTS - ARTICLE CARD STYLE
   ================================================== */

.cmp_article_list.articles {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding: 0 !important;
  margin: 18px 0 !important;
}

.cmp_article_list.articles > li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.obj_article_summary {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #dbe7f5 !important;
  border-left: 5px solid #1684f8 !important;
  border-radius: 12px !important;
  padding: 16px 18px !important;
  margin: 0 !important;
  box-shadow: 0 5px 14px rgba(0, 61, 145, 0.07);
  transition: all 0.25s ease;
}

.obj_article_summary:hover {
  border-color: #1684f8 !important;
  box-shadow: 0 8px 20px rgba(0, 61, 145, 0.12);
  transform: translateY(-2px);
}

.obj_article_summary .title {
  margin: 0 0 7px 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

.obj_article_summary .title a {
  color: #256f91 !important;
  text-decoration: none !important;
}

.obj_article_summary .title a:hover {
  color: #0b63ce !important;
  text-decoration: underline !important;
}

.obj_article_summary .authors {
  color: #111111 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin-bottom: 10px !important;
}

.obj_article_summary .pages {
  position: absolute;
  top: 16px;
  right: 18px;
  background: #f4f9ff;
  color: #0b63ce;
  border: 1px solid #d9e8fb;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px !important;
  font-weight: 800;
}

/* Meta DOI, Views, Downloads */
.jeei-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 12px 0;
}

.jeei-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #f5f9ff;
  border: 1px solid #dbe7f5;
  color: #0a2342;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.jeei-meta-item a {
  color: #0b63ce !important;
  text-decoration: none !important;
  font-weight: 800;
}

.jeei-meta-item a:hover {
  text-decoration: underline !important;
}

.jeei-meta-icon {
  color: #0b63ce;
  font-weight: 900;
}

/* Tombol PDF dan galley */
.obj_article_summary .galleys_links,
.obj_article_summary .galleys {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

.obj_article_summary .obj_galley_link,
.obj_article_summary .galleys_links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #1684f8 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 7px !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.obj_article_summary .obj_galley_link:hover,
.obj_article_summary .galleys_links a:hover {
  background: #0b63ce !important;
  color: #ffffff !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .obj_article_summary {
    padding: 15px 14px !important;
  }

  .obj_article_summary .pages {
    position: static !important;
    display: inline-flex !important;
    margin: 8px 0 !important;
  }

  .jeei-article-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .jeei-meta-item {
    width: auto;
    max-width: 100%;
    line-height: 1.4;
  }
}
/* ==================================================
   JEEI ARTICLE DETAIL - READABLE FINAL UI
   Title, Author, Keywords, Abstract, References
   Layout 1 kolom agar tidak sempit/berantakan
   ================================================== */

/* Reset layout artikel agar tidak jadi kolom sempit */
.obj_article_details,
.obj_article_details .row,
.obj_article_details .main_entry,
.obj_article_details .entry_details {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
}

/* Jangan pakai grid 2 kolom di dalam artikel */
.obj_article_details .row {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Wrapper artikel */
.obj_article_details {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #111827 !important;
}

/* ==================================================
   CARD UMUM
   ================================================== */

.obj_article_details .page_title,
.obj_article_details h1.page_title,
.obj_article_details .item.authors,
.obj_article_details .item.keywords,
.obj_article_details .item.abstract,
.obj_article_details .item.references,
.obj_article_details .item.citations,
.obj_article_details section.references,
.obj_article_details section.citations,
.obj_article_details div.references,
.obj_article_details div.citations {
  background: #ffffff !important;
  border: 1px solid #dbe7f5 !important;
  border-left: 5px solid #1684f8 !important;
  border-radius: 16px !important;
  box-shadow: 0 6px 18px rgba(0, 61, 145, 0.07) !important;
  box-sizing: border-box !important;
}

/* ==================================================
   TITLE / JUDUL ARTIKEL
   ================================================== */

.obj_article_details .page_title,
.obj_article_details h1.page_title {
  padding: 24px 28px !important;
  margin: 0 0 24px 0 !important;

  color: #111827 !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

/* ==================================================
   AUTHOR
   ================================================== */

.obj_article_details .item.authors {
  padding: 22px 26px !important;
  margin: 0 0 20px 0 !important;
}

/* Hilangkan double border di dalam author */
.obj_article_details .item.authors .authors,
.obj_article_details .item.authors .author,
.obj_article_details .item.authors .author_bio,
.obj_article_details .item.authors .value,
.obj_article_details .item.authors ul,
.obj_article_details .item.authors li {
  background: transparent !important;
  border: none !important;
  border-left: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* Nama penulis */
.obj_article_details .item.authors .name,
.obj_article_details .authors .name {
  color: #111827 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  margin-bottom: 4px !important;
}

/* Afiliasi */
.obj_article_details .item.authors .affiliation,
.obj_article_details .authors .affiliation {
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* ==================================================
   KEYWORDS
   ================================================== */

.obj_article_details .item.keywords {
  background: #f8fbff !important;
  padding: 18px 22px !important;
  margin: 0 0 22px 0 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  border-left: 5px solid #1684f8 !important;
}

.obj_article_details .item.keywords .label,
.obj_article_details .item.keywords h2,
.obj_article_details .item.keywords h3 {
  color: #6b7280 !important;
  font-weight: 900 !important;
}

/* ==================================================
   ABSTRACT
   ================================================== */

.obj_article_details .item.abstract {
  padding: 26px 30px !important;
  margin: 0 0 24px 0 !important;
}

.obj_article_details .item.abstract h2,
.obj_article_details .item.abstract h3 {
  color: #6b7280 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin: 0 0 18px !important;
  padding-bottom: 9px !important;
  border-bottom: 3px solid #1684f8 !important;
  display: inline-block !important;
}

.obj_article_details .item.abstract p {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  text-align: justify !important;
  margin: 0 !important;
}

/* ==================================================
   REFERENCES
   ================================================== */

.obj_article_details .item.references,
.obj_article_details .item.citations,
.obj_article_details section.references,
.obj_article_details section.citations,
.obj_article_details div.references,
.obj_article_details div.citations {
  padding: 26px 30px !important;
  margin: 0 0 26px 0 !important;
}

.obj_article_details .item.references h2,
.obj_article_details .item.references h3,
.obj_article_details .item.citations h2,
.obj_article_details .item.citations h3,
.obj_article_details section.references h2,
.obj_article_details section.references h3,
.obj_article_details section.citations h2,
.obj_article_details section.citations h3,
.obj_article_details div.references h2,
.obj_article_details div.references h3,
.obj_article_details div.citations h2,
.obj_article_details div.citations h3 {
  color: #6b7280 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin: 0 0 18px !important;
  padding-bottom: 9px !important;
  border-bottom: 3px solid #1684f8 !important;
  display: inline-block !important;
}

/* Isi references */
.obj_article_details .item.references p,
.obj_article_details .item.citations p,
.obj_article_details section.references p,
.obj_article_details section.citations p,
.obj_article_details div.references p,
.obj_article_details div.citations p,
.obj_article_details .item.references li,
.obj_article_details .item.citations li,
.obj_article_details section.references li,
.obj_article_details section.citations li,
.obj_article_details div.references li,
.obj_article_details div.citations li {
  color: #111827 !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
  margin-bottom: 11px !important;
}

/* References list */
.obj_article_details .item.references ul,
.obj_article_details .item.citations ul,
.obj_article_details section.references ul,
.obj_article_details section.citations ul,
.obj_article_details div.references ul,
.obj_article_details div.citations ul,
.obj_article_details .item.references ol,
.obj_article_details .item.citations ol,
.obj_article_details section.references ol,
.obj_article_details section.citations ol,
.obj_article_details div.references ol,
.obj_article_details div.citations ol {
  margin: 0 !important;
  padding-left: 22px !important;
}

/* Link dalam references */
.obj_article_details .item.references a,
.obj_article_details .item.citations a,
.obj_article_details section.references a,
.obj_article_details section.citations a,
.obj_article_details div.references a,
.obj_article_details div.citations a {
  color: #0b63ce !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  word-break: break-word !important;
}

.obj_article_details .item.references a:hover,
.obj_article_details .item.citations a:hover,
.obj_article_details section.references a:hover,
.obj_article_details section.citations a:hover,
.obj_article_details div.references a:hover,
.obj_article_details div.citations a:hover {
  text-decoration: underline !important;
}

/* ==================================================
   METADATA ARTIKEL: COVER, PDF, PUBLISHED, HOW TO CITE
   Dibuat card grid di bawah isi artikel
   ================================================== */

.obj_article_details .entry_details {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 16px !important;
  margin-top: 28px !important;
  padding-top: 24px !important;
  border-top: 3px solid #eaf3ff !important;
}

/* Card metadata */
.obj_article_details .entry_details .item {
  background: #ffffff !important;
  border: 1px solid #dbe7f5 !important;
  border-radius: 14px !important;
  box-shadow: 0 5px 14px rgba(0, 61, 145, 0.06) !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Judul card metadata */
.obj_article_details .entry_details .item > h2,
.obj_article_details .entry_details .item > h3 {
  background: #f3f4f6 !important;
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border-bottom: 1px solid #e5e7eb !important;
}

/* Isi card metadata */
.obj_article_details .entry_details .item .value,
.obj_article_details .entry_details .item .content,
.obj_article_details .entry_details .item p {
  padding: 14px !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #374151 !important;
}

/* Cover */
.obj_article_details .entry_details .item.cover_image,
.obj_article_details .entry_details .item.cover {
  padding: 16px !important;
  text-align: center !important;
}

.obj_article_details .entry_details .item.cover_image img,
.obj_article_details .entry_details .item.cover img,
.obj_article_details .entry_details img {
  max-width: 180px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
  border-radius: 10px !important;
}

/* PDF / galley */
.obj_article_details .entry_details .item.galleys,
.obj_article_details .entry_details .item.galley {
  padding: 14px !important;
}

.obj_article_details .entry_details .obj_galley_link,
.obj_article_details .entry_details .galleys_links a,
.obj_article_details .entry_details .item.galleys a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 40px !important;

  background: #1684f8 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;

  font-size: 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.obj_article_details .entry_details .obj_galley_link:hover,
.obj_article_details .entry_details .galleys_links a:hover,
.obj_article_details .entry_details .item.galleys a:hover {
  background: #0b63ce !important;
  color: #ffffff !important;
}

/* Select citation */
.obj_article_details .entry_details select {
  width: 100% !important;
  margin-top: 10px !important;
  padding: 9px 10px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  box-sizing: border-box !important;
}

/* License */
.obj_article_details .entry_details .item.license a {
  color: #0b63ce !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.obj_article_details .entry_details .item.license a:hover {
  text-decoration: underline !important;
}

/* ==================================================
   MOBILE
   ================================================== */

@media screen and (max-width: 768px) {
  .obj_article_details .page_title,
  .obj_article_details h1.page_title {
    padding: 20px 18px !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    border-radius: 14px !important;
  }

  .obj_article_details .item.authors,
  .obj_article_details .item.keywords,
  .obj_article_details .item.abstract,
  .obj_article_details .item.references,
  .obj_article_details .item.citations,
  .obj_article_details section.references,
  .obj_article_details section.citations,
  .obj_article_details div.references,
  .obj_article_details div.citations {
    padding: 20px 18px !important;
    border-radius: 14px !important;
  }

  .obj_article_details .item.abstract p {
    font-size: 14px !important;
    line-height: 1.75 !important;
    text-align: left !important;
  }

  .obj_article_details .entry_details {
    grid-template-columns: 1fr !important;
  }

  .obj_article_details .entry_details .item.cover_image img,
  .obj_article_details .entry_details .item.cover img,
  .obj_article_details .entry_details img {
    max-width: 210px !important;
  }
}
/* ==================================================
   JEEI EDITORIAL TEAM - FINAL UI
   Siap tempel ke Journal Style Sheet OJS 3
   ================================================== */

.jeei-editorial-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #111827;
  width: 100%;
  box-sizing: border-box;
}

.jeei-editorial-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
  border: 1px solid #dbe7f5;
  border-left: 5px solid #1684f8;
  border-radius: 18px;
  padding: 26px 30px;
  margin: 0 0 24px 0;
  box-shadow: 0 8px 22px rgba(0, 61, 145, 0.08);
}

.jeei-editorial-badge {
  display: inline-block;
  background: #eaf3ff;
  color: #0b63ce;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.jeei-editorial-hero h2 {
  margin: 0 0 6px 0;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}

.jeei-editorial-hero p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

.jeei-editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.jeei-role-card {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 61, 145, 0.07);
  overflow: hidden;
  margin-bottom: 22px;
  transition: all 0.25s ease;
}

.jeei-role-card:hover {
  box-shadow: 0 10px 24px rgba(0, 61, 145, 0.11);
  transform: translateY(-2px);
}

.jeei-role-full {
  width: 100%;
}

.jeei-role-title {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #0b63ce, #1684f8);
  color: #ffffff;
  padding: 15px 18px;
}

.jeei-role-title span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #0b63ce;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.jeei-role-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.35;
}

.jeei-person-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.jeei-person {
  padding: 17px 20px;
  border-top: 1px solid #eef4fb;
  box-sizing: border-box;
}

.jeei-person-list .jeei-person {
  border-right: 1px solid #eef4fb;
}

.jeei-person-list .jeei-person:nth-child(2n) {
  border-right: none;
}

.jeei-person strong {
  display: block;
  color: #0b63ce;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 7px;
}

.jeei-person p {
  margin: 0 0 5px 0;
  color: #111827;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}

.jeei-person small {
  display: block;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 600;
}

.jeei-reviewer-group {
  padding: 0 0 8px 0;
}

.jeei-reviewer-group h4 {
  margin: 18px 20px 8px 20px;
  padding: 0 0 8px 0;
  color: #374151;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 2px solid #dbe7f5;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .jeei-editorial-hero {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .jeei-editorial-hero h2 {
    font-size: 24px;
  }

  .jeei-editorial-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jeei-role-card {
    border-radius: 14px;
  }

  .jeei-role-title {
    padding: 14px 16px;
  }

  .jeei-role-title h3 {
    font-size: 13.5px;
  }

  .jeei-person-list {
    grid-template-columns: 1fr;
  }

  .jeei-person-list .jeei-person {
    border-right: none;
  }

  .jeei-person {
    padding: 15px 16px;
  }

  .jeei-person strong {
    font-size: 14px;
  }

  .jeei-person p,
  .jeei-person small {
    font-size: 12px;
  }

  .jeei-reviewer-group h4 {
    margin: 16px 16px 8px 16px;
    font-size: 13px;
  }
}
/* ==================================================
   JEEI REVIEWER PAGE - FINAL UI
   ================================================== */

.jeei-reviewer-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #111827;
  width: 100%;
  box-sizing: border-box;
}

.jeei-reviewer-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
  border: 1px solid #dbe7f5;
  border-left: 5px solid #1684f8;
  border-radius: 18px;
  padding: 26px 30px;
  margin: 0 0 22px 0;
  box-shadow: 0 8px 22px rgba(0, 61, 145, 0.08);
}

.jeei-reviewer-badge {
  display: inline-block;
  background: #eaf3ff;
  color: #0b63ce;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.jeei-reviewer-hero h2 {
  margin: 0 0 10px 0;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}

.jeei-reviewer-hero p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}

.jeei-reviewer-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px 0;
}

.jeei-summary-card {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 18px 16px;
  text-align: center;
  box-shadow: 0 5px 16px rgba(0, 61, 145, 0.06);
}

.jeei-summary-card strong {
  display: block;
  color: #0b63ce;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}

.jeei-summary-card span {
  display: block;
  color: #6b7280;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 5px;
}

.jeei-reviewer-section {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 6px 18px rgba(0, 61, 145, 0.07);
}

.jeei-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #0b63ce, #1684f8);
  color: #ffffff;
  padding: 15px 18px;
}

.jeei-section-title span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #0b63ce;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.jeei-section-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.35;
}

.jeei-reviewer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.jeei-reviewer-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  border-top: 1px solid #eef4fb;
  border-right: 1px solid #eef4fb;
  box-sizing: border-box;
  transition: all 0.22s ease;
}

.jeei-reviewer-card:nth-child(2n) {
  border-right: none;
}

.jeei-reviewer-card:hover {
  background: #f8fbff;
}

.jeei-avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b63ce, #19a1ff);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 6px 14px rgba(0, 99, 206, 0.22);
}

.jeei-reviewer-info {
  min-width: 0;
}

.jeei-reviewer-info strong {
  display: block;
  color: #0b63ce;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 1.45;
  margin-bottom: 6px;
}

.jeei-reviewer-info p {
  margin: 0 0 5px 0;
  color: #111827;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.45;
}

.jeei-reviewer-info small {
  display: block;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 600;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .jeei-reviewer-hero {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .jeei-reviewer-hero h2 {
    font-size: 24px;
  }

  .jeei-reviewer-hero p {
    text-align: left;
    font-size: 13.5px;
  }

  .jeei-reviewer-summary {
    grid-template-columns: 1fr;
  }

  .jeei-reviewer-section {
    border-radius: 14px;
  }

  .jeei-section-title {
    padding: 14px 16px;
  }

  .jeei-section-title h3 {
    font-size: 13.5px;
  }

  .jeei-reviewer-grid {
    grid-template-columns: 1fr;
  }

  .jeei-reviewer-card {
    border-right: none;
    padding: 16px;
  }

  .jeei-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 12px;
  }

  .jeei-reviewer-info strong {
    font-size: 14px;
  }

  .jeei-reviewer-info p,
  .jeei-reviewer-info small {
    font-size: 12px;
  }
}
/* ==================================================
   JEEI FOCUS & SCOPE PAGE - FINAL UI
   ================================================== */

.jeei-focus-page {
  font-family: Arial, Helvetica, sans-serif;
  color: #111827;
  width: 100%;
  box-sizing: border-box;
}

/* Hero */
.jeei-focus-hero {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%);
  border: 1px solid #dbe7f5;
  border-left: 5px solid #1684f8;
  border-radius: 18px;
  padding: 28px 30px;
  margin: 0 0 24px 0;
  box-shadow: 0 8px 22px rgba(0, 61, 145, 0.08);
}

.jeei-focus-badge {
  display: inline-block;
  background: #eaf3ff;
  color: #0b63ce;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.jeei-focus-hero h2 {
  margin: 0 0 10px 0;
  color: #111827;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.25;
}

.jeei-focus-hero p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.75;
}

/* Main card */
.jeei-focus-card {
  background: #ffffff;
  border: 1px solid #dbe7f5;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 6px 18px rgba(0, 61, 145, 0.07);
}

.jeei-section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(90deg, #0b63ce, #1684f8);
  color: #ffffff;
  padding: 16px 20px;
}

.jeei-section-heading span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #0b63ce;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.jeei-section-heading h3 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.jeei-focus-content {
  padding: 22px 24px 10px 24px;
}

.jeei-focus-content p {
  margin: 0 0 14px 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}

.jeei-focus-content strong {
  color: #111827;
  font-weight: 900;
}

/* Scope grid */
.jeei-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 8px 24px 24px 24px;
}

.jeei-scope-item {
  background: #f8fbff;
  border: 1px solid #dbe7f5;
  border-radius: 16px;
  padding: 20px 20px 18px 20px;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.jeei-scope-item:hover {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 61, 145, 0.10);
  transform: translateY(-2px);
}

.jeei-scope-wide {
  grid-column: span 2;
}

.jeei-scope-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0b63ce, #19a1ff);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
  box-shadow: 0 6px 14px rgba(0, 99, 206, 0.22);
}

.jeei-scope-item h4 {
  margin: 0 0 12px 0;
  color: #0a2342;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.jeei-scope-item ul {
  margin: 0;
  padding-left: 18px;
}

.jeei-scope-item li {
  color: #374151;
  font-size: 13.5px;
  line-height: 1.65;
  margin-bottom: 7px;
}

.jeei-scope-item li::marker {
  color: #1684f8;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .jeei-focus-hero {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .jeei-focus-hero h2 {
    font-size: 24px;
  }

  .jeei-focus-hero p {
    font-size: 13.5px;
  }

  .jeei-focus-content {
    padding: 18px 18px 8px 18px;
  }

  .jeei-focus-content p {
    text-align: left;
    font-size: 13.5px;
  }

  .jeei-scope-grid {
    grid-template-columns: 1fr;
    padding: 8px 18px 20px 18px;
  }

  .jeei-scope-wide {
    grid-column: span 1;
  }

  .jeei-scope-item {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .jeei-section-heading {
    padding: 14px 16px;
  }

  .jeei-section-heading h3 {
    font-size: 14px;
  }

  .jeei-scope-item h4 {
    font-size: 14px;
  }

  .jeei-scope-item li {
    font-size: 13px;
  }
}
/* ==================================================
   JEEI ARCHIVES PAGE - CLEAN FINAL UI
   OJS 3 Archive Page
   ================================================== */

/* Reset halaman Archives */
.page_issue_archive {
  font-family: Arial, Helvetica, sans-serif !important;
  color: #111827 !important;
  padding-bottom: 28px !important;
}

/* Judul halaman Archives */
.page_issue_archive .page_title,
.page_issue_archive h1 {
  background: linear-gradient(135deg, #ffffff 0%, #f4f9ff 100%) !important;
  border: 1px solid #dbe7f5 !important;
  border-left: 6px solid #1684f8 !important;
  border-radius: 18px !important;
  padding: 24px 28px !important;
  margin: 0 0 26px 0 !important;
  box-shadow: 0 8px 22px rgba(0, 61, 145, 0.08) !important;

  color: #111827 !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

/* Container list issue */
.page_issue_archive .issues_archive,
.page_issue_archive .cmp_issue_list,
.page_issue_archive .issues {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Hilangkan bullet bawaan */
.page_issue_archive .issues_archive > li,
.page_issue_archive .cmp_issue_list > li,
.page_issue_archive .issues > li {
  list-style: none !important;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
}

/* Card issue */
.page_issue_archive .obj_issue_summary {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  clear: both !important;

  background: #ffffff !important;
  border: 1px solid #dbe7f5 !important;
  border-left: 6px solid #1684f8 !important;
  border-radius: 20px !important;
  padding: 26px 28px !important;
  margin: 0 0 26px 0 !important;
  box-shadow: 0 10px 28px rgba(0, 61, 145, 0.10) !important;
  box-sizing: border-box !important;

  transition: all 0.25s ease !important;
}

.page_issue_archive .obj_issue_summary:hover {
  transform: translateY(-3px) !important;
  border-color: #1684f8 !important;
  box-shadow: 0 14px 34px rgba(0, 61, 145, 0.15) !important;
}

/* Cover issue */
.page_issue_archive .obj_issue_summary .cover,
.page_issue_archive .obj_issue_summary .cover_image {
  float: left !important;
  width: 155px !important;
  max-width: 155px !important;
  margin: 0 26px 14px 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

.page_issue_archive .obj_issue_summary .cover img,
.page_issue_archive .obj_issue_summary .cover_image img {
  width: 145px !important;
  max-width: 145px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;

  border-radius: 12px !important;
  box-shadow: 0 10px 22px rgba(0, 61, 145, 0.20) !important;
}

/* Judul issue */
.page_issue_archive .obj_issue_summary .title,
.page_issue_archive .obj_issue_summary h2,
.page_issue_archive .obj_issue_summary h3 {
  margin: 0 0 8px 0 !important;

  color: #0b63ce !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
}

.page_issue_archive .obj_issue_summary .title a,
.page_issue_archive .obj_issue_summary h2 a,
.page_issue_archive .obj_issue_summary h3 a {
  color: #0b63ce !important;
  text-decoration: none !important;
}

.page_issue_archive .obj_issue_summary .title a:hover,
.page_issue_archive .obj_issue_summary h2 a:hover,
.page_issue_archive .obj_issue_summary h3 a:hover {
  color: #06366f !important;
  text-decoration: underline !important;
}

/* Volume, nomor, dan tanggal issue */
.page_issue_archive .obj_issue_summary .series,
.page_issue_archive .obj_issue_summary .published,
.page_issue_archive .obj_issue_summary .date,
.page_issue_archive .obj_issue_summary .subtitle {
  display: inline-flex !important;
  align-items: center !important;

  background: #f4f9ff !important;
  border: 1px solid #dbe7f5 !important;
  color: #374151 !important;
  border-radius: 999px !important;
  padding: 6px 12px !important;
  margin: 0 0 14px 0 !important;

  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

/* Deskripsi issue */
.page_issue_archive .obj_issue_summary .description,
.page_issue_archive .obj_issue_summary p {
  color: #374151 !important;
  font-size: 14px !important;
  line-height: 1.78 !important;
  text-align: justify !important;
  margin: 0 0 12px 0 !important;
}

/* Link umum di issue */
.page_issue_archive .obj_issue_summary a {
  color: #0b63ce !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.page_issue_archive .obj_issue_summary a:hover {
  text-decoration: underline !important;
}

/* Tombol action / galley jika tersedia */
.page_issue_archive .obj_issue_summary .galleys_links,
.page_issue_archive .obj_issue_summary .actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 14px !important;
}

.page_issue_archive .obj_issue_summary .galleys_links a,
.page_issue_archive .obj_issue_summary .actions a,
.page_issue_archive .obj_issue_summary .cmp_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #1684f8 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 9px 14px !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;

  transition: all 0.25s ease !important;
}

.page_issue_archive .obj_issue_summary .galleys_links a:hover,
.page_issue_archive .obj_issue_summary .actions a:hover,
.page_issue_archive .obj_issue_summary .cmp_button:hover {
  background: #0b63ce !important;
  color: #ffffff !important;
}

/* Clear float */
.page_issue_archive .obj_issue_summary::after {
  content: "";
  display: block;
  clear: both;
}

/* ==================================================
   RESPONSIVE MOBILE
   ================================================== */

@media screen and (max-width: 768px) {
  .page_issue_archive .page_title,
  .page_issue_archive h1 {
    font-size: 24px !important;
    padding: 20px 18px !important;
    border-radius: 14px !important;
  }

  .page_issue_archive .obj_issue_summary {
    padding: 22px 18px !important;
    border-radius: 16px !important;
  }

  .page_issue_archive .obj_issue_summary .cover,
  .page_issue_archive .obj_issue_summary .cover_image {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 18px auto !important;
  }

  .page_issue_archive .obj_issue_summary .cover img,
  .page_issue_archive .obj_issue_summary .cover_image img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .page_issue_archive .obj_issue_summary .title,
  .page_issue_archive .obj_issue_summary h2,
  .page_issue_archive .obj_issue_summary h3 {
    font-size: 18px !important;
    text-align: center !important;
  }

  .page_issue_archive .obj_issue_summary .series,
  .page_issue_archive .obj_issue_summary .published,
  .page_issue_archive .obj_issue_summary .date,
  .page_issue_archive .obj_issue_summary .subtitle {
    display: flex !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .page_issue_archive .obj_issue_summary .description,
  .page_issue_archive .obj_issue_summary p {
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    text-align: left !important;
  }
}
/* ==================================================
   JEEI TOC ARTICLE META - DOI, VIEWS, DOWNLOADS
   ================================================== */

.obj_article_summary .jeei-toc-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 10px 0 12px 0 !important;
}

.obj_article_summary .jeei-toc-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;

  background: #f5f9ff !important;
  border: 1px solid #dbe7f5 !important;
  color: #0a2342 !important;

  border-radius: 999px !important;
  padding: 7px 11px !important;

  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.obj_article_summary .jeei-toc-icon {
  color: #0b63ce !important;
  font-weight: 900 !important;
}

.obj_article_summary .jeei-toc-pill strong {
  color: #0b63ce !important;
  font-weight: 900 !important;
}

.obj_article_summary .jeei-toc-doi {
  background: #eef6ff !important;
}

.obj_article_summary .jeei-toc-doi a {
  color: #0b63ce !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  word-break: break-word !important;
}

.obj_article_summary .jeei-toc-doi a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  .obj_article_summary .jeei-toc-meta {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .obj_article_summary .jeei-toc-pill {
    width: auto !important;
    max-width: 100% !important;
    font-size: 11.8px !important;
    line-height: 1.4 !important;
  }
}
/* ==================================================
   JEEI TOC AUTHORS - NAME + AFFILIATION
   ================================================== */

.obj_article_summary .jeei-toc-authors {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 8px 0 12px 0 !important;
}

.obj_article_summary .jeei-toc-author-item {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;

  color: #111827 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.obj_article_summary .jeei-toc-author-name {
  font-weight: 700 !important;
  color: #111827 !important;
}

.obj_article_summary .jeei-toc-author-affiliation {
  display: inline-flex !important;
  align-items: center !important;

  background: #f5f9ff !important;
  border: 1px solid #dbe7f5 !important;
  color: #6b7280 !important;

  border-radius: 999px !important;
  padding: 4px 9px !important;

  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .obj_article_summary .jeei-toc-authors {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
  }

  .obj_article_summary .jeei-toc-author-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }
}
/* ==================================================
   JEEI ARTICLE DETAIL - DOWNLOADS CHART CARD
   Class asli OJS: .item.downloads_chart
   ================================================== */

.obj_article_details .main_entry .item.downloads_chart,
.obj_article_details .item.downloads_chart {
  background: #ffffff !important;
  border: 1px solid #dbe7f5 !important;
  border-left: 5px solid #1684f8 !important;
  border-radius: 18px !important;
  padding: 26px 30px !important;
  margin: 0 0 26px 0 !important;
  box-shadow: 0 6px 18px rgba(0, 61, 145, 0.07) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

/* Judul DOWNLOADS */
.obj_article_details .item.downloads_chart .label,
.obj_article_details .item.downloads_chart h2,
.obj_article_details .item.downloads_chart h3 {
  color: #6b7280 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  margin: 0 0 18px 0 !important;
  padding-bottom: 9px !important;
  border-bottom: 3px solid #1684f8 !important;
  display: inline-block !important;
  line-height: 1.3 !important;
}

/* Area isi chart */
.obj_article_details .item.downloads_chart .value {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  overflow-x: auto !important;
}

/* Canvas grafik bawaan Usage Statistics Plugin */
.obj_article_details .item.downloads_chart canvas.usageStatsGraph,
.obj_article_details .item.downloads_chart canvas {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 260px !important;
  margin: 0 auto !important;
}

/* Iframe tersembunyi bawaan chart jangan mengganggu layout */
.obj_article_details .item.downloads_chart iframe.chartjs-hidden-iframe {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .obj_article_details .main_entry .item.downloads_chart,
  .obj_article_details .item.downloads_chart {
    padding: 20px 18px !important;
    border-radius: 14px !important;
    margin: 0 0 24px 0 !important;
  }

  .obj_article_details .item.downloads_chart .label,
  .obj_article_details .item.downloads_chart h2,
  .obj_article_details .item.downloads_chart h3 {
    font-size: 18px !important;
    margin-bottom: 16px !important;
  }

  .obj_article_details .item.downloads_chart canvas.usageStatsGraph,
  .obj_article_details .item.downloads_chart canvas {
    height: 220px !important;
  }
}
/* ==================================================
   JEEI CURRENT ISSUE - FINAL SPACING FIX
   Hanya area Current Issue bagian atas
   ================================================== */

/* Tambah jarak dari banner atas */
.page_index_journal .current_issue,
.current_issue {
  padding-top: 28px !important;
}

/* Judul CURRENT ISSUE */
.current_issue > h2 {
  color: #6b7280 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;

  margin: 0 0 24px 0 !important;
  padding-bottom: 10px !important;

  border-bottom: 3px solid #1684f8 !important;
  display: inline-block !important;
}

/* Judul volume issue */
.current_issue .current_issue_title {
  color: #111827 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin: 0 0 18px 0 !important;
}

/* Cover issue */
.current_issue .cover {
  float: left !important;
  width: 185px !important;
  max-width: 185px !important;
  margin: 0 28px 16px 0 !important;
  text-align: center !important;
}

.current_issue .cover img {
  width: 170px !important;
  max-width: 170px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(0, 61, 145, 0.18) !important;
}

/* Deskripsi issue */
.current_issue .description,
.current_issue .description p {
  color: #374151 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  text-align: justify !important;
}

/* Badge Published diperkecil */
.current_issue .published {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;

  background: #f4f9ff !important;
  border: 1px solid #dbe7f5 !important;
  border-radius: 999px !important;

  padding: 5px 11px !important;
  margin: 12px 0 16px 0 !important;

  color: #374151 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.current_issue .published strong {
  color: #6b7280 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/* ==================================================
   FULL ISSUE HEADING
   ================================================== */

/* Label Full Issue */
.current_issue .galleys > h2,
.current_issue .galleys > h3,
.current_issue .galleys h2,
.current_issue .galleys h3 {
  clear: both !important;

  color: #6b7280 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  margin: 22px 0 14px 0 !important;
  padding-bottom: 9px !important;

  border-bottom: 3px solid #1684f8 !important;
  display: inline-block !important;
}

/* Tombol Cover Issue dan Full Book */
.current_issue .galleys_links {
  clear: both !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 0 0 26px 0 !important;
}

.current_issue .galleys_links a,
.current_issue .obj_galley_link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 36px !important;
  padding: 8px 15px !important;

  background: #1684f8 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;

  font-size: 12px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;

  box-shadow: 0 4px 10px rgba(22, 132, 248, 0.18) !important;
  transition: all 0.25s ease !important;
}

.current_issue .galleys_links a:hover,
.current_issue .obj_galley_link:hover {
  background: #0b63ce !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* ==================================================
   ARTICLES HEADING
   ================================================== */

/* Heading Articles */
.current_issue .articles > h2,
.current_issue .articles > h3,
.current_issue h2.articles,
.current_issue h3.articles,
.current_issue .section h2,
.current_issue .section h3 {
  color: #6b7280 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  margin: 18px 0 18px 0 !important;
  padding-bottom: 9px !important;

  border-bottom: 3px solid #1684f8 !important;
  display: inline-block !important;
}

/* Jika OJS memakai heading umum untuk Articles */
.current_issue > h3 {
  color: #6b7280 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  margin: 18px 0 18px 0 !important;
  padding-bottom: 9px !important;

  border-bottom: 3px solid #1684f8 !important;
  display: inline-block !important;
}

/* Clear float agar heading Full Issue dan Articles tidak naik ke samping cover */
.current_issue::after,
.current_issue .galleys_links::after {
  content: "";
  display: block;
  clear: both;
}

/* Mobile */
@media screen and (max-width: 768px) {
  .page_index_journal .current_issue,
  .current_issue {
    padding-top: 22px !important;
  }

  .current_issue > h2 {
    font-size: 19px !important;
    margin-bottom: 20px !important;
  }

  .current_issue .current_issue_title {
    font-size: 18px !important;
  }

  .current_issue .cover {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px auto !important;
  }

  .current_issue .cover img {
    width: 190px !important;
    max-width: 190px !important;
  }

  .current_issue .description,
  .current_issue .description p {
    font-size: 13.5px !important;
    line-height: 1.7 !important;
    text-align: left !important;
  }

  .current_issue .published {
    padding: 5px 10px !important;
    font-size: 11.5px !important;
  }

  .current_issue .galleys_links {
    flex-direction: column !important;
  }

  .current_issue .galleys_links a,
  .current_issue .obj_galley_link {
    width: 100% !important;
  }
}