/**
 * AgenticWP vs GetGenie Comparison Post Styles
 *
 * Styles specific to the GetGenie comparison blog post.
 * Extends shared comparison styles with GetGenie branding.
 *
 * @package AgenticWP
 */

/* ==========================================================================
   GetGenie Winner Badge
   ========================================================================== */

.winner-badge--getgenie {
	background: #fef3c7;
	color: #b45309;
}

/* ==========================================================================
   GetGenie Pricing Card Header
   ========================================================================== */

.pricing-card-header--getgenie {
	background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

/* ==========================================================================
   GetGenie Choice Card Header
   ========================================================================== */

.choice-card--getgenie .choice-card-header {
	background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
	border-bottom: 1px solid #fcd34d;
}
