/* Start custom CSS *//* Equal-height pricing cards */
.elementor-element-container_chj755nf4 {
	align-items: stretch !important;
}
.elementor-element-container_wnnhj7xvg,
.elementor-element-container_sg65kxvf1,
.elementor-element-container_dppq0y9do,
.elementor-element-container_pvs7hzioy {
	height: 100% !important;
}

/* Align card CTA buttons to the bottom of each card */
[data-id="widget_t9nt3w5uz"],
[data-id="widget_9t84azytj"],
[data-id="widget_cwi64ciyh"],
[data-id="widget_cvs4f8cgv"] {
	margin-top: auto !important;
}

/* Keep this page's buttons on a single line everywhere (scoped to this
   page's own content so the shared header/footer nav buttons aren't affected) */
[data-id="widget_t9nt3w5uz"],
[data-id="widget_9t84azytj"],
[data-id="widget_cwi64ciyh"],
[data-id="widget_cvs4f8cgv"],
[data-id="widget_a7tz0yncx"],
[data-id="widget_9tze5r5uq"],
[data-id="widget_ro8bnp84d"] {
	white-space: nowrap !important;
	width: fit-content !important;
	flex-shrink: 0 !important;
}

/* Give the 4-card pricing grid more room per card on tablet so the
   single-line button always fits without overflowing the card */
@media (min-width: 768px) and (max-width: 1199px) {
	.elementor-element-container_chj755nf4 {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}/* End custom CSS */