.comparison-eyebrow {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #025889;
}

.comparison-table-wrapper {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
	overflow: hidden;
}

.comparison-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	font-size: 14px;
}

.comparison-table th,
.comparison-table td {
	border-bottom: 1px solid #eee;
	padding: 16px;
	text-align: left;
	vertical-align: top;
}

.comparison-table thead th {
	vertical-align: bottom;
}

.comparison-table tbody th {
	width: 160px;
	font-weight: 500;
	color: #6b6b6b;
	white-space: nowrap;
}

.comparison-table tbody tr:nth-child(odd) {
	background: #fafbfc;
}

.comparison-label-col {
	width: 160px;
}

.comparison-item-col {
	width: 33%;
}

.comparison-photo-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	overflow: hidden;
	background: #f2f2f2;
}

.comparison-photo-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comparison-remove-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.9);
	color: #6b6b6b;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.comparison-remove-btn:hover {
	color: #dc3545;
}

.comparison-item-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	font-weight: 600;
	color: #212529;
	min-height: 42px;
	line-height: 21px;
}

.comparison-item-title:hover {
	color: #025889;
}

.comparison-agent {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comparison-agent-photo {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.comparison-agent-name {
	font-weight: 500;
	text-transform: capitalize;
}

.comparison-detail-btn {
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.comparison-facility-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.comparison-facility-item:last-child {
	margin-bottom: 0;
}

.comparison-facility-item i {
	color: #025889;
	width: 16px;
	text-align: center;
	flex-shrink: 0;
}
