/* === Sidebar Style mirip KIAT === */
.pkp_block {
  margin-bottom: 15px;
  border-radius: 6px;
  text-align: center;
}

.sidebar-nav a,
.pkp_block .content a {
  display: block;
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  background-color: #006d88;   /* biru dasar */
  color: #fff !important;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.sidebar-nav a:hover,
.pkp_block .content a:hover {
  background-color: #f9ce18;   /* kuning hover */
  color: #000 !important;
}

.sidebar-section-title,
.pkp_block .title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #f9ce18;
  text-align: center;
}

#customblock-additionalmenu .content,
.pkp_block .content {
  text-align: center;
}

#customblock-additionalmenu .content img,
.pkp_block .content img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

/* Tombol Active Style */
.sidebar-nav a.active,
.pkp_block .content a.active {
  background-color: #f9ce18;
  color: #000 !important;
}
