/*
Theme Name: Zenz Child
Theme URI: https://www.zenztech.com
Description: Child theme of Astra for zenztech.com. Exists so that CSS and
             PHP customisations survive a parent theme update and live in
             version control rather than in the database.
Author: Zenz Technologies
Template: astra
Version: 1.0.0
*/

/*
 * Moved here 2026-08-07 from the customiser's Additional CSS (post 594),
 * where it was stored per-theme and would have been lost on any theme switch.
 *
 * Astra wraps page content in .ast-container. For Elementor's full-width
 * template that wrapper reintroduces the very constraint the template exists
 * to remove, so it is collapsed. Removing this rule makes full-width sections
 * render inside Astra's content width instead of edge to edge.
 */
.elementor-template-full-width .ast-container {
	display: contents;
}
