/*
 * Local presentation overrides for the native Node Status dashboard.
 *
 * The default page template uses a 48rem reading column. The Node Status page
 * needs the theme's wider application/content layout, but it should not run
 * edge-to-edge across the viewport.
 */
body.page-id-526 .entry-content {
    background: #003366;
    margin: 0 !important;
    max-width: none !important;
    overflow: visible;
    padding: 0 !important;
    width: 100% !important;
}

body.page-id-526 .entry-content > * {
    max-width: none !important;
}

.wvarc-node-status-wrap {
    background: #003366;
    box-sizing: border-box;
    margin: 0 !important;
    max-width: none !important;
    min-height: 420px;
    padding: 42px 16px 86px;
    width: 100% !important;
}

.wvarc-node-status-wrap .wvarc-node-status {
    margin: 0 auto !important;
    max-width: var(--wvarc-content, 74rem) !important;
    padding: 0;
    width: 100% !important;
}

@media (max-width: 720px) {
    .wvarc-node-status-wrap {
        padding: 0 0 48px;
    }

    .wvarc-node-status-wrap .wvarc-node-status {
        padding-left: 12px;
        padding-right: 12px;
    }
}
