.commiq-ai-banner {
	margin: 10px 0;
	padding: 12px 14px;
	border-left: 4px solid #d63638;
	background: #fcf0f1;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5;
	color: #2c2c2c;
}

.commiq-ai-banner .commiq-ai-title {
	margin: 0 0 6px;
	font-weight: 600;
	color: #d63638;
}

.commiq-ai-banner .commiq-ai-reason {
	margin: 0 0 6px;
}

.commiq-ai-banner .commiq-ai-suggestion {
	margin: 0 0 10px;
	font-style: italic;
	color: #555;
}

.commiq-ai-banner .commiq-ai-actions {
	display: flex;
	gap: 8px;
}

.commiq-ai-banner button {
	cursor: pointer;
	border: 1px solid #d63638;
	background: #fff;
	color: #d63638;
	padding: 6px 12px;
	border-radius: 3px;
	font-size: 13px;
}

.commiq-ai-banner button.commiq-ai-fix {
	background: #d63638;
	color: #fff;
}

.commiq-ai-banner button.commiq-ai-send-anyway {
	border-color: #ccc;
	color: #555;
}

.commiq-ai-title-muted {
	color: #646970 !important;
}

.commiq-ai-guidance {
	margin: 8px 0;
	padding: 10px 12px;
	background: #f0f6fc;
	border-left: 4px solid #2271b1;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.5;
	color: #2c3338;
}

.commiq-ai-guidance-icon {
	margin-right: 4px;
}

/* Submit button state changes */
#commentform #submit.commiq-ai-btn-checking {
	opacity: 0.7;
	cursor: wait;
}

#commentform #submit.commiq-ai-btn-toxic-block {
	background: #8c8f94 !important;
	border-color: #8c8f94 !important;
	cursor: not-allowed;
	opacity: 0.85;
}

#commentform #submit.commiq-ai-btn-toxic-warn {
	background: #d63638 !important;
	border-color: #d63638 !important;
}

#commentform #submit.commiq-ai-btn-ai-offline {
	background: #dba617 !important;
	border-color: #dba617 !important;
	color: #1d2327 !important;
}
