.page_about {
    max-width: 900px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    padding: 20px;
}

.page_about h1, 
.page_about h2, 
.page_about h3 {
    margin-top: 20px;
    font-weight: 600;
}

.page_about ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.page_about li {
    margin-bottom: 10px;
}

.summary p {
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 10px;
}
.summary li {
    text-align: justify;
    line-height: 1.5;
}
.pkp_structure_sidebar .pkp_block block_html li,
.pkp_structure_sidebar .pkp_block block_html li a {
    box-sizing: border-box;
    width: 100%;
}

.pkp_structure_sidebar .pkp_block li {
    margin-bottom: 12px;
}

.pkp_structure_sidebar .pkp_block a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #00aaff;
    border-radius: 4px;
    background-color: #ffffff;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    white-space: normal;
    word-break: break-word;
    text-align: left;
    transition: background-color 0.3s;
}

.pkp_structure_sidebar .pkp_block a:hover {
    background-color: #e6f8ff;
    color: #005b8f;
}

.pkp_structure_main {
    max-width: 1200px;
}

body {
    background-color: #e8eaebe6;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

.pkp_brand {
    width: 200%;
    padding: 0;
    margin: 0;
}
.pkp_brand img {
    width: 200%;
    height: auto;
    display: block;
}

.page_editor h2 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 3px solid #007B5E;
    margin-bottom: 25px;
    color: #007B5E;
  }
  
  /* Subjudul seperti "Editor in Chief" */
  .page_editor h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #343a40;
    border-left: 5px solid #007B5E;
    padding-left: 10px;
  }
  
  /* Kontainer tiap editor */
  .page_editor p {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
  }
  
  /* Styling gambar editor */
  .page_editor img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 2px solid #ccc;
    object-fit: cover;
    margin-top: 5px;
  }
  
  /* Informasi editor */
  .page_editor p span {
    font-size: 16px;
    color: #222;
    display: block;
    line-height: 1.5;
  }
  
  .page_editor a {
    color: #007B5E;
    font-weight: 500;
    text-decoration: none;
  }
  
  .page_editor a:hover {
    text-decoration: underline;
  }
  .pkp_page_index .pkp_page_content,
.pkp_page_about .pkp_page_content,
.additional-content,
.pkp_page_index p,
.pkp_page_about p {
    text-align: justify;
}
.journal-info-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
  }
  
  .journal-cover img {
    width: 250px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .journal-details {
    border: 1px dashed #c0a55d; /* Warna sesuai yang tampak di gambar */
    padding: 15px;
    flex: 1;
    text-align: justify;
    background-color: #f9f9f9;
  }
.pkp_brand_footer {
    display: none !important;
}
.editorial-team {
    margin: 40px auto;
    padding: 20px;
    background-color: #eaf2f7;
    border-radius: 10px;
    max-width: 1200px;
    text-align: center;
}

.editorial-team h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.editorial-team-members {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.team-member {
    width: 280px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
    padding: 15px;
}

.team-member:hover {
    transform: scale(1.05);
}

.team-member-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
}

.team-member-info {
    text-align: center;
}

.team-member-info h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 600;
}

.team-member-info p {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
}

.team-member-info .scopus-id {
    font-size: 14px;
    font-style: italic;
    color: #777;
    margin-top: 10px;
}

.team-member-info .read-more {
    background-color: #0a74da;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 15px;
    display: inline-block;
}

.team-member-info .read-more:hover {
    background-color: #005f8d;
}
/* Mengatur sidebar secara umum */
#sidebar {
    width: 250px; /* Ukuran sidebar */
    padding: 10px; /* Padding lebih kecil untuk sidebar */
    background-color: #f4f4f4;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    margin-right: 10px; /* Mengurangi jarak antara sidebar dan konten utama */
}

/* Mengatur jarak antar item menu di sidebar */
#sidebar .section {
    margin-bottom: 5px; /* Mengurangi jarak antar menu */
}

#sidebar .section h3 {
    font-size: 18px;
    margin-bottom: 5px; /* Mengurangi jarak antara judul dan menu */
    color: #333;
}

/* Mengatur jarak antar item list di sidebar */
#sidebar .section ul li {
    margin-bottom: 5px; /* Mengurangi jarak antar item list */
}
.obj_article_summary .title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.obj_article_summary .item.doi {
    display: block;
    margin-top: 5px;
    font-size: 0.9em;
    color: #555;
}

