/*
Theme Name: Agency Block
Text Domain: agency-block
Theme URI: http://TemplateToaster.com
Author: TemplateToaster (block-theme conversion)
Author URI: http://TemplateToaster.com
Description: Block theme (Full Site Editing) conversion of the "Agency" TemplateToaster theme. Colors, typography and layout are defined in theme.json; this stylesheet only carries the pieces core blocks cannot express (grid helpers, small visual details copied from the original theme).
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-site-editing, block-theme, blog, e-commerce, one-column, two-columns, footer-widgets, custom-colors, custom-menu, editor-style, featured-images, threaded-comments
*/

/* Fallback container helpers kept from the original Bootstrap-based markup,
   used only inside patterns that still rely on row/col classes for
   multi-column layouts that the Columns block does not fully replicate. */
.agency-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.agency-row > * {
	flex: 1 1 0;
}

@media (max-width: 782px) {
	.agency-row {
		flex-direction: column;
	}
}
