/**
 * System Status Content Styles
 *
 * @package Auto_Form_Builder
 * @version 1.0.0
 */

.auto-form-builder-system-status .status-section {
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
}

.auto-form-builder-system-status .status-section h2 {
	margin: 0;
	padding: 15px 20px;
	border-bottom: 1px solid #ccd0d4;
	background: #f9f9f9;
	font-size: 16px;
	font-weight: 600;
}

.auto-form-builder-system-status .status-section h2 .dashicons {
	margin-right: 8px;
	color: #666;
}

.auto-form-builder-system-status .status-section h3 {
	margin: 20px 20px 10px;
	font-size: 14px;
	font-weight: 600;
	color: #23282d;
}

.auto-form-builder-system-status .status-section h4 {
	margin: 15px 20px 5px;
	font-size: 13px;
	font-weight: 600;
	color: #666;
}

.auto-form-builder-system-status .status-section table {
	margin: 0;
	border: none;
}

.auto-form-builder-system-status .status-section table td:first-child {
	width: 250px;
	font-weight: 500;
}

.auto-form-builder-system-status .status-good {
	color: #00a32a;
	font-weight: 600;
}

.auto-form-builder-system-status .status-warning {
	color: #dba617;
	font-weight: 600;
}

.auto-form-builder-system-status .status-error {
	color: #d63638;
	font-weight: 600;
}

.auto-form-builder-system-status .status-info {
	color: #666;
	font-style: italic;
	margin-left: 10px;
}

.auto-form-builder-system-status code {
	background: #f1f1f1;
	padding: 2px 6px;
	border-radius: 3px;
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
}

.tab-content {
	margin-top: 20px;
}

.nav-tab .dashicons {
	margin-right: 5px;
	font-size: 16px;
	width: 16px;
	height: 16px;
}
