.article-card .post-container{transition:transform .5s;transform:translate(0)}.article-card .post-container:before{content:"";background:var(--text-primary);border-radius:3px;width:0;height:2.25rem;transition:transform .5s,width .1s linear;position:absolute;left:0;transform:translate(0)}.article-card .title{transition:box-shadow .5s}@media (any-hover:hover){.article-card:hover .post-container{transform:translate(16px)}.article-card:hover .post-container:before{width:6px;transition:transform .5s,width .1s linear .2s;transform:translate(-16px)}.article-card:hover .title{box-shadow:inset 0 -.5em 0 var(--accent-hover)}}
