/* --- 1. Sembunyikan thumbnail di daftar jurnal --- */
li.has_thumb .thumb {
  display: none !important;
}

/* --- 2. Atur ulang body agar isi melebar penuh setelah thumbnail hilang --- */
li.has_thumb .body {
  margin-left: 0 !important;
  width: 100% !important;
  flex: 1 !important;
}

/* --- 3. Styling tombol View Journal dan Current Issue --- */
li.view a,
li.current a {
  display: inline-block;
  margin-right: 8px;
  background-color: #FF8000; /* Oranye tajam */
  color: #fff !important;
  padding: 6px 14px;
  border-radius: 5px;
  text-decoration: none !important;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

li.view a:hover,
li.current a:hover {
  background-color: #e67300;
}

/* Rapiin posisi tombol (letak di bawah judul/deskripsi) */
li.view, li.current {
  margin-top: 0.7em;
  display: inline-block;
}

/* --- 4. Hilangkan Footer "Powered by OJS/PKP" --- */
.pkp_brand_footer, .pkp_brand_footer * {
  display: none !important;
}
