/*
Theme Name: AZ Construction PAC
Theme URI:
Author: 
Author URI:
Description: A modern block theme for AZ Construction PAC.
Version: 1.0.1
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: azconstructpac
*/

/* Responsive grid reflow
   Desktop columns stay as set in the block editor.
   Below 768px, auto-fit takes over and reflows based on available space. */
@media (max-width: 768px) {
	.is-layout-grid {
		grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
	}
}
