/* ===== SIDEBAR: ADDITIONAL MENU (OJS 3.x) ===== */

/* Kotak sidebar */
.pkp_block {
  background: #B7E9ED;
  border-radius: 5px;
  padding: 1px 1 px;
  margin-bottom: 2px;
  overflow: hidden;
}

/* Judul "ADDITIONAL MENU" */
.pkp_block .title {
  background: #0394a3;
  color: #ffd700;               /* kuning */
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 17px;
  padding: 1px 1px 1px;
  margin: 2;
  }

/* List menu */
.pkp_block ul {
  line-height: 1;
  padding: 0;
  margin: 0;
}

/* Setiap baris menu */
.pkp_block ul li {
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 2px;
  line-height: 1;
  border-top: 1px solid rgba(50,50,50,0); /* garis pemisah */
}

/* Link menu */
.pkp_block ul li a {
  display: block;
  text-align: center;
  padding: 2px;
  color: #056b6e;
  text-decoration: none;
  font-weight: 15px;
  font-size: 15px;
  text-align: left;
  line-height: 1;
}

/* Hover */
.pkp_block ul li a:hover {
  background: rgba(100,100,0,0.12);
}

/* Item terakhir (Archives Policy) putih seperti gambar */
.pkp_block ul li:last-child a {
  color: #056b6e;
}

/* Hilangkan garis paling atas tepat di bawah title (biar bersih) */
.pkp_block ul li:first-child {
  border-top: none;
}


/* ===== ATUR UKURAN COVER HOMEPAGE ===== */
.pkp_page_index .homepage_image {
  max-height: auto;      /* ubah 380–450 sesuai selera */
  overflow: hidden;
}

.pkp_page_index .homepage_image img {
  width: 85%;
  height: 100%;
  object-fit: cover;
}

/* ===== HEADER BACKGROUND JURNAL ===== */
.pkp_site_name_wrapper {
  background-image: url("https://drive.google.com/file/d/1Ay7_4RxakzTLipPtG8SaA33xNwu-ZE4w");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  max-height: auto;              /* sesuai tinggi gambar */
  max-width: auto;  
display: flex;
  align-items: center;
}

/* ===== MENU NAVIGASI ===== */
.pkp_navigation_primary_wrapper {
  background: #B8F5F5;              /* hijau tua */
}

.pkp_navigation_primary > li > a {
  color: #ffd700;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 14px;
}

.pkp_navigation_primary > li > a:hover {
  background: rgba(255,255,255,0.15);
}

/* Header nempel ke atas */
body {
  margin-top: 1px !important;
}

.pkp_site_name_wrapper {
  margin-top: 1px !important;
}

/* ==========================================================
   JURNAL ANDALIMAN — EDITORIAL TEAM CARDS (OJS 3.x)
   Pasangan HTML menggunakan class: .andaliman-editorial-team
   ========================================================== */

:root {
  --editorial-primary: #1e6292;
  --editorial-accent: #0394a3;
  --editorial-orcid: #a6ce39;
  --editorial-scopus: #087e8b;
  --editorial-text: #172330;
  --editorial-muted: #516270;
  --editorial-border: #d9e3e8;
  --editorial-photo-bg: #f3f7f9;
}

.andaliman-editorial-team {
  width: 100%;
  margin: 0 auto;
  color: var(--editorial-text);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.andaliman-editorial-team,
.andaliman-editorial-team * {
  box-sizing: border-box;
}

.andaliman-editorial-team .editorial-heading {
  margin: 0 0 24px;
  color: var(--editorial-text);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

/* Kartu utama */
.andaliman-editorial-team .editor-card {
  position: relative;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  min-height: 250px;
  margin: 0 0 22px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--editorial-border);
  border-left: 6px solid var(--editorial-primary);
  border-radius: 9px;
  box-shadow: 0 4px 14px rgba(20, 55, 75, 0.07);
  transition: transform 220ms ease,
              box-shadow 220ms ease,
              border-left-color 220ms ease;
}

.andaliman-editorial-team .editor-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--editorial-accent);
  box-shadow: 0 12px 28px rgba(20, 55, 75, 0.14);
}

