/* TODO: After TACC/Core-CMS#1037, delete this */

/* To hide missing gap when article lacks visual */
.blog-list article:not(:has(.blog-visual > *)) {
    grid-template-areas:
        "head"
        "desc";
    column-gap: unset;
}
/* To clearly render which thumbnails are made from too small an image */
.blog-visual {
    overflow: hidden;
}
