/* =======================
   HEADER
   ======================= */
.pkp_head_wrapper,
.pkp_site_name_wrapper {
  background-color: #12204b !important; 
}
.pkp_site_name_wrapper {
  padding: 12px 0 !important; 
}
.pkp_site_name a {
  color: #fff !important;
  font-weight: 600;
  font-size: 22px;
  text-decoration: none;
}

/* =======================
   NAVBAR / MENU
   ======================= */
.pkp_site_nav_menu {
  background-color: #FAB12F !important;
  margin-top: 0 !important;
  border-top: none !important;
  box-shadow: none !important;
  padding: 8px 12px;
  border-radius: 8px 8px 0 0; 
}
.pkp_site_nav_menu li > a {
  color: #ffffff !important; /* [PERBAIKAN KONTRAST] Teks Navy di atas Kuning */
  font-weight: 700; /* [PERBAIKAN KONTRAST] Ditebalkan agar lolos PageSpeed */
  padding: 10px 15px;
  transition: all 0.25s ease;
}
.pkp_site_nav_menu li > a:hover {
  background-color: #c9dadd !important;
  color: #0f4c5c !important;
}

/* [PERBAIKAN KONTRAST] Memastikan ikon pencarian di navigasi lolos uji kontras */
.pkp_search_desktop {
  color: #12204b !important;
}

/* SUB-MENU / DROPDOWN */
.pkp_site_nav_menu .dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  padding: 6px 0 !important;
}
.pkp_site_nav_menu .dropdown-menu a {
  color: #0F4C5C !important;
  font-weight: 600;
  padding: 8px 14px !important;
  background: transparent !important;
  transition: all 0.25s ease;
}
.pkp_site_nav_menu .dropdown-menu a:hover,
.pkp_site_nav_menu .dropdown-menu a:focus {
  background-color: #c9dadd !important;
  color: #0b3945 !important;
  text-decoration: none !important;
}
.pkp_site_nav_menu .dropdown-toggle .caret {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}

/* =======================
   SIDEBAR BLOCK
   ======================= */
.pkp_block {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}
.pkp_block .title {
  background-color: #008B8B;
  color: #fff;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px 8px 0 0;
}
.pkp_block .content {
  background-color: #e6f0f2;
  padding: 10px 12px;
  border-radius: 0 0 8px 8px;
}

/* Reset & Normalisasi Link Sidebar */
.pkp_block .content ul,
.pkp_block .content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pkp_block .content li {
  margin: 0;
  padding: 0;
}
.pkp_block .content li + li,
.pkp_block .content a + a {
  border-top: 1px solid #ccd6d9 !important;
}
.pkp_block .content a {
  display: block; 
  width: 100%; 
  padding: 6px 10px; 
  color: #0f4c5c !important; 
  text-decoration: none; 
  border-radius: 4px;
  transition: background-color 0.25s ease;
}
.pkp_block .content a:hover {
  background-color: #c9dadd !important; 
  color: #0f4c5c !important; 
}

/* =======================
   FOOTER
   ======================= */
.pkp_structure_footer_wrapper {
  background-color: #0F4C5C !important;
  color: #fff !important;
  text-align: center;
  padding: 20px;
}
.pkp_structure_footer .pkp_brand_footer {
  font-size: 12px; /* [PERBAIKAN KONTRAST] Ukuran dinaikkan minimal ke 12px */
  color: #e2e8f0; /* [PERBAIKAN KONTRAST] Warna abu terang solid tanpa opacity */
  text-align: center;
}
.pkp_structure_footer .pkp_brand_footer img {
  max-width: 100px;
  height: auto;
}
.pkp_structure_footer_wrapper a {
  color: #ffdd57 !important;
  font-weight: 700; /* [PERBAIKAN KONTRAST] Tautan ditebalkan */
}
.pkp_structure_footer_wrapper a:hover {
  text-decoration: underline;
}

/* =======================
   RESPONSIVE TWEAK
   ======================= */
@media (min-width: 992px) {
  .pkp_head_wrapper { 
    padding-top: 4.286em; 
    padding-bottom: 0 !important; 
  }
}