.pkp_page_index .homepage_image img {
  display: block;

  width: 30%;

  height: auto;
}

/* Menambahkan .pkp_structure_sidebar untuk spesifisitas yang lebih tinggi */
.pkp_structure_sidebar #customblock-menu td a {
  /* Gaya Dasar */
  display: block !important; /* Gunakan !important di sini juga */
  width: 100% !important;
  height: 100% !important;
  line-height: 27px !important;
  text-align: center !important;
  padding: 0 !important;
  color: #ffffff !important;
}

.pkp_structure_sidebar #customblock-menu td a:hover {
  /* Efek Hover */
  background-color: #3f8fcd !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Selector untuk tag di dalamnya saat hover */
.pkp_structure_sidebar #customblock-menu td a:hover strong,
.pkp_structure_sidebar #customblock-menu td a:hover span {
  color: #ffffff !important;
}
