/**
 * Auto Form Builder System Status Page Styles
 */

.auto-form-builder-system-status {
	margin: 20px 0;
}

.status-section {
	background: #fff;
	border: 1px solid #ccd0d4;
	box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
	margin-bottom: 20px;
	padding: 0;
}

.status-section h2 {
	background: #f9f9f9;
	border-bottom: 1px solid #ccd0d4;
	padding: 15px 20px;
	margin: 0;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.status-section h2 .dashicons {
	margin-right: 8px;
	color: #72aee6;
}

.status-section table {
	margin: 0;
	border: none;
	box-shadow: none;
}

.status-section td {
	padding: 12px 20px;
	border: none;
}

.status-section td:first-child {
	width: 30%;
	font-weight: 500;
}

.status-indicator {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
}

.status-ok {
	background-color: #d4edda;
	color: #155724;
}

.status-error {
	background-color: #f8d7da;
	color: #721c24;
}

.status-warning {
	background-color: #fff3cd;
	color: #856404;
}

.system-info-textarea {
	width: 100%;
	height: 300px;
	font-family: 'Courier New', monospace;
	font-size: 12px;
	background: #f1f1f1;
	border: 1px solid #ddd;
	padding: 15px;
	resize: vertical;
}

code {
	background: #f1f1f1;
	padding: 2px 6px;
	border-radius: 3px;
	font-family: 'Courier New', monospace;
	font-size: 13px;
}

.asset-category-heading {
	margin-top: 20px;
}

.asset-config-heading {
	margin-top: 30px;
}

.asset-path-column {
	width: 40%;
}

.asset-status-column {
	width: 15%;
}

.asset-url-column {
	width: 45%;
}

.asset-url-code {
	font-size: 11px;
	word-break: break-all;
}
