@media (min-width: 992px) {
    .ash-head-image .ash-head-bg .pkp_head_wrapper .ash-head-image-wrapper .ash-head-site-name a {
        line-height: 2.857rem;
    }
}

/* Mengubah warna teks judul sidebar */
.pkp_block h2 {
    color: #024456 !important; /* Ganti #024456 dengan kode warna web Anda */
}

/* Jika Anda ingin menambahkan garis bawah berwarna atau latar belakang */
.pkp_block h2 {
    color: #024456;
    border-bottom: 2px solid #024456; /* Menambahkan garis bawah berwarna */
    padding-bottom: 5px; /* Memberi sedikit ruang antara teks dan garis */
}
/* Editorial board item: foto kiri, teks kanan */
.editorial-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

/* Bungkus foto */
.editorial-list .img-profile {
  flex: 0 0 100px;
  max-width: 100px;
}

/* Gambar */
.editorial-list .imgthumb img {
  width: 100px;
  height: 125px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* Teks di sebelah kanan */
.editorial-list .team-content {
  flex: 1;
}

.editorial-list .team-aff ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.editorial-list .team-aff li {
  display: block;
  margin: 0 0 6px 0;
}

/* Nama */
.editorial-list .team-aff li strong {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  color: #111;
  margin-bottom: 4px;
}

/* Link Scopus */
.editorial-list .team-aff a {
  color: #0056b3;
  text-decoration: none;
}

.editorial-list .team-aff a:hover {
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 600px) {
  .editorial-list li {
    flex-direction: column;
  }

  .editorial-list .img-profile {
    max-width: 100%;
  }
}
.editorial-list .team-aff li strong {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

/* garis bawah animasi */
.editorial-list .team-aff li strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #0056b3;
  transition: width 0.3s ease;
}

.editorial-list .team-aff li strong:hover {
  color: #0056b3;
}

.editorial-list .team-aff li strong:hover::after {
  width: 100%;
}
.editorial-list li:hover {
  background: #f9fbfc;
  border-radius: 8px;
  transition: 0.3s;
}
.editorial-list .editor-name {
  text-decoration: none;
}

.editorial-list .editor-name strong {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  transition: all 0.25s ease;
}

/* Hover effect */
.editorial-list .editor-name strong:hover {
  background-color: #7a1f1f; /* maroon elegan */
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12); /* subtle shadow */
  transform: translateY(-2px); /* sedikit naik */
}
/* ===== OJS/PKP Editorial Board ===== */

.ojs-editorial-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.ojs-editorial-group {
  margin-bottom: 48px;
}

.ojs-editorial-title {
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e6e6;
  font-size: 28px;
  line-height: 1.3;
  color: #222;
}

.ojs-editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ojs-editor-card {
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ojs-editor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.ojs-editor-thumb {
  width: 100%;
}

.ojs-editor-thumb img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.ojs-editor-body {
  padding: 18px;
  text-align: center;
}

.ojs-editor-name {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  padding: 7px 12px;
  border-radius: 8px;
  text-decoration: none !important;
  color: #111 !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.ojs-editor-name:hover,
.ojs-editor-name:focus,
.ojs-editor-name:focus-visible {
  background: #7a1f1f;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
  outline: none;
  text-decoration: none !important;
}

.ojs-editor-meta {
  margin: 6px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.ojs-editor-meta a {
  color: #8b1e1e !important;
  text-decoration: none;
}

.ojs-editor-meta a:hover {
  text-decoration: underline;
}

.ojs-editor-note {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
}

/* badge negara */
.ojs-editor-name:before {
  display: inline-block;
  margin-right: 6px;
}

.ojs-flag-id:before { content: "🇮🇩"; }
.ojs-flag-ly:before { content: "🇱🇾"; }
.ojs-flag-eg:before { content: "🇪🇬"; }
.ojs-flag-by:before { content: "🇧🇾"; }
.ojs-flag-kz:before { content: "🇰🇿"; }
.ojs-flag-dz:before { content: "🇩🇿"; }
.ojs-flag-za:before { content: "🇿🇦"; }

/* tooltip */
.ojs-editor-name:after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ojs-editor-name:hover:after,
.ojs-editor-name:focus:after,
.ojs-editor-name:focus-visible:after {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

/* highlight khusus */
.ojs-chief-card {
  border: 2px solid #7a1f1f;
  background: linear-gradient(135deg, #ffffff, #fdf5f5);
}

.ojs-chief-card .ojs-editor-name {
  font-size: 20px;
}

.ojs-managing-card {
  border: 2px solid #8b1e1e;
  background: linear-gradient(135deg, #ffffff, #faf4f4);
}

/* responsive */
@media (max-width: 992px) {
  .ojs-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ojs-editor-thumb img {
    height: 230px;
  }
}

@media (max-width: 576px) {
  .ojs-editorial-title {
    font-size: 24px;
  }

  .ojs-editorial-grid {
    grid-template-columns: 1fr;
  }

  .ojs-editor-thumb img {
    height: 240px;
  }

  .ojs-editor-name {
    font-size: 17px;
  }
}

/* dark mode */
@media (prefers-color-scheme: dark) {
  .ojs-editorial-title {
    color: #f2f2f2;
    border-bottom-color: #3b3b3b;
  }

  .ojs-editor-card {
    background: #1f1f1f;
    border-color: #333;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  }

  .ojs-editor-meta,
  .ojs-editor-note {
    color: #d0d0d0;
  }

  .ojs-editor-name {
    color: #f5f5f5 !important;
  }

  .ojs-editor-name:hover,
  .ojs-editor-name:focus,
  .ojs-editor-name:focus-visible {
    background: #a83232;
    color: #fff !important;
  }

  .ojs-editor-name:after {
    background: #444;
    color: #fff;
  }

  .ojs-chief-card {
    border-color: #a83232;
    background: linear-gradient(135deg, #1f1f1f, #2b1d1d);
  }

  .ojs-managing-card {
    border-color: #b04141;
    background: linear-gradient(135deg, #1f1f1f, #2a1d1d);
  }
}