/* Global font untuk seluruh jurnal */
body, * {
  font-family: 'Eras Demi ITC', sans-serif !important;
}

.journals ul .body .description a {
  display: inline;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
#headerNavigationContainer{
/*background:#066993 url(https://preview.ibb.co/iZocpq/transparent-pattern-modern-1.png) repeat;
*/max-height: 100% !important; /*mengganti warna menu (#31A9E1) dan gambar header */
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.pkp_site_name {
  padding-top: 0 !important; 
  padding-bottom: 0 !important;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.pkp_site_name > a {
  padding-top: 0; 
  padding-bottom: 0;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.pkp_site_name .is_img img {max-height: 200px !important;}
.pkp_site_name_wrapper {
  padding-left: 0; 
  padding-right: 0;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.pkp_navigation_user_wrapper {
  top: 0; 
  right: 0; 
  padding-right:30px;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.pkp_structure_page {
  margin-top: 20px !important; 
  margin-bottom:20 !important; 
  padding-bottom: 20 !important;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.custom_block_policy {
  border: 1px solid #ddd;
  background: #f9f9f9;
  margin-bottom: 20px;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.custom_block_policy .block_title {
  background: #eeeeee;
  padding: 10px;
  font-weight: bold;
  color: #12669D;
  text-transform: uppercase;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.custom_block_policy .block_content {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.custom_block_policy .block_content li {
  margin: 0;
  padding: 0;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.custom_block_policy .block_content li a {
  display: block;
  background: #12669D;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.custom_block_policy .block_content li a:hover {
  background: #0f5582;
}
.journal-entry {
  background-color: #f0f8ff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-family: 'Eras Demi ITC', sans-serif !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.journal-entry:nth-child(even) {
  background-color: #ffffff;
}
.journal-entry .journal-title a {
  font-size: 16px;
  color: #0077cc;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.journal-entry .journal-title a:hover {
  text-decoration: underline;
}
.journal-entry .journal-meta {
  font-size: 13px;
  color: #444;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.journal-entry .journal-meta .authors {
  font-weight: bold;
  margin-bottom: 3px;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.journal-entry .journal-meta span {
  margin-right: 10px;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.journal-entry .journal-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-top: 6px;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.journal-entry .journal-actions .pdf-link {
  color: red;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
.journal-entry .journal-actions .pdf-link:hover {
  text-decoration: underline;
}
.journal-entry .journal-actions .pages {
  color: #666;
  font-family: 'Eras Demi ITC', sans-serif !important;
}
/* Mobile landscape (481px - 768px) */
@media screen and (max-width: 768px) {
  .pkp_site_name {
    padding: 15px 20px !important;
  }
  
  .pkp_site_name h1 {
    font-size: 28px;
  }
  
  .pkp_site_name .tagline {
    font-size: 14px;
  }
  
  .pkp_navigation_primary a {
    padding: 10px 12px;
    font-size: 11px;
  }
  
  .pkp_structure_main {
    padding: 20px;
  }
  
  .journal-entry {
    padding: 15px;
    margin-bottom: 15px;
  }
  
  .journal-entry .journal-title a {
    font-size: 16px;
  }
  
  .journal-entry .journal-meta {
    font-size: 13px;
  }
  
  .journal-entry .journal-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .custom_block_policy .block_title {
    padding: 12px 15px;
    font-size: 13px;
  }
  
  .custom_block_policy .block_content li a {
    padding: 10px 15px;
    font-size: 12px;
  }
}

/* Reset default */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styling dasar untuk body */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Header Jurnal */
.header {
    background-color: #0055A4;
    color: white;
    padding: 10px;
    text-align: center;
}

.header h1 {
    font-size: 1.5rem;
}

/* Navigasi Menu */
.nav-menu {
    background-color: #003366;
    padding: 10px;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column; /* Stack vertikal di mobile */
    gap: 5px;
}

.nav-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    padding: 5px 10px;
    display: block; /* Membuat link full-width di mobile */
}

/* Konten Utama */
.content {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
}

/* SINTA dan Visitors */
.accreditation, .visitors {
    text-align: center;
    margin-bottom: 20px;
}

.visitors img {
    max-width: 100%; /* Gambar menyesuaikan lebar layar */
    height: auto;
}

/* Keywords */
.keywords {
    text-align: center;
    margin: 20px 0;
}

.keywords img {
    max-width: 100%; /* Gambar menyesuaikan lebar layar */
    height: auto;
}

/* Abstracted/Indexed by */
.indexed {
    text-align: center;
    margin-top: 20px;
}

.indexed img {
    max-width: 100px; /* Batasi ukuran logo */
    height: auto;
    margin: 5px;
}

/* HEADER UTAMA */
.header {
    background-color: #0055A4;
    color: white;
    padding: 10px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* LOGO */
.header img {
    max-height: 60px;
    width: auto;
}

/* JUDUL */
.header h1 {
    font-size: 1.8rem;
    margin: 0;
}

/* ===== TABLET ===== */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        text-align: center;
    }

    .header img {
        max-height: 50px;
        margin-bottom: 10px;
    }

    .header h1 {
        font-size: 1.5rem;
    }
}

/* ===== HP ===== */
@media (max-width: 480px) {
    .header {
        padding: 10px;
    }

    .header img {
        max-height: 40px;
    }

    .header h1 {
        font-size: 1.2rem;
    }
}