.body {
    background: #fdfbfb
}

/* .pkp_structure_head {
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.pkp_structure_page {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #fff;
}

.pkp_head_wrapper {
    width: 100%;
    background: #bc3c39;
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
    width: 100%;
}

.pkp_site_nav_menu {
    padding: 0 !important;
    /* Remove padding to ensure tight centering */
}

.pkp_site_name_wrapper {
    width: 100% !important;
    margin-left: 0 !important;
}

.pkp_site_name {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pkp_site_name_wrapper {
    width: 100%
}



.pkp_structure_footer {
    width: 100%;
    background: #e74c3c;
}