.status-body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.status-body main {
    flex: 1 0 auto;
    max-width: 760px;
}

.status-body header .container,
.status-body footer {
    max-width: 760px;
}

.uptime-bars {
    display: flex;
    gap: 2px;
    align-items: stretch;
}

.uptime-bar {
    flex: 1 1 0;
    min-width: 2px;
    height: 28px;
    border-radius: 2px;
}

.uptime-bar.uptime-nodata {
    background-color: var(--bs-secondary-bg, #e9ecef);
}
