/*
 * Keep the sales-kit CTA row aligned when the card copy has different lengths.
 * Scoped to the sales solution page only.
 */
html body.page-id-22981 .po-sales-kits .po-sales-kit-grid {
	align-items: stretch !important;
}

html body.page-id-22981 .po-sales-kits .po-sales-kit-grid > .po-sales-kit-card {
	align-self: stretch !important;
	height: 100% !important;
}

html body.page-id-22981 .po-sales-kits .po-sales-kit-card > .po-sales-kit-body {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	min-height: 0 !important;
}

html body.page-id-22981 .po-sales-kits .po-sales-kit-card .po-sales-kit-body > .po-sales-price {
	margin-top: auto !important;
	margin-right: 0 !important;
	margin-bottom: 18px !important;
	margin-left: 0 !important;
}

html body.page-id-22981 .po-sales-kits .po-sales-kit-card .po-sales-kit-body > .po-sales-kit-button {
	align-self: stretch !important;
	flex: 0 0 auto !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
