.custom-menu-box {
  background-color: #e6f2ef;
  border-radius: 12px;
  padding: 15px;
  font-family: Arial, sans-serif;
}
.menu-title {
  color: #007d65;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #00a88f;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.custom-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-menu-item {
  display: block;
  padding: 10px 14px;
  margin-bottom: 10px;
  background-color: #ffffff;
  color: #007d65;
  border: 1px solid #b2d8c5;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.custom-menu-item:hover {
  background-color: #00a88f;
  color: #ffffff;
}
.custom-menu-item.active {
  background-color: #007d65;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.editor-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.editor-card:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.editor-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0d6efd;
  margin-right: 20px;
}

.editor-info {
  flex: 1;
}

.editor-name {
  margin: 0 0 10px;
  font-size: 1.2em;
  color: #0d6efd;
}

.editor-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.editor-links li {
  margin-bottom: 6px;
  font-size: 0.95em;
}

.editor-links a {
  color: #0d6efd;
  text-decoration: none;
}

.editor-links a:hover {
  text-decoration: underline;
}
.editor-info h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  color: #0d6efd; /* Warna biru elegan */
  font-weight: bold;
}
/* Untuk bagian konten narasi di halaman OJS */
.page_content,
.main_content,
.pkp_page_content,
.pkp_structure_main, 
.pkp_structure_content {
  text-align: justify;
  line-height: 1.4;       /* Jarak antar baris sedikit lebih rapat */
  letter-spacing: 0.2px;  /* Jarak antar huruf agar tetap nyaman dibaca */
  word-spacing: 0.2px;    /* Jarak antar kata */
  font-size: 0.95rem;     /* Ukuran teks sedikit lebih ringkas */
  margin-bottom: 15px;    /* Spasi antar paragraf */
}
/* 1. Sembunyikan logo OJS/PKP */
.pkp_brand_footer {
  display: none !important;
}

/* 2. Desain ulang footer dengan warna pastel lembut */
.pkp_footer_content {
  background: linear-gradient(to right, #e0f7fa, #f1f8e9); /* biru muda ke hijau pastel */
  color: #333333;
  padding: 25px 30px;
  font-size: 0.95rem;
  text-align: center;
  border-top: 3px solid #c8e6c9;
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.05);
}

/* 3. Link tetap terlihat tapi tidak mencolok */
.pkp_footer_content a {
  color: #00695c;
  font-weight: 500;
  text-decoration: none;
}

.pkp_footer_content a:hover {
  color: #004d40;
  text-decoration: underline;
}

/* 4. StatCounter dan ikon lainnya */
.pkp_footer_content img {
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 3px;
  max-height: 24px;
}

/* 5. Penataan lisensi Creative Commons */
.pkp_footer_content .license {
  margin-top: 10px;
}
/* Mengatur jarak antar block/menu agar rapat */
.sidebar .block,
.pkp_structure_sidebar .pkp_block,
.custom-block,
.block_custom,
.block {
  margin-bottom: 10px !important; /* jarak antar box lebih rapat */
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Mengurangi padding berlebih sidebar jika ada */
.pkp_structure_sidebar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Atur margin heading dan paragraph dalam block */
.sidebar .block h3,
.block_custom h3,
.block h3 {
  margin: 0 0 10px 0;
  font-size: 1rem;
  line-height: 1.3;
}

/* Rapatkan paragraf di dalam block */
.sidebar .block p,
.block_custom p,
.block p {
  margin: 6px 0;
  font-size: 0.9rem;
}
