.graphic-card {
  /* Setup placholder for CUBE */
  --example-prop: 0;
}

/* Equal-height graphic cards in grid layout regions.
   Mirrors the .box-l chain in cards.css, but for the block wrapper
   that directly wraps .graphic-card (no .box-l intermediary). */
.grid-l > .layout__region > .stack-l > :has(> .graphic-card) {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.grid-l > .layout__region > .stack-l > :has(> .graphic-card) > .graphic-card {
  flex: 1;
}
