/* ==========================================================================
  compare-feature-table.css – Comppare features table styles
========================================================================== */

table.compare-plan-features > tbody > tr > td {
	font-weight: 600;
}

table.compare-plan-features > tbody > tr > td:nth-of-type(2),
table.compare-plan-features > tbody > tr > td:nth-of-type(3) {
	text-align: center;
}

table.compare-plan-features .price {
	color: var(--e-global-color-a6c35a4);
}

table.compare-plan-features .included-feature {
	color: var(--e-global-color-53bbadc);
}