/* ===== 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;
}


.pkp_sidebar .tools-block {
  background: #ffffff;
}