/*
Theme Name: GeoVize Child
Theme URI: https://www.geovize.ai
Description: Child theme of Twenty Twenty-Five for GeoVize. Holds custom JSON-LD schema and any template tweaks so they survive parent theme updates.
Author: GeoVize
Template: twentytwentyfive
Version: 1.1.0
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: geovize-child
*/

/* Twenty Twenty-Five is a block theme and loads its styling through theme.json.
   Add any custom CSS for GeoVize below this line. Kept empty by default to stay lean. */


/* Footer Explore nav: two columns so the list stops running long */
.geovize-footer-nav ul.wp-block-navigation__container {
	display: block;
	column-count: 2;
	column-gap: 2rem;
}

@media (max-width: 600px) {
	.geovize-footer-nav ul.wp-block-navigation__container {
		column-count: 1;
	}
}