/*
 * Single Newsroom post (Theme Builder body cloned from Blog).
 * body.single-newsroom is added by WordPress for the newsroom CPT.
 */

/* Keep the article block from feeling collapsed on short posts */
body.single-newsroom .et_pb_row:has(.blog-post-container) {
  min-height: 30vh;
}

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