.pkp_site_name .is_img img { /* INI HEADER */
  max-height: 1650px !important;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  width: auto;
  height: auto;
  margin-top: -35px;
}

.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: -5px;
}

.pkp_site_nav_menu .pkp_nav_list {
    margin-left: 30px;
}

body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section > h2 {
  display: none;
}

body > div > div.pkp_structure_footer_wrapper > div > div.pkp_brand_footer > a > img {
  display: none;
}
body > div > div.pkp_structure_footer_wrapper {
    width: 1160px;
    margin: auto;
    background-color: lightgrey;
}
.pkp_structure_content {
    background-color: white;
}
body { /* INI GANTI BACKGROUND BELAKANG */
  background-image: url(https://ejournal.upnvj.ac.id/public/site/images/ajsi/bg.png); 
    background-size: cover; /* sesuaikan ukuran batik auto atau contain atau cover */
  background-repeat: repeat;
}


/* =============================================
   SIDEBAR BLOCK TITLES — semua h2 & h3 sidebar
   ============================================= */

/* Shared base untuk semua title sidebar */
#customblock-menu > div > h3,
#customblock-associate-with > div > h3,
#customblock-application-support > div > h3,
#customblock-statistic > div > h3,
body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left > div.pkp_block.block_Keywordcloud > h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #3a6644;
  color: #ffffff;
  padding: 11px 14px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-bottom: 3px solid #C9A227;
  border-left: none;
}




.pkp_block {
    padding: 5px;
}

.pkp_block .content ul li {
  padding: 0;
}

ul.sidemenu {
    padding-left: 0;
    margin: -10px -10px 0;
    list-style: none;
}
ul.sidemenu li {
    padding: 0;
}
ul.sidemenu li a { /* INI BUTTON DARI SIDEBAR MENU */
    display: block;
    padding: 15px;
    font-size: 14px;
    color: white;
    background: linear-gradient(135deg, #4E805B 0%, #6FA57D 50%, #2F5D46 100%);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid white;
}

ul.sidemenu li a:hover { /* INI BUTTON HOVER SIDEBAR MENU */
    background: linear-gradient(135deg, #D4AF37 0%, #F2D57E 50%, #B8860B 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}


.obj_article_summary { /* INI WARNA DARI TIAP ARTICLE DI HOME */
  padding: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #c1c1c1;
}


.obj_article_summary:hover {
  background-color: grey
}