/**
 * Admin Styles
 *
 * @package Smart_Structured_Data
 */

.schsmst-progress-bar {
	width: 100%;
	height: 30px;
	background-color: #f0f0f1;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	margin: 20px 0 10px;
	overflow: hidden;
}

#schsmst-progress-fill {
	height: 100%;
	background-color: #2271b1;
	transition: width 0.3s ease;
}

#schsmst-progress-container {
	margin-top: 20px;
}

#schsmst-progress-text {
	font-size: 14px;
	color: #50575e;
	margin: 10px 0;
}

.schsmst-success {
	color: #00a32a;
	font-weight: 600;
	font-size: 14px;
}

#schsmst-scan-complete {
	margin-top: 20px;
}

.schsmst-info-box {
	background-color: #f0f6fc;
	border: 1px solid #c3e6ff;
	border-radius: 4px;
	padding: 20px;
	margin-top: 20px;
}

.schsmst-info-box h3 {
	margin-top: 0;
	font-size: 15px;
}

.schsmst-info-box ul {
	margin-left: 20px;
}

.schsmst-info-box li {
	margin-bottom: 8px;
}

#schsmst-scan-all-posts:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
