/* A separate CSS file that is not compressed through Libsass since it can't understand this */
.c-columns,
.c-article-list {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 22em), 1fr));
}