.status-badge {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-right: 6px;
	vertical-align: middle;
}
.status-ok { background-color: #43a047; }
.status-warn { background-color: #fb8c00; }
.status-fail { background-color: #e53935; }
.status-unknown { background-color: #9e9e9e; }

.system-card .card-content {
	padding: 16px 20px;
}
.check-row {
	display: flex;
	justify-content: space-between;
	padding: 4px 0;
	border-bottom: 1px solid #f0f0f0;
}
.check-row:last-child {
	border-bottom: none;
}
