/**
 * Yoast SEO Premium AI vs AgenticWP comparison post styles.
 *
 * Extends the shared comparison review styles loaded for this post.
 *
 * @package AgenticWP
 */

.yoast-comparison-post .custom-post-hero {
	background:
		radial-gradient(circle at 22% 24%, rgba(214, 166, 64, 0.18), transparent 32%),
		radial-gradient(circle at 80% 36%, rgba(132, 204, 22, 0.16), transparent 34%),
		linear-gradient(135deg, #0b1220 0%, #111827 56%, #201a12 100%);
}

.yoast-comparison-post .custom-post-hero-category,
.yoast-comparison-post .post-section-title::before {
	border-color: rgba(214, 166, 64, 0.42);
}

.yoast-comparison-post .post-section-title::before {
	background: rgba(214, 166, 64, 0.12);
	color: #d6a640;
}

.yoast-comparison-post .verdict-card--aioseo,
.yoast-comparison-post .post-cta-card {
	border-color: rgba(214, 166, 64, 0.28);
	background:
		linear-gradient(135deg, rgba(214, 166, 64, 0.16), rgba(132, 204, 22, 0.1)),
		#111827;
}

.yoast-comparison-post .verdict-distinction {
	color: #f8e4b4;
}
