/* Main entry container */
.main_entry {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  padding: 20px;
  background-color: #f9f9f9;
}

/* Justify all paragraph text */
.main_entry p {
  text-align: justify;
  margin-bottom: 1em;
}

/* Section headers */
.main_entry .item h2.label,
.main_entry .item h2.pkp_screen_reader {
  font-size: 1.25em;
  font-weight: bold;
  color: #2c3e50;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* Author list styling */
.main_entry .authors li {
  margin-bottom: 0.5em;
}

.main_entry .authors .name {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.main_entry .authors .affiliation span {
  font-style: italic;
  color: #555;
}

.main_entry .authors .userGroup {
  background-color: #e0e0e0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
  margin-left: 10px;
}

/* Keywords styling */
.main_entry .keywords .value {
  display: block;
  font-style: italic;
  color: #444;
  margin-bottom: 1em;
}

/* Abstract styling */
.main_entry .abstract em {
  display: block;
  background-color: #fff;
  padding: 15px;
  border-left: 4px solid #3498db;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* References styling */
.main_entry .references .value p {
  margin-bottom: 0.75em;
  text-align: justify;
}

.main_entry .references a {
  color: #2980b9;
  text-decoration: none;
}

.main_entry .references a:hover {
  text-decoration: underline;
}

/* Entry Details Container */
.entry_details {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fefefe;
  padding: 20px;
  border-top: 1px solid #ddd;
  color: #333;
}

/* Section Titles */
.entry_details .item h2.label,
.entry_details .item h2.pkp_screen_reader {
  font-size: 1.2em;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.5em;
}

/* Sub-item formatting */
.entry_details .sub_item {
  margin-bottom: 1em;
}

/* Published Date */
.entry_details .published .value span {
  font-weight: bold;
  color: #444;
}

/* Issue Info */
.entry_details .issue .title {
  color: #2980b9;
  text-decoration: none;
}

.entry_details .issue .title:hover {
  text-decoration: underline;
}

/* Enhanced Copyright Section */
.obj_article_details .entry_details .item.copyright {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 6px;
}

.entry_details .item.copyright {
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-radius: 6px;
}

/* Copyright text */
.entry_details .item.copyright p {
  margin: 10px;
  font-size: 0.95em;
  color: #2c3e50;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

/* License image */
.entry_details .item.copyright img {
  vertical-align: middle;
  margin-right: 10px;
}

/* License link */
.entry_details .item.copyright a[rel="license"] {
  color: #2980b9;
  font-weight: bold;
  text-decoration: none;
}

.entry_details .item.copyright a[rel="license"]:hover {
  text-decoration: underline;
  color: #1c5980;
}


/* Downloads Section */
.entry_details .galleys_links {
  list-style: none;
  padding-left: 0;
}

.entry_details .galleys_links li {
  margin-bottom: 0.5em;
}

.entry_details .obj_galley_link.pdf {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.entry_details .obj_galley_link.pdf:hover {
  background-color: #2980b9;
}

/* Citation Display */
.entry_details .citation_display .csl-entry {
  font-size: 0.95em;
  line-height: 1.5;
  text-align: justify;
}

.entry_details .citation_display a {
  color: #2980b9;
  text-decoration: none;
}

.entry_details .citation_display a:hover {
  text-decoration: underline;
}

/* Citation Formats Dropdown */
.citation_formats_button {
  background-color: #ecf0f1;
  border: none;
  padding: 8px 12px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

.citation_formats_list {
  margin-top: 10px;
  padding-left: 0;
}

.citation_formats_styles {
  list-style: none;
  padding-left: 0;
}

.citation_formats_styles li {
  margin-bottom: 5px;
}

.citation_formats_styles a {
  color: #2c3e50;
  text-decoration: none;
}

.citation_formats_styles a:hover {
  text-decoration: underline;
}

/* Download Citation Links */
.citation_formats_styles .fa-download {
  margin-right: 6px;
  color: #27ae60;
}

/* ==========================================================================
   PERBAIKAN HEADER JOSIS - FORCE RENDER HEIGHT TO 300PX (FULL WIDTH)
   ========================================================================== */

/* 1. Atur container terluar agar melar penuh 100% tanpa batas lebar */
header.pkp_structure_pageHeader {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    position: relative !important;
}

/* 2. SINKRONISASI: Paksa semua kontainer pembungkus tepat di tinggi 300px / +40px dari pkp_head_wrapper */
.pkp_structure_head {
    background: none !important; /* Menghilangkan background hijau bawaan */
    border-bottom: 1px solid #ddd;
    height: 300px !important;    /* Disamakan menjadi 300px */
    min-height: 300px !important;
    max-height: 300px !important;
}

.pkp_head_wrapper, 
.has_site_logo .pkp_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;    /* Terkunci di 260px */
    min-height: 260px !important;
    max-height: 260px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    display: block !important;
}

/* 3. Atur link dan nama situs di dalam wrapper agar presisi mengikuti 260px */
.pkp_site_name_wrapper, 
.pkp_site_name,
.pkp_site_name a.is_img {
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;    /* Dipastikan ikut tinggi 260px */
    max-height: 260px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* 4. Paksa gambar banner meregang penuh secara responsif setinggi 260px */
.pkp_site_name img {
    width: 100% !important;
    max-width: 100% !important;
    height: 260px !important;    /* Memaksa render height ke 260px */
    min-height: 260px !important;
    max-height: 260px !important;
    display: block !important;
    
    /* 'cover' menjaga aspek rasio $1600 \times 319\text{ px}$ Anda tetap proporsional 
       dan tajam di layar monitor tanpa terlihat ditarik gepeng/ceper */
    object-fit: cover !important; 
    object-position: center !important;
}

/* 5. Menstabilkan menu navigasi utama agar terdorong rapi ke bawah banner */
.pkp_navigation_primary_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    clear: both !important;        /* Memutus tumpang tindih dengan banner atas */
    display: block !important;
    z-index: 99999 !important;     /* Memastikan menu berada di lapisan terdepan agar bisa diklik */
    background-color: #ffffff !important; /* Memberikan background putih bersih pada baris menu */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* 6. Menata posisi menu user (attaawun 104) tepat di bawah barcode */
#pkpNavUserWrapper {
    position: absolute !important;
    top: auto !important;          /* Menghapus kuncian atas sebelumnya */
    bottom: 15px !important;       /* Memposisikan teks di bagian bawah header */
    right: 25px !important;        /* Menyelaraskan sisi kanan agar sejajar dengan barcode */
    z-index: 99999 !important;
    display: block !important;
}

/* Mengubah teks menu user menjadi gelap dan kontras */
#pkpNavUserWrapper a {
    color: #1a252f !important;     /* Warna hitam/abu-abu gelap yang elegan */
    font-weight: 600 !important;   /* Ketebalan teks sedang agar rapi */
    font-size: 0.9em !important;   /* Sedikit mengecilkan ukuran teks agar proporsional */
    text-shadow: 1px 1px 1px #ffffff !important; /* Efek bayangan putih tipis agar teks tetap terlihat tajam */
}

/* Memastikan ikon dropdown panah kecil (jika ada) ikut berwarna gelap */
#pkpNavUserWrapper a::after {
    color: #1a252f !important;
}

/* Kontainer Utama Samping (Sidebar) */
  .sidebar-menu {
    width: 100%;
    max-width: 260px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin: 0 auto;
  }

  /* Desain Blok/Grup Menu */
  .menu-section {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  /* Judul Header Menu */
  .menu-header {
    padding: 12px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
  }
  .bg-green { background-color: #115806; }
  .bg-blue { background-color: #0000cd; }

  /* Isi di dalam kontainer */
  .menu-body {
    padding: 8px;
  }

  /* Tombol Navigasi Hijau */
  .btn-nav {
    display: block;
    width: 100%;
    background-color: #115806;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 8px 10px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
  }
  .btn-nav:last-child {
    margin-bottom: 0;
  }
  .btn-nav:hover {
    background-color: #0d4404;
  }
  .btn-nav:active {
    transform: scale(0.98);
  }

  /* Gambar Rekomendasi Alat & Visitor */
  .menu-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 8px;
    border: 1px solid #f0f0f0;
  }
  .menu-image:last-child {
    margin-bottom: 0;
  }
  
  /* Khusus widget map & visitor agar posisinya pas di tengah */
  .visitor-box {
    text-align: center;
    padding: 4px;
  }
  .visitor-box img {
    max-width: 100%;
    height: auto;
    margin-bottom: 6px;
  }
  /* =========================================================
 * JOURNAL PROFILE
 * ========================================================= */
.journal-profile,
.journal-info {
  font-family: Cambria, Georgia, serif;
}

.journal-header {
  overflow: hidden;
  margin-bottom: 25px;
}

.journal-cover {
  float: left;
  width: 235px;
  max-width: 100%;
  margin: 0 25px 15px 15px;
  border: 1px solid #ccc;
}

.journal-clear {
  clear: both;
}

/* =========================================================
 * INDEXING GRID
 * ========================================================= */
.indexing-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.indexing-item {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.indexing-item img {
  width: 100%;
  max-width: 220px;
  filter: grayscale(20%);
}

.indexing-item:hover {
  transform: translateY(-5px);
}

.indexing-item:hover img {
  filter: grayscale(0%);
}

/* =========================================================
 * JOURNAL INFO TABLE
 * ========================================================= */
.info-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 8px;
  margin-bottom: 6px;
}

.info-label {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding-right: 6px;
}

.info-label::after {
  content: ":";
  margin-left: 6px;
}

.info-value a {
  color: #0d3aad;
  text-decoration: none;
  font-weight: 600;
}

.info-value a:hover {
  text-decoration: underline;
}

/* =========================================================
 * RESPONSIVE
 * ========================================================= */
@media (max-width: 576px) {
  section.item.abstract p,
  section.item.references .value p,
  section.sub_item.citation_display .csl-entry,
  .info-value {
    text-align: left;
    padding-left: 0;
    text-indent: 0;
    hyphens: none;
  }
}

@media (max-width: 768px) {
  .journal-cover {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .indexing-box {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }

  .sidebar-title { font-size: 13px; }
  .sidebar-btn { font-size: 11px; }

  .info-row { grid-template-columns: 1fr; }
  .info-label::after { content: ""; }
  .info-label { margin-bottom: 2px; }
}

@media (max-width: 480px) {
  .indexing-box {
    grid-template-columns: 1fr;
  }
}