/*
 * Shared native template-part layout fixes.
 *
 * WordPress applies the theme content width to children of constrained groups.
 * The footer shell already owns its 1380px container, so its editable columns
 * must use the full width of that shell.
 */
#ix-global-footer .ix-native-footer-grid {
	width: 100% !important;
	max-width: none !important;
}
