/* ======== Editorial Team Box ======== */
.chief-editor-card {
  display: flex;
  align-items: flex-start;
  background: #1F3A5F;            /* NAVY utama */
  padding: 12px;
  border: 1px solid #C9A24D;      /* aksen emas */
  margin-bottom: 12px;
  gap: 12px;
  border-radius: 6px;
}

/* ======== Foto ======== */
.chief-editor-photo img {
  width: 80px;
  height: auto;
  border-radius: 4px;
  border: 2px solid #C9A24D;      /* foto lebih menonjol */
  background: #FFFFFF;
  flex-shrink: 0;
}

/* ======== Info ======== */
.chief-editor-info {
  flex: 1;
  text-align: left;
  line-height: 1.5;
  min-width: 0;
}

/* ======== Text ======== */
.editor-title {
  font-weight: bold;
  font-size: 10px;
  color: #C9A24D;                 /* emas */
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.editor-name {
  font-size: 9px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.editor-affil,
.editor-id {
  font-size: 8px;
  color: #E6D8B5;                 /* emas lembut */
  margin-bottom: 4px;
}

.editor-id a {
  color: #FFFFFF;
  text-decoration: none;
}

.editor-id a:hover {
  text-decoration: underline;
  color: #C9A24D;
}

/* ======== Tombol View ======== */
.view-button {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 10px;
  background: #C9A24D;
  color: #1F3A5F;
  border: 1px solid #C9A24D;
  border-radius: 4px;
  font-size: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.25s ease;
}

.view-button:hover {
  background: #E6D8B5;
  color: #1F3A5F;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  transform: translateX(2px);
}


/* ======== FOOTER CLEAN ======== */
.site-footer {
  background: #1F3A5F;        /* navy AJBMS */
  padding: 24px 0;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
}

/* Container */
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* Left */
.footer-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-logo {
  height: 70px;
  background: #FFFFFF;
  padding: 6px;
  border-radius: 6px;
}

.footer-label {
  font-size: 12px;
  color: #C9A24D;
  font-weight: 600;
}

.footer-title {
  font-size: 16px;
  font-weight: bold;
}

.footer-address {
  font-size: 13px;
  color: #E6D8B5;
  margin-top: 4px;
  line-height: 1.5;
}

/* Right */
.footer-right {
  text-align: right;
}

.cc-logo {
  margin-bottom: 6px;
}

.cc-text {
  font-size: 12px;
}

.cc-text a {
  color: #C9A24D;
  text-decoration: none;
  font-weight: bold;
}

.cc-text a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    text-align: center;
  }
}


/* ===== FOOTER BLOCK FINAL ===== */

.site-footer {
  background: #f8f9fb;
  border-top: 3px solid #1f3a5f;
  padding: 28px 0 18px;
  font-family: Arial, sans-serif;
  color: #1f3a5f;
}

.footer-block {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* Publisher */
.footer-publisher {
  flex: 1;
  min-width: 300px;
}

.publisher-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 4px;
}

.publisher-name {
  font-size: 17px;
  font-weight: bold;
  color: #1f3a5f;
  margin: 0 0 4px;
}

.publisher-address {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #333;
}

/* License */
.footer-license {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e1e5ea;
  padding: 14px 18px;
  border-radius: 6px;
}

.footer-license img {
  display: block;
  margin: 0 auto 6px;
}

.footer-license p {
  margin: 0;
  font-size: 13px;
}

.footer-license a {
  color: #1f3a5f;
  font-weight: bold;
  text-decoration: none;
}

.footer-license a:hover {
  text-decoration: underline;
}

/* Bottom */
.footer-bottom {
  margin-top: 18px;
  padding-top: 10px;
  border-top: 1px solid #e1e5ea;
  text-align: center;
  font-size: 12px;
  color: #666;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-block {
    flex-direction: column;
    text-align: center;
  }
}

/* ===== FIX FOOTER SANGUINE OVERRIDE ===== */

/* Paksa footer satu warna */
.site-footer,
.site-footer * {
  background: none !important;
  opacity: 1 !important;
}

/* Background utama footer */
.site-footer {
  background-color: #1f3a5f !important;
  color: #ffffff !important;
}

/* Wrapper tidak boleh putih */
.site-footer .footer-block,
.site-footer .footer-inner,
.site-footer .footer-main {
  background: transparent !important;
}

/* Teks publisher */
.site-footer .publisher-label,
.site-footer .publisher-name,
.site-footer .publisher-address,
.site-footer p {
  color: #ffffff !important;
}

/* License block tetap kontras */
.site-footer .footer-license {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
}

.site-footer .footer-license p,
.site-footer .footer-license a {
  color: #ffffff !important;
}

/* Copyright */
.site-footer .footer-bottom {
  color: #cfd8e3 !important;
  border-top: 1px solid rgba(255,255,255,0.2) !important;
}

/* ===== FOOTER FINAL SIGNATURE ===== */

/* Aksen masuk footer (signature jurnal) */
.site-footer::before {
  content: "";
  display: block;
  width: 160px;
  height: 3px;
  background: #C9A24D;
  margin: 0 auto 28px;
  border-radius: 2px;
}

/* Background tetap tenang, tidak rame */
.site-footer {
  background: linear-gradient(
    180deg,
    #233f66 0%,
    #1f3a5f 60%,
    #1b3456 100%
  ) !important;
}

/* Penegasan penerbit */
.site-footer .publisher-name {
  position: relative;
  display: inline-block;
}

.site-footer .publisher-name::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  background: #C9A24D;
  margin-top: 6px;
  border-radius: 1px;
}

