#customblock-menu.pkp_block.clock_custom {
    padding: 0;
    position: relative;
    left:5px;
    box-sizing: border-box;
}

.pkp_site_name .is_img img {
    width: 100vw;
    max-width: 101.3%;
    max-height: 100%;
    height: 195px;
    border-radius: 10px;
    position: relative;
    right: 14px;
    top: -25px;
    box-sizing: border-box;
    
}
.pkp_site_name .is_img, .a.is_img{
    padding-bottom: 0 !important;
}
.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
    position: relative;
    padding-top: 0;
    width: 100%;
}
.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding: 0;
    margin: 0;

}
.sidebar-ibi-container {/*untuk container additional menu dkk*/
    background-color: #fff;
    padding: 10px;
    width: 100%; /* Biarkan mengikuti induknya (30%) */
    max-width: 278px; /* Batas maksimal di desktop */
    border: 1px solid #fff;
    text-align: center;
    box-sizing: border-box;
	
}
.pkp_structure_sidebar.left, .pkp_structure_sidebar.right {
    max-width: 100%;
    padding: 0;
}
.sidebar-table, .box-side{
    position:relative;
    left: -10px;
    max-width: 1110px;
    width:118%;
    padding-left:0;
    margin-left:0;
}
a:link, a a:visited, a:hover, a:active {
    text-decoration: none;
}
.th , td a:hover {
	color: rgb(255, 47, 82);
}
.sidebar-header {/*untuk judul additional menu nya*/
    font-size: 21px;
    padding: 10px 0 10px 7px;
    max-width: 110%;
    width: 942px;
    position: relative;
    left: -10px;
    margin-bottom: 10px;
    margin-left: 0;
    background-color: darkgoldenrod;
    color: #eee7e7;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    box-sizing: border-box;
    
}
.th, td a {
	color: black;
	font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
.th, td {
    width: 100% !important; /* JANGAN 900px, gunakan 100% dari kontainer sidebar */
    background-color: #8f24af;
    font-size: 19px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin: 10px 0;
    box-sizing: border-box;
}
.sidebar-table td a {
    /* KUNCI UTAMA: Mengubah link menjadi blok penuh */
    display: block !important; 
    width: 100% !important;
    height: 100% !important;
    
    /* Atur padding di sini, JANGAN di <td> */
    padding: 12px 15px !important; 
    
    /* Hilangkan dekorasi teks */
    text-decoration: none !important;
    color: #ffffff ;
    font-weight: bold;
    transition: 0.3s;
}
/* Hilangkan padding pada <td> agar <a> bisa menempel ke pinggir */
.sidebar-table td {
    padding: 0 !important; 
    background-color: #8f24af; /* Warna yg diganti untuk madanisyariah*/
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.sidebar-table{
	border-spacing: 10px;
}
/* Efek saat kursor berada di MANA SAJA di dalam kotak */
.sidebar-table td a:hover {
    background-color: #714286; /* Warna yg diganti saat hover */
    color: gold !important; /* Tulisan berubah hijau IBI */
}
button.pkp_site_nav_toggle{
    display: none;
}
html,body {
    /*background-color: #f7f7f0 !important; /* Warna krem sangat muda */
    background-image: url(/RujUxYuks/site/images/pengelola/pattern1.webp);
    background-repeat: repeat !important;
    background-attachment: fixed !important; /* Pattern diam saat di-scroll */
    background-color: #e9e9e9; /* Warna cadangan jika gambar gagal dimuat */
    margin: 0;
    padding: 0;
    
}
.pkp_structure_head {
    background-color: #ffffff !important; /* Kuning Lembut Syar'ie */
    padding-left: 14px;
    border-bottom: 3px solid #8b732e; /* Garis bawah emas tua */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.pkp_structure_footer, .pkp_structure_footer_wrapper{
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: 0 !important;
}
.pkp_structure_page {
    margin: 20px auto !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15) !important;
    border-radius: 20px;
    padding-bottom: 0 !important;
}
@media (max-width: 767px) {
    /* ... elemen lain ... */

    .pkp_site_name .is_img img {
        /* HAPUS max-height: 70px !important; */
        
        width: 100% !important;   /* Paksa lebar gambar memenuhi layar HP */
        height: auto !important;  /* Biarkan tinggi menyesuaikan proporsi asli */
        max-height: none !important; /* Pastikan tidak ada batasan tinggi */
        
        border-radius: 10px;      /* Sesuaikan radius agar rapi di HP */
        right: 0 !important;      /* Reset posisi negatif jika ada */
        position: relative;
    }
}
.pkp_site_name{
    padding-bottom: 0 !important;
}
@media (min-width: 992px) {
    .pkp_head_wrapper .pkp_search {
    position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        min-width: 100px;
        padding: 0;
        font-size: 16px;
        font-style: inherit;
        line-height: 20px;
        transition: min-width .4s;
        text-align: right;
        overflow-x: hidden;
        right: 35px;
        top: 10px;
    }
}