/**
 * DeepSmith Admin Styles
 *
 * Styles for the admin settings page.
 */

.deepsmith-settings-page .wrap {
	max-width: 800px;
}

.deepsmith-settings-page input.regular-text {
	width: 100%;
	max-width: 400px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 1.5;
}

.deepsmith-settings-page .description {
	color: #646970;
	font-size: 13px;
	font-style: italic;
	margin-top: 5px;
}

.deepsmith-settings-page .updated,
.deepsmith-settings-page .error {
	margin: 20px 0;
	padding: 12px;
	border-left: 4px solid;
}

.deepsmith-settings-page .updated {
	border-color: #00a32a;
	background: #f0f6fc;
}

.deepsmith-settings-page .error {
	border-color: #d63638;
	background: #fcf0f1;
}

/**
 * Activity Log Table Styles
 */

/* Level badges - base style */
.deepsmith-level-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4;
}

/* Success level - green */
.deepsmith-level-success {
	background-color: #46b450;
	color: #fff;
}

/* Warning level - yellow/orange */
.deepsmith-level-warning {
	background-color: #ffb900;
	color: #1d2327;
}

/* Error level - red */
.deepsmith-level-error {
	background-color: #dc3232;
	color: #fff;
}

/* Info level - blue */
.deepsmith-level-info {
	background-color: #0073aa;
	color: #fff;
}

/* N/A and deleted post indicators */
.deepsmith-na,
.deepsmith-deleted {
	color: #646970;
	font-style: italic;
}

/**
 * Dashboard Widget Styles
 */
.deepsmith-dashboard-stats p {
	margin: 0 0 10px;
	line-height: 1.6;
}

.deepsmith-dashboard-stats p:last-child {
	margin-top: 15px;
	margin-bottom: 0;
}

.deepsmith-error-notice {
	color: #d63638;
	background-color: #fcf0f1;
	padding: 8px 10px;
	border-left: 4px solid #dc3232;
}

.deepsmith-error-notice .dashicons {
	font-size: 16px;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: text-bottom;
}

/**
 * Tabbed Admin Page Styles
 */
.deepsmith-settings-page .tab-content {
	margin-top: 20px;
}

.deepsmith-settings-page .nav-tab-wrapper {
	margin-bottom: 0;
}
