/* Pricing Page Styles */
.check-green {
	color: #10B981;
}

.cross-gray {
	color: #D1D5DB;
}

.plan-card:hover {
	transform: translateY(-5px);
	transition: all 0.3s ease;
}

/* Ensure Tailwind doesn't conflict with existing layout too much, or override if needed */
main {
	padding-top: 80px;
	/* Space for fixed header if needed */
}

/* Mobile scroll snap fix */
.snap-x {
	-webkit-overflow-scrolling: touch;
}

/* Adjustment to blend Stripe table */
stripe-pricing-table {
	background-color: transparent !important;
	min-height: 800px;
	width: 100%;
}

.stripe-table-container {
	border-radius: 12px;
	overflow: hidden;
	background: transparent;
}

[data-theme="dark"] .glass-panel {
	background: rgba(15, 23, 42, 0.8);
	border-color: rgba(99, 102, 241, 0.2);
}