.status-page__edit {
    align-self: center;
}
.status-summary-card__status {
    min-width: 0;
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 15px;
    line-height: 1.25;
}
.status-summary-card__status--ok {
    color: #74b88a;
}
html[data-ui-theme='light'] .status-summary-card__status--ok {
    color: #287a3a;
}
.status-summary-card__status--warning {
    color: #d14b4b;
}
.status-summary-card__metric {
    min-width: 72px;
    text-align: right;
}
.status-summary-card__metric strong {
    display: block;
    color: var(--ui-text, #ececec);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}
.status-summary-card__metric span {
    display: block;
    margin-top: 2px;
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 10px;
    line-height: 1.2;
    opacity: 0.72;
}
.status-group {
    margin-top: 40px;
    width: min(94vw, 520px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.status-group__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 0 0 7px;
    border-bottom: 1px solid var(--ui-border, rgba(255, 255, 255, 0.14));
}
.status-group__head h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0;
}
.status-group__availability {
    flex: 0 0 auto;
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 11px;
    line-height: 1.25;
    opacity: 0.68;
    text-align: right;
}
.status-group__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.status-incidents {
    width: min(94vw, 520px);
    max-width: 100%;
    margin: 14px auto 0;
    padding: 9px 0 0;
    border-top: 1px solid var(--ui-border, rgba(255, 255, 255, 0.14));
}
.status-incidents__title {
    margin: 0 0 6px;
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}
.status-incidents__empty,
.status-incidents__item {
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 12px;
    line-height: 1.35;
}
.status-incidents__list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.status-incidents__item strong {
    color: var(--ui-text, #ececec);
    font-weight: 600;
}
.status-list {
    display: flex;
    flex-direction: column;
}
.status-monitor {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid var(--ui-border, rgba(255, 255, 255, 0.12));
}
.status-monitor:last-child {
    border-bottom: 0;
}
.status-monitor__name {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 4px;
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}
.status-monitor__name a {
    color: inherit;
    text-decoration: none;
}
.status-monitor__name a:hover {
    text-decoration: none;
}
.status-monitor__availability {
    flex: 0 0 auto;
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 12px;
    font-weight: 600;
    opacity: 0.82;
    text-align: right;
}
.status-history {
    display: block;
    width: 100%;
    height: 16px;
}
.status-history canvas {
    display: block;
    width: 100%;
    height: 16px;
}
.status-history__caption {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2px;
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 11px;
}
.status-monitor__note {
    margin-top: 5px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1.35;
}
.status-foot {
    box-sizing: border-box;
    width: min(94vw, 520px);
    max-width: 100%;
    margin: 24px auto 0;
    color: var(--ui-text-dim, rgba(236, 236, 236, 0.72));
    font-size: 11px;
    line-height: 1.25;
    opacity: 0.72;
    text-align: right;
}
@media (max-width: 760px) {
    .status-page .profile-card__head {
        justify-content: space-between;
    }
    .status-group {
        width: min(100%, 430px);
    }
    .status-monitor {
        padding: 7px 0;
    }
    .status-summary-card__status {
        grid-column: 1 / -1;
    }
    .status-page__edit {
        justify-self: end;
    }
    .status-summary-card__metric {
        min-width: 0;
        text-align: left;
    }
    .status-history__period-full {
        display: none;
    }
}
@media (min-width: 761px) {
    .status-history__period-short {
        display: none;
    }
}
