.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: 20 !important;
  padding-bottom: 20 !important;
}
.pkp_structure_head {
  background: #1e6292;
}
.obj_article_details .abstract {
  text-align: justify;
  font-family: "Noto Serif", serif;
}
.pkp_structure_main .page h1 {
text-align: left;
font-family: "Noto Serif", serif;

}
.pkp_footer_content {
  float: left;
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px; 
}
.pkp_brand_footer {
  float: right;
  width: 123px;
  height: 80px;
  padding-bottom: 10px;
  padding-top: 50px;
}
.pkp_structure_footer_wrapper {
  background: #efed50;
  border-bottom: double solid;
  border-bottom-color: #00a200;
}
.pkp_structure_footer .pkp_brand_footer {
  display: none;
}
.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}
body {
  height: 100%;
  background-image: url('https://e-journal.iainptk.ac.id/public/site/images/adminejournal/background-at-turats-1.jpg');
  background-repeat: repeat;
  background-position: left top;
  font-family: "Noto Serif", serif;
  text-align: justify;
}
.pkp_structure_content {
  background: #ffffff;
}

/* Efek hover untuk blok menu di Custom Block */
.pkp_block .content p {
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.pkp_block .content p a {
  color: inherit !important;
  text-decoration: none;
}
.pkp_block .content p:hover {
  background: linear-gradient(135deg, #ffcc00, #cc9900) !important;
  color: #000 !important;
  border-color: #ff9900 !important;
}
.pkp_block .content p:hover a,
.pkp_block .content p:hover span,
.pkp_block .content p:hover em {
  color: #000 !important;
}
.pkp_navigation_primary_row {
background-color: #ffc000;
}

}
.pkp_site_nav_menu {
	display: inline-block;
    color: #000000;
    text-decoration: none;
}
/* ==============================
   ICONS — ADD TO BOTTOM
   ============================== */

/* --- shared FontAwesome pseudo-element base (keamanan agar mirip aturan di stylesheet) --- */
.obj_article_summary .meta .authors .consent::before,
section.item.authors ul.authors li .name::before,
section.item.authors ul.authors li .affiliation::before {
  display: inline-block;
  /* gunakan format font yang konsisten dengan stylesheet Nisbah */
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 0.45em;
  vertical-align: middle;
  color: inherit; /* ikonnya mengikuti warna teks */
}

/* --- A. ISSUE PAGE:
   target setiap block .consent (satu block = satu penulis) dan tampilkan ikon user di depannya.
   (HTML Issue: penulis berada di .authors > .consent). --- */
.obj_article_summary .meta .authors .consent::before {
  content: "\f007"; /* fa-user */
}

/* Jika ada kasus dimana authors di ISSUE adalah satu string (nama dipisah koma),
   CSS tidak bisa menambahkan 1 icon per nama — itu butuh JS atau pengubahan template. */

/* --- B. ARTICLE PAGE (detail):
   Nama penulis = .name, Afiliasi = .affiliation
   tampilkan ikon user untuk nama, dan ikon universitas untuk afiliasi. --- */
section.item.authors ul.authors li .name::before {
  content: "\f007"; /* fa-user */
}

section.item.authors ul.authors li .affiliation::before {
  content: "\f19c"; /* fa-university */
}

/* --- C. Spacing / rapi sedikit --- */
.obj_article_summary .meta .authors .consent,
section.item.authors ul.authors li {
  /* Pastikan setiap penulis/entry terlihat block/terpisah */
  display: block;
  margin-bottom: 4px;
}

/* --- D. Responsif (opsional kecil) --- */
@media (max-width: 480px) {
  .obj_article_summary .meta .authors .consent,
  section.item.authors ul.authors li .name,
  section.item.authors ul.authors li .affiliation {
    font-size: 0.98em;
  }


