/* US Education CRM Comparison — Figma 1666:3344 (div grid) */
.lsq-us-education-crm-comparison {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.lsq-us-education-crm-comparison *,
.lsq-us-education-crm-comparison *::before,
.lsq-us-education-crm-comparison *::after {
	box-sizing: border-box;
}

.lsq-us-education-crm-comparison__intro {
	margin: 0 0 24px;
	color: #2a3340;
	font-size: 16px;
	line-height: 1.55;
}

.lsq-us-education-crm-comparison__intro p:last-child {
	margin-bottom: 0;
}

.lsq-us-education-crm-comparison__card {
	background: #ffffff;
	border: 1px solid #e7edf5 !important;
	border-radius: 20px;
	box-shadow: 0 16px 44px rgba(10, 16, 32, 0.07);
	overflow: hidden;
	width: 100%;
}

.lsq-us-education-crm-comparison__grid {
	width: 100%;
}

.lsq-us-education-crm-comparison__head-row,
.lsq-us-education-crm-comparison__row {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.55fr) minmax(0, 1.35fr);
	width: 100%;
	align-items: stretch;
}

/* Equal row height for 1-line and 2-line LSQ copy (padding + ~2 lines) */
.lsq-us-education-crm-comparison__row {
	min-height: 85px;
}

.lsq-us-education-crm-comparison__head-cell,
.lsq-us-education-crm-comparison__feature,
.lsq-us-education-crm-comparison__value {
	padding: 20px 28px;
	text-align: left;
	border: 0;
	border-top: 1px solid #eef2f8 !important;
	vertical-align: middle;
	display: flex;
	align-items: center;
	align-self: stretch;
	height: 100%;
	min-height: 100%;
}

.lsq-us-education-crm-comparison__value {
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}
.lsq-us-education-crm-comparison__value--lsq {
    margin-bottom: 1px;
    border-bottom: 1px solid #EEF2F8 !important;
    margin-top: 1px;
}
.lsq-us-education-crm-comparison__row:last-child .lsq-us-education-crm-comparison__value--lsq {
    margin-bottom: 2px;
}
.lsq-us-education-crm-comparison__head-row .lsq-us-education-crm-comparison__head-cell {
	border-top: 0;
}

.lsq-us-education-crm-comparison__col--feature {
	background: #fbfcfe;
	color: #0a1020;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.3;
}

.lsq-us-education-crm-comparison__col--lsq,
.lsq-us-education-crm-comparison__value--lsq,
.lsq-us-education-crm-comparison__head-cell--lsq {
	background: #f0f6ff;
}

.lsq-us-education-crm-comparison__col--generic {
	background: #fbfcfe;
	color: #6b7585;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.lsq-us-education-crm-comparison__head-cell--lsq {
	border-bottom: 2px solid #106dfd !important;
	padding-top: 20px;
	padding-bottom: 22px;
	display: flex;
	align-items: center;
}

.lsq-us-education-crm-comparison__logo {
	display: block;
	height: 26px;
	width: auto;
	max-width: 160px;
	object-fit: contain;
}

.lsq-us-education-crm-comparison__feature {
	background: #ffffff;
	color: #0a1020;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.lsq-us-education-crm-comparison__value {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.lsq-us-education-crm-comparison__value--lsq {
	color: #1b2533;
}

.lsq-us-education-crm-comparison__value--generic {
	background: #ffffff;
	color: #7b8696;
}

.lsq-us-education-crm-comparison__value-inner {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.lsq-us-education-crm-comparison__icon {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	margin-top: 0;
}

.lsq-us-education-crm-comparison__icon--x {
	width: 18px;
	height: 18px;
}

.lsq-us-education-crm-comparison__icon-image {
	display: block;
	object-fit: contain;
	flex: 0 0 auto;
}

.lsq-us-education-crm-comparison__text {
	flex: 1 1 auto;
	min-width: 0;
}

/* Desktop: hide per-cell labels (header row is enough) */
.lsq-us-education-crm-comparison__cell-label {
	display: none;
}

/* Mobile: VS split — feature title full width, then LeadSquared | Generic columns */
@media (max-width: 767px) {
	.lsq-us-education-crm-comparison__head {
		display: none;
	}

	.lsq-us-education-crm-comparison__head-row,
	.lsq-us-education-crm-comparison__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		width: 100%;
		min-height: 0;
		align-items: stretch;
	}

	.lsq-us-education-crm-comparison__row {
		border-bottom: 1px solid #eef2f8;
	}

	.lsq-us-education-crm-comparison__row:last-child {
		border-bottom: 0;
	}

	.lsq-us-education-crm-comparison__feature {
		grid-column: 1 / -1;
		border-top: 0;
		padding: 14px 16px 10px;
		width: 100%;
		height: auto;
		min-height: 0;
		background: #ffffff;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.3;
		display: block;
		align-items: unset;
	}

	.lsq-us-education-crm-comparison__feature .lsq-us-education-crm-comparison__cell-label {
		display: none;
	}

	.lsq-us-education-crm-comparison__value {
		border-top: 0;
		padding: 12px;
		width: auto;
		max-width: 100%;
		height: auto;
		min-height: 0;
		min-width: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
	}

	.lsq-us-education-crm-comparison__value--lsq {
		background: #f0f6ff;
		border-right: 1px solid #e7edf5;
		border-bottom: 0 !important;
		margin: 0;
	}

	.lsq-us-education-crm-comparison__row:last-child .lsq-us-education-crm-comparison__value--lsq {
		margin-bottom: 0;
	}

	.lsq-us-education-crm-comparison__value--generic {
		background: #ffffff;
		padding-bottom: 14px;
	}

	.lsq-us-education-crm-comparison__value-inner {
		display: grid;
		grid-template-columns: 16px minmax(0, 1fr);
		grid-template-areas:
			"icon label"
			"text text";
		align-items: start;
		column-gap: 6px;
		row-gap: 8px;
		min-width: 0;
		max-width: 100%;
	}

	.lsq-us-education-crm-comparison__icon {
		grid-area: icon;
		width: 16px;
		height: 16px;
	}

	.lsq-us-education-crm-comparison__icon--x {
		width: 16px;
		height: 16px;
	}

	.lsq-us-education-crm-comparison__cell-label {
		grid-area: label;
		display: block;
		margin: 0;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: 0.04em;
		line-height: 1.3;
		color: #6b7585;
		text-transform: uppercase;
		min-width: 0;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
		max-width: 100%;
	}

	.lsq-us-education-crm-comparison__value--lsq .lsq-us-education-crm-comparison__cell-label {
		color: #106dfd;
	}

	.lsq-us-education-crm-comparison__text {
		grid-area: text;
		flex: none;
		font-size: 13px;
		line-height: 1.45;
		min-width: 0;
		max-width: 100%;
		white-space: normal;
		overflow-wrap: anywhere;
		word-break: break-word;
	}
}
