/* --- TABEL DENGAN EFEK HOVER --- */
.hover {
  width: 100%;
  border-collapse: collapse;
}

.hover th {
  height: 30px;
  background: #ffffff;
  color: #0f2a35;
}

.hover td {
  height: 30px;
  padding-top: 3px;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

.hover td a {
  width: 100%;
  display: block;
}

.hover tr {
  background: #133756;
  color: #ffffff;
}

.hover tr:hover {
  background-color: #2c5876;
}

.hover tr a {
  color: #047aad;
}

/* --- LOGO SITE --- */
.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 165px;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* --- FOOTER --- */
.pkp_footer_content {
  float: left;
  width: 70%;
  padding: 10px 0;
}

.pkp_brand_footer {
  float: right;
  width: 30%;
  padding: 10px 0;
}

.pkp_structure_footer_wrapper {
  background: #84b0d9;
}

/* --- HEADER --- */
.pkp_structure_head {
  background-color: #ffffff;
  border-bottom: 0px solid #ddd;
}

/* --- BLOCK TITLE --- */
.pkp_block .title {
  display: block !important;
  padding: 0.3em 0.5em !important;
  padding-left: 5px !important;
  background: #047aad;
  border-radius: 5px 5px 0 0;
  color: #ffffff; /* putih */
}

.pkp_block .title {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #123657;
  text-transform: uppercase;
}

/* --- NAVIGASI --- */
.pkp_navigation_primary_row {
  margin-left: 10px;
}

.pkp_navigation_user > li > a,
.pkp_navigation_user > li.in_focus > a,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
  color: #ffffff; /* samakan dengan menu utama */
  text-decoration: none;
}

.pkp_navigation_user > li > a:hover {
  color: #84b0d9; /* biru muda */
}

/* --- KONTEN --- */
.pkp_structure_content {
  padding-top: 33px;
}

.pkp_block {
  padding-top: 0px;
}

.page_about .pkp_structure_content p {
  line-height: 1.5;     /* jarak antar baris */
  margin-bottom: 10px;  /* jarak antar paragraf */
}

.page_about .pkp_structure_content h2,
.page_about .pkp_structure_content h3 {
  margin-top: 10px;     /* jarak atas judul */
  margin-bottom: 10px;  /* jarak bawah judul */
}

/* --- PERBAIKAN IKON MENU (titik tiga / hamburger) --- */
.pkp_site_nav_toggle,
.pkp_site_nav_toggle::before,
.pkp_site_nav_toggle::after {
  color: #133756 !important; /* ganti jadi biru tua agar kontras */
}

/* Kalau ikon berupa SVG putih, pakai invert supaya terlihat */
.pkp_site_nav_toggle svg,
.pkp_site_nav_toggle span {
  filter: invert(1);
}

/* Style untuk tombol submission */
.block p.title a {
  display: inline-block;
  background: #047aad;   /* biru tombol */
  color: #ffffff !important;  /* teks putih */
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.block p.title a:hover {
  background: #00d3eb;   /* sedikit lebih gelap saat hover */
  color: #ffffff !important; /* tetap putih */
}

/* --- JARAK ANTAR BLOCK SIDEBAR --- */
.block {
  margin-bottom: 10px; /* bisa diganti 5px, 15px, sesuai kebutuhan */
}

/* Warna link Login & Daftar */
.pkp_navigation_user > li > a {
  color: #133756 !important;  /* biru tua biar kontras */
}

.pkp_navigation_user > li > a:hover {
  color: #17285c !important;  /* biru saat hover */
}


