/* CTA band (front-page bottom) — equal-height columns, bottom margin above
   footer. Loaded only on is_front_page(). Slice 3. */

.site-cta-band {
	margin-bottom: 40px;
}

/* Force equal-height columns: each column stretches to match the tallest */
.site-cta-band > .wp-block-column {
	display: flex;
}

.site-cta-band > .wp-block-column > .wp-block-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
