.pop-post{display:flex;flex-direction:row;padding:.5rem 0}.pop-post__image{flex-shrink:0;height:80px;margin-right:1rem;overflow:hidden;width:80px}.pop-post__image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.pop-post:hover .pop-post__image img{transform:scale3d(1.05,1.05,1.05)}.pop-post__info{display:flex;flex-direction:column;justify-content:center}.pop-post__tags,a.pop-post__tag{font-size:.75rem;font-weight:400;vertical-align:top}a.pop-post__tag:active,a.pop-post__tag:focus,a.pop-post__tag:hover{font-weight:400}h5.pop-post__title{margin-bottom:0}h5.pop-post__title a{color:inherit;text-decoration:none}