/*
Theme Name: ACGC Top 30
Author: Monolith Digital
Description: Your description goes here
Version: 1.0
Template: twentytwentyfive

This is the child theme for Twenty Twenty-Five theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/**
 * Footer: below 860px, stack the logo + blurb columns row (the group
 * directly below the social icons) into a centered vertical stack
 * instead of squeezing them side by side.
 *
 * Requires the "acgc-footer-columns" Additional CSS class to be added
 * (in the Site Editor) to that Group block — it has no class of its
 * own by default, and a couple of other groups in the footer share the
 * same generic `wp-block-group alignfull` markup, so this rule won't
 * apply until that class is added to the correct block.
 */
@media (max-width: 859px) {
	.acgc-footer-columns {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
	}

	.acgc-footer-columns .wp-block-image.alignleft,
	.acgc-footer-columns .wp-block-image.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}