/* Legacy layout safeguards only.
   Newer `body.xv-body` pages own their shell sizing in `dashboard-theme.css`
   and `signed-in-ui.css`, so this file should not keep overriding them. */

body:not(.xv-body) .top-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body:not(.xv-body) footer,
body:not(.xv-body) .footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
}
