.article-tile{text-decoration:none;display:flex;flex-direction:column;background:white;border-radius:4px;min-width:220px}.article-tile img{max-height:350px;width:100%;aspect-ratio:16/9;border-radius:4px 4px 0 0;object-fit:cover}.article-tile .text-section{padding:8px}.article-tile .text-section .title{height:64px;overflow-y:auto;font-size:14px;margin-bottom:8px}.categories{display:flex;flex-wrap:wrap;gap:4px;text-wrap:nowrap}.categories.overflow{flex-wrap:nowrap;overflow-x:auto}.categories .category-chip{text-transform:uppercase;font-size:10px;line-height:16px;background-color:#fccc50;color:#3f1d35;padding:4px 8px;border-radius:16px;width:fit-content;font-family:"Poppins",sans-serif;font-weight:500}