.pkp_site_name_wrapper {
  padding: 0px !important;
  background: transparent !important;
}

.pkp_site_name {
  padding: 0px !important;
  width: 100% !important;
}

.pkp_site_name .is_img {
  background-image: url("https://journal.lsocreative.id/public/journal_afj/journal_afj.png");
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 200px !important;
}

.pkp_site_name .is_img img {
  padding: 0px !important;
  display: none !important;
}

.pkp_brand_footer {
  display: none !important;
}

/* TODO: css untuk quick menu */
.quick-menu-item {
  border: solid 1px #eceff5;
  background: #2f6787;
  padding: 9px;
  margin: 0;
  text-align: left;
  line-height: 23px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  transition: all 0.2s ease; /* animasi halus saat hover */
}

.quick-menu-item a {
  color: #ffffff;
  text-decoration: none;
  display: block; /* biar klik di seluruh area kotak */
}

/* EFEK HOVER */
.quick-menu-item:hover {
  background: #234e63; /* biru sedikit lebih gelap */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
  cursor: pointer;
}
/* TODO: css untuk quick menu */

/* TODO: membuat navbar menempel diatas saat di scroll */
@media (min-width: 992px) {
  #headerNavigationContainer .pkp_site_nav_menu {
    border-bottom: 2px solid #eaeaea !important;
  }

  body.nav-sticky #headerNavigationContainer .pkp_site_nav_menu {
    position: fixed;
    top: 0;
    left: 50%; /* posisikan di tengah layar */
    transform: translateX(-50%);
    width: 100%;
    max-width: 1160px; /* SESUAIKAN dengan lebar website-mu */
    box-sizing: border-box;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  }

  /* Isi menu di dalam nav biar tetap full ke kanan-kiri nav */
  body.nav-sticky #headerNavigationContainer .pkp_navigation_primary_row,
  body.nav-sticky #headerNavigationContainer .pkp_navigation_user_wrapper {
    max-width: 100%;
    margin: 0;
  }

  /* Spacer supaya konten tidak ketimpa navbar */
  body.nav-sticky {
    padding-top: 60px; /* kira-kira setinggi navbar (silakan sesuaikan) */
  }
}
/* TODO: membuat navbar menempel diatas saat di scroll */

/* TODO css untuk styile footer */
.footer {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: #4b5563;
  font-size: 14px;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

/* Kiri */
.footer-left {
  flex: 1 1 260px;
  min-width: 260px;
}

.footer-left .footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #111827;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-left .footer-logo img {
  width: 35px;
  height: 35px;
}

.footer-logo span {
  font-weight: 600;
  font-size: 20px;
}

.footer-desc {
  margin: 12px 0 20px;
  max-width: 260px;
  color: #6b7280;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-social a {
  font-size: 18px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social a:hover {
  color: #111827;
  transform: translateY(-1px);
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  color: #374151;
  text-decoration: none;
}

.footer-status .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
}

/* Kanan: kolom-kolom menu */
.footer-right {
  flex: 2 1 480px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.footer-col {
  min-width: 140px;
}

.footer-col h4 {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

.footer-col a {
  display: block;
  text-decoration: none;
  color: #4b5563;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #111827;
}

.badge-new {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 11px;
  font-weight: 500;
}

/* Bottom bar */
.footer-bottom {
  max-width: 1120px;
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #9ca3af;
}

.footer-bottom-links {
  display: flex;
  gap: 16px;
}

.footer-bottom-links a {
  text-decoration: none;
  color: #9ca3af;
}

.footer-bottom-links a:hover {
  color: #4b5563;
}

/* Responsif: stack di layar kecil */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-right {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* TODO css untuk styile footer */

/* TODO Style untuk indexing page */
.journal-indexing-wrapper {
  max-width: 1000px;
  margin: 20px auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.journal-indexing-wrapper h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 600;
}

.indexing-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden; /* keep rounded corners visible */
}

.indexing-table th,
.indexing-table td {
  padding: 10px 14px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
  font-size: 0.95rem;
}

.indexing-table thead {
  background: #f2f4f8;
}

.indexing-table th {
  font-weight: 600;
}

.indexing-logo img {
  max-height: 40px;
  max-width: 120px;
  display: block;
}

/* Hover effect per row */
.indexing-table tbody tr {
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.indexing-table tbody tr:hover {
  background-color: #eef4ff; /* row color on hover */
  transform: translateY(-1px); /* subtle floating effect (optional) */
}

/* TODO Style untuk indexing page */

/* TODO Style Editor TEAM */
.editor-board-wrapper {
  max-width: 1100px;
  margin: 20px auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.editor-board-wrapper h3 {
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 600;
}

.editor-board-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.editor-board-table th,
.editor-board-table td {
  padding: 10px 14px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
  font-size: 0.95rem;
}

.editor-board-table thead {
  background: #f2f4f8;
}

.editor-board-table th {
  font-weight: 600;
}

/* Name + affiliation */
.editor-name {
  font-weight: 600;
}

.editor-affiliation {
  font-size: 0.85rem;
  color: #555;
  margin-top: 2px;
}

/* Profile links (Google Scholar, SINTA, ORCID, Scopus) */
.editor-profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.profile-link {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.8rem;
  text-decoration: none;
  border: 1px solid #d0d7e2;
  background: #f9fafc;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

/* Bisa bedakan warna per jenis profil (opsional) */
.profile-scholar {
}
.profile-sinta {
}
.profile-orcid {
}
.profile-scopus {
}

.profile-link:hover {
  background: #1d4ed8;
  color: #ffffff;
  border-color: #1d4ed8;
}

/* Hover per baris */
.editor-board-table tbody tr {
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.editor-board-table tbody tr:hover {
  background-color: #eef4ff;
  transform: translateY(-1px);
}
/* TODO Style Editor TEAM */
