/* Hilangkan batasan tinggi logo */
.pkp_site_name .is_img img {
    max-height: none !important;
}

/* Buat logo full width */
.pkp_site_name .is_img {
    width: 100% !important;
    text-align: center;
}

.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

/* Hilangkan padding/margin header agar banner benar-benar penuh */
.pkp_structure_head {
    padding: 0 !important;
}

.pkp_site_name_wrapper {
    padding: 0 !important;
}







/* ===== FORCE FULL WIDTH PREMIUM HEADER ===== */

.pkp_block.block_custom {
    padding: 0 !important;
    margin: 20px 15px 30px 15px;  /* atas kiri-kanan bawah */
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    background: #ffffff;
}

/* Hilangkan padding wrapper default */
.pkp_block.block_custom .content {
    padding: 0 !important;
}

/* FULL WIDTH TITLE */
.pkp_block.block_custom .title {
    display: block;
    width: 100%;
    background: #c3d6eb;
    color: #ffffff;
    padding: 10px 10px;
    margin: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Remove default padding */
.pkp_block.block_custom .content {
    padding: 0 !important;
}

/* Items */
.premium-side-menu .side-item {
    margin: 0;
}

.premium-side-menu a {
    display: block;
    padding: 14px 22px;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.3s ease;
}

/* Remove border last item */
.premium-side-menu .side-item:last-child a {
    border-bottom: none;
}

/* Hover premium effect */
.premium-side-menu a:hover {
    background: linear-gradient(to right, #e9f7f1, #ffffff);
    color: #0f5132;
    padding-left: 28px;
}