/*
 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
*/

/* =========================================================
   BRICKS POSTS ELEMENT – REAL FIX (Bricks 2.14)
   ========================================================= */

/* Kill browser figure margins inside posts */
body.home article.brxe-post figure {
  margin: 0 !important;
}

/* Ensure images behave consistently */
body.home article.brxe-post img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 16px;
}

/* Title spacing */
body.home article.brxe-post h2,
body.home article.brxe-post h3 {
  margin-top: 12px;
  margin-bottom: 8px;
}

/* Excerpt spacing */
body.home article.brxe-post p {
  margin: 0;
  line-height: 1.6;
}
