@charset "windows-1252";

.article-card { transition: 0.2s; border-radius: 8px; overflow: hidden; }

.article-card:hover { transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px; }

.article-card img { height: 200px; object-fit: cover; }

.article-card .badge a { color: rgb(51, 51, 51); text-decoration: none; }

.article-card .badge a:hover { text-decoration: underline; }