/* Area foto */
.andaliman-editorial-team .editor-photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px;
  background: var(--editorial-photo-bg);
}

.andaliman-editorial-team .editor-photo {
  display: block;
  width: 164px;
  height: 202px;
  object-fit: cover;
  object-position: center top;
  background: #ffffff;
  border: 4px solid #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(16, 45, 64, 0.20);
  transition: transform 240ms ease;
}

.andaliman-editorial-team .editor-card:hover .editor-photo {
  transform: scale(1.025);
}

/* Area informasi */
.andaliman-editorial-team .editor-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 28px 30px;
}

.andaliman-editorial-team .editor-role {
  margin: 0 0 16px;
  padding: 0 0 10px;
  color: var(--editorial-primary);
  border-bottom: 1px solid var(--editorial-border);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.andaliman-editorial-team .editor-name,
.andaliman-editorial-team .editor-affiliation,
.andaliman-editorial-team .editor-id {
  position: relative;
  margin: 0;
  padding-left: 42px;
}

.andaliman-editorial-team .editor-name {
  margin-bottom: 12px;
  color: var(--editorial-text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.andaliman-editorial-team .editor-affiliation {
  margin-bottom: 15px;
  color: var(--editorial-muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

/* Ikon orang dan institusi tanpa library eksternal */
.andaliman-editorial-team .editor-name::before,
.andaliman-editorial-team .editor-affiliation::before {
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--editorial-primary);
  font-size: 21px;
  line-height: 1;
}

.andaliman-editorial-team .editor-name::before {
  content: "\265F";
  transform: rotate(180deg);
}

.andaliman-editorial-team .editor-affiliation::before {
  content: "\2302";
  font-size: 27px;
  font-weight: 700;
}

/* ORCID dan Scopus */
.andaliman-editorial-team .editor-id {
  min-height: 28px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.andaliman-editorial-team .editor-id:last-child {
  margin-bottom: 0;
}

.andaliman-editorial-team .editor-id::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.andaliman-editorial-team .editor-id.orcid::before {
  content: "iD";
  background: var(--editorial-orcid);
}

.andaliman-editorial-team .editor-id.scopus::before {
  content: "S";
  background: var(--editorial-scopus);
  font-family: Georgia, serif;
}

.andaliman-editorial-team .editor-id a {
  color: #008fd5 !important;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

.andaliman-editorial-team .editor-id a:hover,
.andaliman-editorial-team .editor-id a:focus-visible {
  color: var(--editorial-primary) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  outline: none;
}

/* Tablet */
@media (max-width: 850px) {
  .andaliman-editorial-team .editor-card {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .andaliman-editorial-team .editor-photo-wrap {
    padding: 22px;
  }

  .andaliman-editorial-team .editor-photo {
    width: 138px;
    height: 175px;
  }

  .andaliman-editorial-team .editor-info {
    padding: 24px;
  }
}

/* Ponsel */
@media (max-width: 600px) {
  .andaliman-editorial-team .editorial-heading {
    margin-bottom: 18px;
    font-size: 27px;
  }

  .andaliman-editorial-team .editor-card {
    grid-template-columns: 1fr;
    border-left-width: 4px;
  }

  .andaliman-editorial-team .editor-photo-wrap {
    padding: 22px 18px;
  }

  .andaliman-editorial-team .editor-photo {
    width: 140px;
    height: 174px;
  }

  .andaliman-editorial-team .editor-info {
    padding: 22px 18px 24px;
  }

  .andaliman-editorial-team .editor-role {
    font-size: 14px;
  }

  .andaliman-editorial-team .editor-name {
    font-size: 18px;
  }

  .andaliman-editorial-team .editor-affiliation,
  .andaliman-editorial-team .editor-id {
    font-size: 13.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .andaliman-editorial-team .editor-card,
  .andaliman-editorial-team .editor-photo,
  .andaliman-editorial-team .editor-id a {
    transition: none;
  }
}