.obj_article_summary .listing {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.obj_article_summary .galleys_links {
    margin-top: 8px;
}

.obj_article_summary .galleys_links a {
    background-color: #49e270;
    color: #fff !important;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 0.85em;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
}

.obj_article_summary .galleys_links a:hover {
    background-color: #49e270;
}

.obj_article_summary .article-details {
    margin-top: 6px;
    font-size: 0.85em;
    color: #777;
}
.abstract {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
    margin-bottom: 1em;
}
/* Gaya untuk Judul Artikel */
.article-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #45eb3d; /* Biru elegan */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 25px;
}

/* Gaya untuk Abstrak */
.abstract {
  background-color: #ebf0f4; /* Latar belakang biru muda lembut */
  padding: 14px 16px;
  border-left: 4px solid #45eb3d; /* Garis hijau di kiri */
  border-radius: 4px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.3; /* Spasi antarbaris lebih rapat */
  font-size: 12.5px; /* Ukuran teks kecil */
  color: #333;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03); /* Bayangan halus */
  margin-bottom: 16px;
}
div[id^="citation"] {
  text-align: justify;
  background-color: #ebf0f4;
  padding: 15px 20px;
  border-left: 4px solid #45eb3d;
  border-radius: 6px;
  line-height: 1.6;
  font-size: 12px; /* Ukuran teks diperkecil */
  color: #333;
  font-family: 'Segoe UI', Tahoma, sans-serif;
}
.sidebar {
  display: flex;
  flex-direction: column;
}

.sidebar-box {
  margin-bottom: 8px; /* KECILKAN ini untuk membuat blok lebih rapat */
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 6px;
}

/* Tambahan: reset margin heading/paragraph */
.sidebar-box h3,
.sidebar-box p {
  margin: 4px 0;
}
/* Footer Layout */
.pkp_site_footer {
  background-color: #f8f9fa;
  padding: 30px 40px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #212529;
  border-top: 3px solid #3498db;
}

.pkp_site_footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.pkp_site_footer .footer-col {
  flex: 1 1 45%;
  min-width: 280px;
}

.pkp_site_footer .footer-col h4 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.pkp_site_footer a {
  color: #007BFF;
  text-decoration: none;
}

.pkp_site_footer a:hover {
  text-decoration: underline;
  color: #0056b3;
}

/* Copyright */
.pkp_site_footer .footer-copyright {
  border-top: 1px solid #dee2e6;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #6c757d;
}

.pkp_site_footer .footer-copyright img {
  height: 20px;
  vertical-align: middle;
  margin: 0 5px;
}
.obj_article_summary {
  background: #fff;
  border: 1px solid #ddd;
  border-left: 4px solid #007BFF;
  padding: 15px 20px;
  margin-bottom: 12px; /* DIPERKECIL dari 20px */
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: background 0.3s ease;
}

.obj_article_summary:hover {
  background: #f1f8ff;
}

.obj_article_summary h4 {
  font-size: 1.1rem;
  color: #0056b3;
  font-weight: 600;
  margin-bottom: 6px;
}

.obj_article_summary h4 a {
  text-decoration: none;
  color: #0056b3;
}

.obj_article_summary h4 a:hover {
  text-decoration: underline;
}

.article-authors {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 6px;
}

.article-meta {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 8px;
}

.article-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.article-links a {
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.8rem;
  color: #fff;
  background-color: #007BFF;
  transition: background-color 0.3s ease;
}

.article-links a:hover {
  background-color: #0056b3;
}

.article-doi {
  font-size: 0.8rem;
  color: #333;
  margin-top: 4px;
  font-style: italic;
}

/* Responsive Optimization */
@media (max-width: 768px) {
  .obj_article_summary {
    padding: 12px 15px;
  }
  .article-links {
    flex-direction: column;
  }
}
/* Mengatur jarak antar block/menu agar rapat */
.sidebar .block,
.pkp_structure_sidebar .pkp_block,
.custom-block,
.block_custom,
.block {
  margin-bottom: 10px !important; /* jarak antar box lebih rapat */
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Mengurangi padding berlebih sidebar jika ada */
.pkp_structure_sidebar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Atur margin heading dan paragraph dalam block */
.sidebar .block h3,
.block_custom h3,
.block h3 {
  margin: 0 0 10px 0;
  font-size: 1rem;
  line-height: 1.3;
}

/* Rapatkan paragraf di dalam block */
.sidebar .block p,
.block_custom p,
.block p {
  margin: 6px 0;
  font-size: 0.9rem;
}
