.happy-system-status-report-box {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-left: 4px solid #2271b1;
	padding: 12px 16px 16px;
	margin: 16px 0 24px;
	max-width: 900px;

	h2 {
		margin-top: 0;
	}
}

.happy-system-status-table {
	max-width: 960px;
	margin-bottom: 1.5rem;
}

.happy-system-status-label {
	width: 32%;
	font-weight: 600;
	vertical-align: top;
}

.happy-system-status-value {
	vertical-align: top;
	word-break: break-word;
}

.happy-system-status-mark {
	&::before {
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		margin-right: 6px;
		vertical-align: middle;
		background: #c3c4c7;
	}

	&.is-ok::before {
		background: #00a32a;
	}

	&.is-warn::before {
		background: #dba617;
	}

	&.is-error::before {
		background: #d63638;
	}
}

.happy-system-status-pre {
	margin: 0;
	padding: 10px 12px;
	background: #1d2327;
	color: #f0f0f1;
	overflow: auto;
	max-height: 280px;
	white-space: pre-wrap;
	font-size: 12px;
	line-height: 1.45;
}

.happy-system-status-send-status {
	margin-left: 10px;

	&.is-success {
		color: #00a32a;
	}

	&.is-error {
		color: #d63638;
	}
}

#happy-system-status-issue {
	max-width: 900px;
}
