/*
Theme Name: Golden Bricks Child
Description: Minimal Bricks child theme for factory-scaffolded sites. Styling lives in Bricks Global Classes/Variables and ACSS tokens - this file stays empty by design.
Version: 1.0.0
Template: bricks
Text Domain: bricks-child
*/

/* Mobile menu: cluster items in vertical middle, centered, space-m gap */
.bricks-mobile-menu-wrapper .bricks-mobile-menu{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  gap:var(--space-m) !important;
  height:100% !important;
}
.bricks-mobile-menu-wrapper .bricks-mobile-menu > li{ margin:0 !important; }
.bricks-mobile-menu-wrapper .bricks-mobile-menu > li > a{ padding:0.6rem 0 !important; text-align:center !important; }
.bricks-mobile-menu-wrapper.right, .bricks-mobile-menu-wrapper{ left:0 !important; right:0 !important; width:100% !important; max-width:100% !important; }
