/* Small, composable helpers for migrated page templates. */
.uptime-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.uptime-text-center { text-align: center; }
.uptime-text-muted { color: var(--uptime-color-muted); }
.uptime-max-text { max-width: 42rem; }
.uptime-mx-auto { margin-inline: auto; }
.uptime-mb-0 { margin-bottom: 0 !important; }
.uptime-mt-8 { margin-top: var(--uptime-space-8) !important; }
.uptime-mt-12 { margin-top: var(--uptime-space-12) !important; }
