/* =======================
   Global Font
======================= */
body {
  font-family: "Maiandra GD", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-size: 14px;
  line-height: 1.6;
  color: #111827;
}

/* =======================
   Struktur Header
======================= */
.pkp_site_name_wrapper {
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pkp_site_name {
  margin: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name .is_img img {
  max-height: 100% !important;
  max-width: 100% !important;
}

/* =======================
   Animasi Glow
======================= */
@keyframes glowPulse {
  0% { box-shadow: 0 0 6px rgba(0,229,160,0.3), 0 0 10px rgba(0,229,160,0.2); }
  50% { box-shadow: 0 0 14px rgba(0,229,160,0.6), 0 0 28px rgba(0,229,160,0.4); }
  100% { box-shadow: 0 0 6px rgba(0,229,160,0.3), 0 0 10px rgba(0,229,160,0.2); }
}

/* =======================
   Struktur Navbar
======================= */
.pkp_navigation_primary_row {
  background: #1A0B2E !important;
  font-weight: 600;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,229,160,0.15);
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
  margin: 0 !important;
  padding: 0 15px !important;
  line-height: 40px !important;
  font-weight: 600 !important;
  color: #00E5A0 !important;
  transition: all 0.3s ease;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
  background: #00E5A0 !important;
  border-radius: 20px !important;
  color: #1A0B2E !important;
  animation: glowPulse 1.5s infinite ease-in-out;
  text-shadow: 0 0 6px #00E5A0;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
  background: #1A0B2E !important;
  border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
  border-bottom: 1px solid rgba(0,229,160,0.3) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
  border-bottom: none !important;
}

.pkp_site_nav_toggle {
  background-color: transparent !important;
}

.pkp_search.pkp_search_desktop {
  color: #111827;
}

/* =======================
   Struktur Sidebar
======================= */
.kepala {
  color: #00E5A0;
  background: #1A0B2E;
  border-bottom: 4px solid #00E5A0;
  padding: 10px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  animation: glowPulse 2.5s infinite ease-in-out;
}

.badan {
  margin-top: -15px;
}

.badan a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e5e7eb;
  background: #f3f4f6;
  color: #111827 !important;
  text-align: center;
  transition: all 0.3s ease;
}

.badan a:hover {
  background: #00E5A0 !important;
  color: #1A0B2E !important;
  font-weight: 600;
  box-shadow: 0 0 12px #00E5A0;
}

/* =======================
   Table of Content
======================= */
.obj_article_summary {
  padding: 20px 20px 10px !important;
  border-bottom: 4px solid #00E5A0 !important;
  border-radius: 10px;
  background: #F3F4F6;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.15);
  font-size: 12px;
  transition: all 0.3s ease;
}

.obj_article_summary:hover {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0,229,160,0.3);
  transform: translateY(-3px);
}

.pkp_structure_main h1 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.pkp_structure_main a {
  color: #111827 !important;
  transition: 0.3s ease;
}

.pkp_structure_main a:hover {
  color: #00E5A0 !important;
  text-shadow: 0 0 5px #00E5A0;
}

/* =======================
   Tombol Galley
======================= */
.obj_galley_link {
  background: #1A0B2E !important;
  border: none !important;
  color: #00E5A0 !important;
  font-weight: 700;
  text-transform: capitalize !important;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.obj_galley_link:hover {
  background: #00E5A0 !important;
  color: #1A0B2E !important;
  animation: glowPulse 1.5s infinite ease-in-out;
}

/* =======================
   Abstract
======================= */
.main_entry .item.abstract {
  text-align: justify;
  color: #111827;
}

/* =======================
   Footer (Gradasi terang)
======================= */
.pkp_structure_footer_wrapper {
  background: linear-gradient(180deg, #1A0B2E 0%, #2D1A4A 50%, #00E5A0 100%) !important;
  border-bottom: 20px solid #00E5A0 !important;
  color: #00E5A0 !important;
  box-shadow: 0 -3px 12px rgba(0,229,160,0.25);
}

.pkp_footer_content {
  float: left;
  width: 70%;
  padding: 10px 0;
  color: #00E5A0 !important;
}

.pkp_footer_content a {
  color: #00E5A0 !important;
  transition: all 0.3s ease;
}

.pkp_footer_content a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 8px #00E5A0;
  animation: glowPulse 1.5s infinite ease-in-out;
}

.pkp_brand_footer {
  float: right;
  width: 20%;
  padding: 50px 0 10px;
}

/* =======================
   Layout Index Journal
======================= */
.page_index_journal {
  display: flex;
  flex-direction: column-reverse;
}

/* =======================
   Responsive Layout
======================= */
@media (max-width: 767px) {
  .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul {
    display: block;
    text-align: left;
    padding: 10px;
  }

  .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
    display: block;
    margin-bottom: 5px;
  }

  .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    display: block;
    padding: 10px !important;
    line-height: normal !important;
    border-radius: 5px;
  }

  .pkp_structure_footer_wrapper {
    text-align: center;
  }

  .pkp_footer_content,
  .pkp_brand_footer {
    float: none;
    width: 100%;
    padding: 10px 0;
  }

  .obj_article_summary {
    font-size: 11px;
    padding: 15px;
  }
}

@media (min-width: 768px) {
  .pkp_structure_footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .obj_article_summary {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .pkp_structure_sidebar > .pkp_block {
    padding: 30px 30px 0px 30px;
  }

  .obj_article_summary {
    font-size: 15px;
  }
}
