/* Matches core's own Columns stacking breakpoint */
@media (max-width: 781px) {
    .wp-block-columns.gpro-cols-mobile-reverse {
        /* swap wrap for column, then reverse it */
        flex-wrap: nowrap !important;
        flex-direction: column-reverse !important;
    }
}
