/**
 * Footer Section — Layout Styles
 *
 * PHASE 7 — COMPOSABLE SECTIONS (BLOCK ENABLED). Styles ONLY
 * .atb-footer-section__inner. This is the composable content
 * section's container, not the theme's structural <footer> element
 * — that element has no CSS of its own anywhere in this theme.
 *
 * ISOLATION RULE: scoped under [data-atb-section="footer"].
 * TOKEN-ONLY.
 */

[data-atb-section="footer"] {
	display: block;
}

[data-atb-section="footer"] .atb-footer-section__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--atb-space-3, 0.75rem);
	padding: var(--atb-space-8, 2rem) var(--atb-space-6, 1.5rem);
}
