.ojs-sidebar-menu {
  background: #4d0252;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  margin-bottom: 20px;
}

.ojs-sidebar-menu .menu-title {
  background: linear-gradient(90deg, #7a1b82, #4d0252);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 11px;
  font-size: 15px;
  letter-spacing: 1px;
}

.ojs-sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ojs-sidebar-menu ul li {
  /* border-bottom: 1px solid rgba(255,255,255,0.18); */
  border-bottom: none;
}

.ojs-sidebar-menu ul li:last-child {
  border-bottom: none;
}

.ojs-sidebar-menu ul li a {
  display: block;
  padding: 12px 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.ojs-sidebar-menu ul li a:hover {
  background: #64086b;
  padding-left: 24px;
  border-left: 4px solid #d9a0dc;
}


/* Indexing Journal */
.ojs-indexing-sidebar {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin-bottom: 20px;
  overflow: hidden;
}

.ojs-indexing-sidebar .indexing-title {
  background: linear-gradient(90deg, #7a1b82, #4d0252);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.indexing-list {
  list-style: none;
  padding: 15px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.indexing-list li {
  text-align: center;
}

.indexing-list img {
  max-width: 100%;
  height: 40px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.indexing-list img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}


/* Download Sidebar */
.ojs-download-sidebar {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin-bottom: 20px;
  overflow: hidden;
}

.download-title {
  background: linear-gradient(90deg, #7a1b82, #4d0252);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
}

.download-doc {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  text-decoration: none;
  color: #4d0252;
  font-weight: 600;
  transition: background 0.3s ease;
}

.download-doc img {
  width: 36px;
  height: auto;
}

.download-doc:hover {
  background: #f3e6f4;
}


/* Information Sidebar */
.ojs-info-sidebar {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin-bottom: 20px;
  overflow: hidden;
}

.ojs-info-sidebar .info-title {
  background: linear-gradient(90deg, #7a1b82, #4d0252);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  border-bottom: 1px solid #eee;
}

.info-list li:last-child {
  border-bottom: none;
}

.info-list li a {
  display: block;
  padding: 11px 14px;
  color: #4d0252;
  text-decoration: none;
  font-size: 13.5px;
  transition: all 0.3s ease;
}

.info-list li a:hover {
  background: #f3e6f4;
  padding-left: 20px;
}


/* Editorial Team Page */
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.editorial-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  border-top: 4px solid #4d0252;
}

.editorial-card h5 {
  margin: 0 0 6px 0;
  color: #4d0252;
  font-size: 16px;
}

.editorial-card .affiliation {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}

.profile-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.profile-links a {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  background: #f3e6f4;
  color: #4d0252;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.profile-links a:hover {
  background: #4d0252;
  color: #ffffff;
}

/* header gambar */
.pkp_site_name .is_img img {
    max-height: 100% !important;
}