/* Dedicated cover framing for article lists and the home knowledge cards. */
main .cards .card .article-image{display:block;width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover;object-position:center;border-radius:10px;background:#edf2f7}
main .cards .card:has(.article-image){overflow:hidden}
