/* 1. MEMPERBESAR DAN MEWARNAI HEADER (BIRU LANGIT) */
header.pkp_structure_head {
    background: #0099ff !important; /* Biru Langit Cerah */
    min-height: 200px !important; 
    display: flex !important;
    align-items: center !important;
    background-image: none !important;
}

/* Mengatur Logo agar besar */
.pkp_site_name .is_img img {
    display: inline-block !important;
    max-height: 180px !important; 
    width: auto !important;
}

/* 2. MENU NAVIGASI (Biru Lebih Tua agar teks terbaca) */
.pkp_navigation_primary_row {
    background: #007acc !important; 
}

.pkp_navigation_primary li a {
    color: #3498db !important;
    font-weight: bold !important;
    background: #ffffff !important;
}

/* 3. SIDEBAR KOTAK-KOTAK BIRU */
.pkp_structure_sidebar .pkp_block .content ul li {
    background-color: #3498db !important; /* Biru Sidebar */
    margin-bottom: 4px !important;
    list-style: none !important;
    border-radius: 4px;
}

.pkp_structure_sidebar .pkp_block .content ul li a {
    display: block !important;
    padding: 12px !important;
    color: #ffffff !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.pkp_structure_sidebar .pkp_block .content ul li a:hover {
    background-color: #2980b9 !important; /* Biru Gelap saat disentuh mouse */
}

/* Menghilangkan padding bawaan sidebar */
.pkp_structure_sidebar .pkp_block .content ul {
    padding: 0 !important;
    margin: 0 !important;
}

/* Judul Blok Sidebar */
.pkp_structure_sidebar .pkp_block .title {
    background-color: #2c3e50 !important;
    color: #ffffff !important;
}