
/* FOOTER MENU */

.footer-nav-wrap nav,
.footer-nav-wrap .ast-nav-menu,
.footer-nav-wrap .astra-footer-menu {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 40px;
	row-gap: 12px;
	width: 100%;
}

.footer-nav-wrap .astra-footer-menu > .menu-item,
.footer-nav-wrap .ast-nav-menu > .menu-item {
	margin: 0 !important;
	width: auto !important;
}

@media (max-width: 900px) {
	.ast-builder-footer-grid-columns,
	.ast-builder-grid-row-container-inner,
	.site-footer-section {
		display: flex !important;
		flex-wrap: wrap !important;
	}

	.footer-bar-navigation {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.footer-nav-wrap {
		width: 100%;
		max-width: 480px;
		margin: 32px auto 0;
	}

	.footer-nav-wrap .astra-footer-menu,
	.footer-nav-wrap .ast-nav-menu {
		display: grid !important;
		grid-template-columns: repeat(2, max-content);
		column-gap: 32px;
		row-gap: 12px;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
	}

	.footer-nav-wrap .menu-item,
	.footer-nav-wrap .menu-link,
	.footer-nav-wrap a {
		text-align: center;
	}

    .site-footer-above-section-3 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
	display: flex !important;
	justify-content: center !important;
    }

    /* Center Greg + Lisa on mobile */
    .site-footer-above-section-1,
    .site-footer-above-section-2 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 24px;
    }

    /* Center social icons ONLY when stacked */
	.site-footer-above-section-1 .bbt-social-container,
	.site-footer-above-section-2 .bbt-social-container,
	.site-footer-above-section-1 .wp-block-spectra-icons,
	.site-footer-above-section-2 .wp-block-spectra-icons {
		display: flex !important;
		justify-content: center !important;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ==================================
FOOTER: CENTER AGENT BLOCKS (GREG + LISA)
================================== */

.site-footer-above-section-1,
.site-footer-above-section-2 {
	display: flex !important;
	justify-content: center !important;
	text-align: center !important;
}

/* Prevent overly wide stretching */
.site-footer-above-section-1 > *,
.site-footer-above-section-2 > * {
	max-width: 420px;
	width: 100%;
}