/**
 * core/column "stack first on mobile" — pairs with orderFirstMobile in custom-blocks.
 * Breakpoint matches WordPress core columns stacked layout (781px).
 */
@media (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.flex-order-mobile-0 {
		order: -1;
	}
}
