/*
 * Single Utility Stack post (Theme Builder body cloned from Blog).
 * body.single-utility-stack is added by WordPress for the utility-stack CPT.
 */

body.single-utility-stack .et_pb_row:has(.blog-post-container) {
  min-height: 30vh;
}

body.single-utility-stack .blog-post-container {
  min-height: 300px;
}
