/* =========================
   GLOBAL STYLE
========================= */
body {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  background: #f5f7fb;
  color: #2c2c2c;
}

/* =========================
   SIDEBAR
========================= */
.kepala {
  color: #fff;
  background: linear-gradient(135deg, #A91C22, #d64550);
  padding: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.badan {
  margin-top: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.badan a {
  display: block;
  padding: 10px;
  background: #ffffff;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
}

.badan a:hover {
  background: #A91C22;
  color: #fff;
  transform: scale(1.02);
}

/* =========================
   ARTICLE CARD
========================= */
.obj_article_summary {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  border-left: 5px solid #A91C22;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.obj_article_summary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* =========================
   LINK STYLE
========================= */
.pkp_structure_main a {
  color: #A91C22 !important;
  transition: all 0.2s ease;
}

.pkp_structure_main a:hover {
  color: #ff4d6d !important;
}

/* =========================
   GALLEY BUTTON
========================= */
.obj_galley_link {
  font-weight: 600;
  background: #eef2ff !important;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.obj_galley_link:hover {
  background: #dbe4ff !important;
  color: #000 !important;
}

/* =========================
   HEADER
========================= */
.pkp_structure_head {
  background: linear-gradient(135deg, #0f7ecc, #1c9be6);
}

.pkp_navigation_primary_row {
  background: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.pkp_navigation_primary_row a {
  color: #333 !important;
  font-weight: 500;
  padding: 10px 15px !important;
  transition: all 0.3s ease;
}

.pkp_navigation_primary_row a:hover {
  background: #A91C22;
  color: #fff !important;
  border-radius: 20px;
}

/* =========================
   FOOTER
========================= */
.pkp_structure_footer_wrapper {
  background: linear-gradient(135deg, #eef2ff, #dbe4ff);
  border-top: 4px solid #A91C22;
  padding: 20px 0;
}

.pkp_footer_content {
  width: 70%;
}

.pkp_brand_footer {
  width: 30%;
}

/* =========================
   ABSTRACT
========================= */
.main_entry .item.abstract {
  text-align: justify;
  line-height: 1.6;
}

/* =========================
   SEARCH
========================= */
.pkp_search.pkp_search_desktop {
  color: #A91C22;
}

/* =========================
   TOGGLE BUTTON
========================= */
.pkp_site_nav_toggle {
  background-color: #333;
}
.pkp_navigation_user,
.pkp_navigation_user_wrapper,
.pkp_navigation_user ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.pkp_navigation_user li a {
  color: #333 !important;
}

.pkp_navigation_user li a:hover {
  color: #A91C22 !important;
}