﻿.mw18 {
	min-width: 18px;
}
.comparison-card {
	background: #fff;
	border: 1px solid #e8edf3;
	border-radius: 22px;
	transition: all .25s ease;
	position: relative;
}

.comparison-icon {
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: linear-gradient(135deg,#004a91,#1672d6);
	box-shadow: 0 8px 20px rgba(0,91,170,.18);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 22px;
	flex-shrink: 0;
}

.comparison-tag {
	background: #f5f7fa;
	border: 1px solid #e4e9ef;
	border-radius: 30px;
	padding: 6px 12px;
	font-size: 13px;
	color: #4d5a68;
}

.comparison-glow {
	position: absolute;
	top: -40px;
	right: -40px;
	width: 120px;
	height: 120px;
	background: radial-gradient(rgba(25,135,84,.12),transparent 70%);
	pointer-events: none;
}
