.obj_article_summary {
  border: 1px solid #e1e5eb;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #ffffff;
  transition: 0.2s;
}

.obj_article_summary:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-color: #1e73be;
}
.obj_galley_link {
  background-color: #4CAF50 !important;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 600;
  text-decoration: none;
}

.obj_galley_link:hover {
  background-color: #4CAF50 !important;
  color: #ffffff !important;
}
/* === SIDEBAR MENU BLOCK STYLE === */
.sidebar-menu p {
  border: 1px solid #eceff5;
  background: linear-gradient(135deg, #0b7a3e, #c9d800);
  padding: 9px;
  margin: 0px;
  line-height: 23px;
  color: white;
  font-size: 16px;
  text-align: justify;
  transition: all 0.3s ease;
}

/* link putih */
.sidebar-menu p a span {
  color: #ffffff;
  display: block;
}

/* efek hover */
.sidebar-menu p:hover {
  background: linear-gradient(135deg, #c9d800, #0b7a3e);
  transform: translateX(5px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.sidebar-menu p {
  border-radius: 6px;
}
/* Reference Tools horizontal */
.ref-tools {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin: 10px 0;
}

.ref-tools img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.ref-tools img:hover {
  transform: scale(1.08);
}
/* INDEXING LOGOS */
.indexing-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  padding: 8px;
  background: white;
  border-bottom: 1px solid #4d4ba9;
}

.indexing-logos img {
  width: 80px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.indexing-logos img:hover {
  transform: scale(1.08);
}
/* ===== BANNER FULL HEADER ===== */
.pkp_site_name_wrapper {
  width: 100%;
  text-align: center;
  padding: 0;
}

/* jadikan logo sebagai banner */
.pkp_site_name img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain;
}

/* hilangkan batas tinggi tema */
.pkp_site_name {
  display: block;
  width: 100%;
}

/* rapikan jarak header */
.pkp_head_wrapper {
  padding-bottom: 0;
}
/* HEADER FULL WIDTH GRADIENT */
.pkp_structure_head {
    background: linear-gradient(90deg, #0b7a3b, #c9d60b);
    padding: 0 !important;
    margin: 0 !important;
}

/* HILANGKAN PUTIH CONTAINER */
.pkp_head_wrapper {
    background: transparent !important;
    padding: 0 !important;
}

/* AREA BRANDING */
.pkp_site_name_wrapper,
.pkp_branding_wrapper {
    background: transparent !important;
    text-align: center;
    padding: 20px 0;
}

/* LOGO PROPORSIONAL */
.pkp_site_name img,
.pkp_branding_wrapper img {
    max-height: 120px;
    width: auto;
}

/* HILANGKAN GARIS PUTIH ATAS */
.pkp_navigation_primary_wrapper {
    background: transparent !important;
}

/* MENU DI ATAS GRADIENT */
.pkp_navigation_primary {
    background: transparent !important;
}
.pkp_structure_head {
    background: linear-gradient(90deg, #0b7a3b, #c9d60b);
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.pkp_branding_wrapper img {
    max-height: 140px;
}
/* BATASI LEBAR SELURUH WEBSITE */
.pkp_structure_page {
    max-width: 1140px;
    margin: 0 auto;
    background: #ffffff;
}

/* HEADER IKUT BOXED */
.pkp_structure_head {
    max-width: 1140px;
    margin: 0 auto;
}

/* NAV MENU IKUT BOXED */
.pkp_navigation_primary_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

/* FOOTER IKUT BOXED */
.pkp_structure_footer_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

/* BACKGROUND LUAR PUTIH */
body {
    background: #f5f7fb;
}
/* Hilangkan background dan padding header */
.pkp_site_name_wrapper,
.pkp_site_name,
.pkp_header {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Banner full tanpa jarak */
.pkp_site_name img {
    display: block;
    width: 100%;
    height: auto;
}

/* Hilangkan ruang atas */
.pkp_structure_head {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
body {
    margin: 0;
}
/* Samakan lebar header dengan konten jurnal */
.pkp_structure_head .pkp_site_name_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

/* Banner mengikuti lebar container */
.pkp_site_name img {
    width: 100%;
    height: auto;
}
/* Samakan lebar navigasi dengan konten jurnal */
.pkp_navigation_primary_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

/* Samakan juga container header keseluruhan */
.pkp_structure_head .pkp_head_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}
/* WARNA HEADER NAVIGATION */
.pkp_navigation_primary {
    background-color: #1F4E79;
}
.pkp_navigation_primary li a {
    color: #fff;
    font-weight: 600;
}

/* JUDUL ARTIKEL DI DAFTAR */
.obj_article_summary .title a {
    font-size: 20px;
    font-weight: bold;
    color: #1F4E79;
}

/* DAFTAR ARTIKEL */
.obj_article_summary {
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
}

/* BAGIAN INFO JURNAL (footer) */
.footer {
    font-size: 14px;
    color: #555;
}

/* LINK PDF */
a[href$=".pdf"] {
    font-weight: bold;
    color: #1F4E79;
}
/* Footer hijau muda solid */
.pkp_structure_footer {
    background-color: #4CAF50;
    color: #ffffff;
    padding: 12px 0;
    font-size: 14px;
}

/* Warna teks */
.pkp_structure_footer p,
.pkp_structure_footer span {
    color: #ffffff;
    margin-bottom: 5px;
}

/* Link footer */
.pkp_structure_footer a {
    color: #ffffff;
    font-weight: 500;
}

.pkp_structure_footer a:hover {
    color: #e8f5e9;
}
.item.views {
    background: #e8f5e9;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #2e7d32;
}
/* ===== GALLEY + VIEWS SEJAJAR ===== */
.obj_article_details .galley_links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Style tombol PDF */
.obj_galley_link {
    background-color: #4CAF50 !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 6px 14px;
    font-weight: 600;
}

/* Hover PDF */
.obj_galley_link:hover {
    background-color: #388E3C !important;
}

/* Abstract Views & PDF Views */
.item.views {
    background: #e8f5e9;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #2e7d32;
    display: inline-block;
}
.galley_item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-views,
.custom-downloads {
    background: #e8f5e9;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #2e7d32;
}