/* Extra leading keeps all three visible description lines clear of the following tags. */
#ajax-content-wrap .container.main-content .te-classic-shell .te-card-body {
	grid-template-rows: 23px 66px 30px 68px 34px 42px !important;
}
#ajax-content-wrap .container.main-content .te-classic-shell .te-description {
	min-height: 68px !important;
	max-height: 68px !important;
	line-height: 1.28 !important;
}
@media (max-width: 560px) {
	#ajax-content-wrap .container.main-content .te-classic-shell .te-card-body { grid-template-rows: 23px 66px 30px 70px 34px 42px !important; }
	#ajax-content-wrap .container.main-content .te-classic-shell .te-description { min-height: 70px !important; max-height: 70px !important; }
}
