/* ================================
   PRIMARY NAVIGATION MENU
   ================================ */
.pkp_navigation_primary > li > a {
  background: linear-gradient(to bottom, #C20E0E, #C20E0E) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 6px 14px !important;
  border-radius: 4px !important;
  margin: 2px !important;
  text-align: center !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),
              0 3px 6px rgba(0,0,0,0.35) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

/* Paksa semua teks putih */
.pkp_navigation_primary > li > a,
.pkp_navigation_primary > li > a *,
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus,
.pkp_navigation_primary > li > a:active {
  color: #ffffff !important;
}

.pkp_navigation_primary > li > a:hover {
  background: linear-gradient(to bottom, #C20E0E, #C20E0E) !important;
  transform: translateY(-3px) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),
              0 4px 9px rgba(0,0,0,0.45) !important;
}


/* ================================
   USER NAVIGATION (LOGIN)
   ================================ */
.pkp_navigation_user > li > a {
  background: linear-gradient(to bottom, #C20E0E, #C20E0E) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 6px 14px !important;
  border-radius: 4px !important;
  margin: 2px !important;
  text-align: center !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),
              0 3px 6px rgba(0,0,0,0.35) !important;
}

.pkp_navigation_user > li > a:hover {
  background: #F4B400 !important;
  color: #ffffff !important;
}


/* ================================
   SIDEBAR (TIDAK DIUBAH)
   ================================ */
.sidebar__container .menu__group > a.menu__link {
  color: #19537C !important;
}

.sidebar__container .menu__group > a.menu__link:hover {
  color: #ffffff !important;
  background: rgb(136, 32, 32);
}


/* ================================
   FIX KONFLIK (INI KUNCI UTAMA)
   ================================ */

/* HAPUS override lama (warna biru) */
/* .pkp_navigation_primary > li > a {
  color: #19537C !important;
} */

/* DIGANTI jadi putih */
.pkp_navigation_primary > li > a {
  color: #ffffff !important;
}

/* ============
   SIDEBAR MENU 
   ============ */

/* Matikan style bawaan block */
.pkp_block.block_custom {
  border: none !important;
  background: transparent !important;
}

/* Container utama */
.pkp_block.block_custom .sidebar__container {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Judul MENU */
.pkp_block.block_custom .menu__title {
  font-size: 17px;
  font-weight: 700;
  color: #C20E0E;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 4px solid #80b028;
  letter-spacing: 0.5px;
}

/* Group menu */
.pkp_block.block_custom .menu__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Item menu */
.pkp_block.block_custom .menu__link {
  display: block;
  padding: 10px 14px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #C20E0E, #C20E0E);
  color: #dcb548 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25),
              0 3px 6px rgba(0,0,0,0.25);
  transition: all 0.25s ease;
}

/* Hover */
.pkp_block.block_custom .menu__link:hover {
  background: linear-gradient(to bottom, #F4B400, #F4B400);
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),
              0 5px 12px rgba(0,0,0,0.35);
}

/* Active (manual jika mau) */
.pkp_block.block_custom .menu__link.active {
  background: #08abe7 !important;
  color: #ffffff !important;
  font-weight: 700;
}
