/*
 Theme Name:   Capital Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Fresh copy of Bricks child theme for Capital Maniacs.
 Author:       Capital Maniacs
 Author URI:   https://capitalmaniacs.com/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* ============================================
   SAFE CLS FIXES - Targeted, non-breaking
   ============================================ */

/* Fix 1: "More from Markets" Block - reserve height
   Lighthouse identified: #brxe-a8d834 with 0.113 CLS */
#brxe-a8d834 {
  min-height: 420px;
}

/* Fix 2: TradingView Banner - set aspect ratio
   Banner dimensions: 650x80 pixels */
img[alt*="TradingView banner"],
img[alt*="tradingview-banner"],
img.wp-image-7962 {
  aspect-ratio: 650 / 80;
}

/* Fix 3: Font display swap - prevent font loading CLS */
@font-face {
  font-family: 'Roboto';
  font-display: swap;
}

@font-face {
  font-family: 'Domine';
  font-display: swap;
}

/* Fix 4: Images without dimensions - fallback aspect ratio */
img:not([width]):not([height]) {
  aspect-ratio: 16 / 9;
}

/* ============================================
   END SAFE CLS FIXES
   ============================================ */

