.pkp_head_wrapper {
    position: relative;
    background: #002e3e!important;
}

.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
    background: #002e3e !important;
  }
  
.pkp_structure_head {
    background-color: #002e3e !important;
    border-bottom: 1px solid #ddd;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto;
    height: auto;
}

/* Hide images on tablet screens (typically 768px and below) */
@media (max-width: 992px) {
    .pkp_site_name .is_img img {
        display: none; /* Hide the image */
    }
}

.special-table a {
        color: #ffffff; /* Warna teks saat normal */
        text-decoration: none; /* Menghilangkan garis bawah */
        transition: color 0.3s ease; /* Transisi perubahan warna */
    }

    .special-table a:hover {
        color:#ffcc00; /* Warna teks saat hover */
    }