.pkp_site_name_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  background-image: url('https://arab.unhas.ac.id/wp-content/uploads/2025/04/Headernadyediti.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 300px;
  margin-bottom: 10px;
}

body {
  background-color: #fefbf4;
  font-family: 'Georgia', serif;
  color: #333;
}

/* === Header === */
.pkp_site_name {
  font-size: 2em;
  font-weight: bold;
  color: #8b5e3c; /* Cokelat klasik */
  font-family: 'Scheherazade New', 'Georgia', serif; /* Jika ada font Arab aktif */
}

/* === Link dan Navigasi === */
a {
  color: #a67c00;
  text-decoration: none;
}
a:hover {
  color: #d4af37;
  text-decoration: underline;
}

/* === Footer === */
.pkp_brand_footer {
  display: none !important; /* Hilangkan logo OJS */
}
#footer {
  background-color: #f3ead7;
  color: #5b4329;
  padding: 20px;
  border-top: 4px solid #c9a64f;
  font-size: 0.9em;
}

/* === Judul Artikel & Heading === */
h1, h2, h3, h4 {
  color: #754c24;
  font-family: 'Georgia', serif;
}

/* === Tabel & Daftar === */
table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fffef7;
}
th, td {
  border: 1px solid #d8c2a3;
  padding: 8px;
}

/* === Tombol Submit & Register === */
.btn-primary, .cmp_button, .obj_galley_link {
  background-color: #c9a64f;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
}
.btn-primary:hover {
  background-color: #a67c00;
}

/* === Call for Paper Box (jika ada) === */
.call-for-paper-box {
  padding: 15px;
  background-color: #fff3cd;
  border: 2px dashed #d4af37;
  border-radius: 10px;
  text-align: center;
}
