/**
 * AEO Score Meta Box Styles
 *
 * @package AEO_Ranking
 * @since 1.0.0
 */

.aeo-score-meta-box {
	padding: 12px;
	margin: -12px;
}

.aeo-score-display {
	text-align: center;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	background: #f9f9f9;
	border: 2px solid #ddd;
}

.aeo-score-display.aeo-score-green {
	background: #e7f7ed;
	border-color: #00a32a;
}

.aeo-score-display.aeo-score-yellow {
	background: #fcf8e3;
	border-color: #dba617;
}

.aeo-score-display.aeo-score-red {
	background: #f8d7da;
	border-color: #d63638;
}

.aeo-score-circle {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.aeo-score-green .aeo-score-circle {
	color: #00a32a;
}

.aeo-score-yellow .aeo-score-circle {
	color: #dba617;
}

.aeo-score-red .aeo-score-circle {
	color: #d63638;
}

.aeo-score-max {
	font-size: 18px;
	font-weight: 400;
	color: #646970;
}

.aeo-score-label {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.aeo-score-green .aeo-score-label {
	color: #00a32a;
}

.aeo-score-yellow .aeo-score-label {
	color: #dba617;
}

.aeo-score-red .aeo-score-label {
	color: #d63638;
}

.aeo-score-label .dashicons {
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.aeo-score-issues {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 12px;
	margin-bottom: 15px;
}

.aeo-score-issues h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: 600;
	color: #d63638;
}

.aeo-score-issues ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.aeo-score-issues li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.5;
	color: #646970;
	border-bottom: 1px solid #f0f0f0;
}

.aeo-score-issues li:last-child {
	border-bottom: none;
}

.aeo-score-issues .dashicons {
	color: #dba617;
	font-size: 16px;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-top: 2px;
}

.aeo-score-success {
	background: #e7f7ed;
	border: 1px solid #00a32a;
	border-radius: 4px;
	padding: 12px;
	margin-bottom: 15px;
	text-align: center;
	color: #00a32a;
	font-weight: 600;
}

.aeo-score-success .dashicons {
	font-size: 20px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.aeo-score-info {
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 10px 12px;
	margin-bottom: 15px;
}

.aeo-score-info p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

.aeo-score-info strong {
	color: #1d2327;
}

.aeo-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.aeo-badge-manual {
	background: #00a32a;
	color: #fff;
}

.aeo-badge-auto {
	background: #2271b1;
	color: #fff;
}

.aeo-badge-none {
	background: #dcdcde;
	color: #50575e;
}

.aeo-score-actions {
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.aeo-score-actions .description {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #646970;
}
