.article-card{background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #ea6fb6;border-radius:10px;display:flex;flex-direction:column;height:300px;justify-content:flex-end;min-width:0;padding:1em;position:relative;transition:all .3s;width:100%}.article-card:after{background:linear-gradient(0deg,#0b263e,#0b263e 20%,#00d4ff00);border-radius:10px;bottom:0;content:"";height:100%;left:0;opacity:.8;position:absolute;transition:all .3s;width:100%}.article-card h2{overflow:hidden;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;color:#ea6fb6;font-size:1em;text-overflow:ellipsis;width:100%;z-index:2}.article-card .tags-container{display:flex;flex-wrap:wrap;gap:5px}.article-card .tags-container>div{background-color:#ea6fb6;border-radius:10px;color:#0b263e;font-size:.8em;padding:5px;z-index:2}@media (min-width:1024px){.article-card{border:2px solid #0b263e;height:400px;padding:2em;width:30%}.article-card:hover{border:2px solid #ea6fb6;transform:scale(1.1)}.article-card:hover:after{opacity:1}.article-card:after{border-radius:8px}.article-card h2{font-size:1.5em}}