/* Copyright lebih rapi */
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.25) !important;
  margin-top: 32px;
  padding-top: 14px;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #cfd8e3 !important;
}

/* =====================================================
   FOOTER OJS – NUCLEAR OVERRIDE (PASTI KENA)
   Target: atas turun, bawah naik
   ===================================================== */

/* Target footer utama semua theme OJS */
body .pkp_structure_footer,
body .pkp_footer_content,
body footer,
body .site-footer {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Target container bawaan theme */
body .pkp_structure_footer .container,
body .pkp_structure_footer .row,
body .pkp_structure_footer [class*="container"],
body .pkp_structure_footer [class*="row"] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Target semua elemen dalam footer (VERTIKAL SAJA) */
body .pkp_structure_footer * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* License box tetap aman */
body .pkp_structure_footer .footer-license {
  padding: 6px 10px !important;
}

/* Garis pemisah */
body .pkp_structure_footer hr {
  margin-top: 8px !important;
  margin-bottom: 6px !important;
}

/* Copyright – NAIKKAN */
body .pkp_structure_footer .footer-bottom,
body .pkp_structure_footer .pkp_footer_content p {
  padding-top: 6px !important;
  margin-top: 6px !important;
  font-size: 11.5px !important;
}

/* =====================================================
   FOOTER – PENEGASAN NAMA PUBLISHER
   Khusus: CV. Lentera Pendidikan Global
   ===================================================== */

/* Perbesar nama publisher saja */
body .pkp_structure_footer .publisher-name,
body .pkp_structure_footer strong {
  font-size: 16px !important;   /* naik sedikit dari default */
  font-weight: 700 !important;
  letter-spacing: 0.2px;
}

/* Pastikan baris alamat tetap proporsional */
body .pkp_structure_footer .publisher-address {
  font-size: 13px !important;
}


/* CTA wrapper */
.sidebar-cta {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}

/* Pastikan gambar block */
.sidebar-cta img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay default */
.sidebar-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 58, 95, 0.75);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Text overlay */
.sidebar-cta::before {
  content: attr(data-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.4px;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}

/* Hover state */
.sidebar-cta:hover::after,
.sidebar-cta:hover::before {
  opacity: 1;
}

/* Hover lift */
.sidebar-cta:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* ===== AJMBS Author Tools ===== */
.ajbms-tools {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.ajbms-tool-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #E1E5EA;
  border-radius: 6px;
  transition: all 0.25s ease;
}

.ajbms-tool-item:hover {
  border-color: #C9A24D;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

.ajbms-tool-item img {
  width: 36px;
  height: auto;
  flex-shrink: 0;
}

.tool-text {
  line-height: 1.3;
}

.tool-text strong {
  display: block;
  font-size: 13px;
  color: #003366;
}

.tool-text span {
  font-size: 11px;
  color: #666;
}

/* Mobile friendly */
@media (max-width: 768px) {
  .ajbms-tool-item {
    padding: 8px 10px;
  }
}

/* ===== AJMBS Author Tools (Clean Version) ===== */
.ajbms-tools {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: Arial, sans-serif;
}

.ajbms-tool-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #E1E5EA;
  border-left: 4px solid #C9A24D; /* aksen AJMBS */
  border-radius: 4px;
  transition: all 0.25s ease;
}

.ajbms-tool-item:hover {
  border-left-color: #003366;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}

.ajbms-tool-item img {
  width: 34px;
  height: auto;
  flex-shrink: 0;
}

.tool-text strong {
  font-size: 13px;
  font-weight: 700;
  color: #003366;
}


.ajbms-help-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;

  display: flex;
  align-items: center;
  gap: 12px;

  /* LEBIH TERANG & AJBMS */
  background: linear-gradient(135deg, #274a78, #1f3a5f);
  color: #ffffff;

  padding: 12px 22px;
  border-radius: 16px;

  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 6px 16px rgba(0,0,0,0.22);
  transition: all 0.25s ease;
}

.ajbms-help-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.3);
}

/* ICON */
.ajbms-help-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;

  background: #c9a24d; /* GOLD */
  position: relative;
}

/* CHAT SYMBOL */
.ajbms-help-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 10px;
  border: 2px solid #1f3a5f;
  border-radius: 3px;
  top: 10px;
  left: 9px;
}

/* TEXT */
.ajbms-help-text {
  line-height: 1.25;
  color: #ffffff;
}

.ajbms-help-text small {
  font-weight: 400;
  opacity: 0.9;
}


/* ===== AJBMS ABOUT JOURNAL – FINAL FIX ===== */

.ajbms-about-wrapper {
  background: #F4F6F8;
  border: 1px solid #E1E5EA;
  border-radius: 10px;
  padding: 22px;
  margin: 20px 0;
}

.ajbms-about-title {
  margin: 0 0 18px 0;
  font-size: 22px;
  font-weight: 700;
  color: #1F3A5F;
  border-bottom: 3px solid #C9A24D;
  padding-bottom: 8px;
}

.ajbms-about-meta {
  margin-bottom: 20px;
}

/* ===== DESKRIPSI (INI YANG DIPERBAIKI) ===== */
.ajbms-about-desc {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.9;
  color: #1F3A5F;
}

/* PAKSA RATA KIRI–KANAN (OVERRIDE OJS THEME) */
.ajbms-about-desc p,
.pkp_structure_main .ajbms-about-desc p {
  margin-bottom: 14px;

  text-align: justify !important;
  text-justify: inter-word;
  hyphens: auto;
}

/* ===== MOBILE FRIENDLY ===== */
@media (max-width: 768px) {
  .ajbms-about-desc p,
  .pkp_structure_main .ajbms-about-desc p {
    text-align: left !important;
  }
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

