/* HEADER IJIHS */
.pkp_structure_head {
    background: #ffffff !important;
    border-bottom: 4px solid #2697e7 !important;
    box-shadow: 0 3px 12px rgba(15, 79, 125, 0.08);
}

/* AREA LOGO */
.pkp_site_name_wrapper {
    padding: 14px 24px !important;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #f2f9fe 55%,
        #ffffff 100%
    ) !important;
}

/* CONTAINER LOGO */
.pkp_site_name {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

.pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}

/* UKURAN LOGO / BANNER */
.pkp_site_name .is_img img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 170px !important;
    height: auto !important;
    object-fit: contain !important;
}

/* SEMBUNYIKAN JUDUL TEKS */
.pkp_site_name .is_text {
    display: none !important;
}

/* AREA NAVIGASI */
.pkp_navigation_primary_wrapper,
.pkp_navigation_primary_row {
    background: #ffffff !important;
    border-top: 1px solid rgba(38, 151, 231, 0.15);
}

/* MENU */
.pkp_navigation_primary > li > a {
    color: #164d73 !important;
    font-weight: 600;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    color: #2697e7 !important;
}

/* SEARCH */
.pkp_search,
.pkp_search_desktop {
    color: #164d73 !important;
}

.pkp_search:hover,
.pkp_search:focus,
.pkp_search_desktop:hover,
.pkp_search_desktop:focus {
    color: #2697e7 !important;
}