/* ---------------------------------------
   FIX NARROW WIDTH LIMIT ON STATUSPAGE
---------------------------------------- */

/* The main wrapper that Statuspage forces to ~860px */
.container,
.layout-container,
.status,
.components-section,
.incidents-list,
.impact-graph-container,
.page-status .container {
    max-width: 1400px !important;  /* Increase width */
    width: 87% !important;          /* Take most of the viewport */
    margin: 0 auto !important;      /* Center the content */
}

/* Also widen the uptime 90-day charts */
.uptime-graph,
.component-uptime-graph,
.components-uptime-graph {
    max-width: 1400px !important;
    width: 100% !important;
}

/* Component cards stretch with the new width */
.component-container,
.components-container {
    width: 100% !important;
}