/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* Global Styles - Ensure full width sections */
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
}

#brx-content,
main,
.brx-body {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure Bricks sections can be full width */
.brxe-section {
  width: 100% !important;
  max-width: 100% !important;
}