/*
 * Reboot keeps control of all structural wrappers. Only its own visual
 * header/navigation/footer are hidden; their surrounding layout is untouched.
 */
.site-header,
#site-navigation,
#site-navigation-mobile,
.main-navigation,
.site-footer,
.footer-navigation,
.footer-widgets {
    display: none !important;
}

/* Do not let theme spacing intended for the hidden native chrome leak in. */
.primelike-header-scope,
.primelike-footer-scope {
    width: 100%;
    max-width: none;
}
