/* === STYLESHEET GABUNGAN (FINAL UNTUK OJS 3) === */
/* Font Awesome CDN */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

/* === LATAR BELAKANG ABU DI SISI KIRI & KANAN === */
html,
body {
  background-color: #e9e9e9 !important; /* abu lembut di sisi kiri-kanan */
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', Arial, sans-serif !important;
}

/* Bungkus utama (isi jurnal) tetap putih di tengah */
.pkp_structure_main {
  background: #ffffff !important;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 1rem 2rem;
}

/* Hilangkan latar belakang tambahan */
.pkp_structure_page,
.pkp_structure_content,
.pkp_structure_footer_wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* === 1. Struktur dan Tata Letak === */
.pkp_site_name .is_img img {
  height: auto !important;
  max-height: max-content;
}

.description table {
  max-width: 100%;
}

.pkp_page_index .homepage_image img {
  max-width: 200px;
  float: left;
  margin: 1rem;
}

/* === 2. Format Teks Artikel === */
.obj_article_details .abstract,
.obj_article_details .references,
.obj_article_details .keywords,
.obj_article_details .authors,
.obj_article_details .affiliation,
.obj_article_details .item.citation,
.obj_article_details .item.issue,
.obj_article_details .item.copyright,
.obj_issue_toc .description,
.obj_issue_summary .description {
  text-align: justify;
}

.obj_article_details .abstract {
  color: #84060e; /* Warna teks */
}

/* === 3. Tim dan Label === */
.team-aff ul li .tm_label {
  display: inline-block;
  width: 80px;
}

.team-aff ul li .ico-label {
  width: 18px;
  height: 18px;
  margin-right: .5rem;
}

/* === 4. Gambar Halaman Depan === */
.homepage_image {
  display: none !important;
}
