.popular-posts{gap:20px}.popular-posts,.post-item{display:flex;flex-direction:column}.post-content{display:flex;gap:12px}.post-thumbnail img{border-radius:8px;height:100px;object-fit:cover;transition:transform .5s ease;width:100px}.post-item:hover .post-thumbnail img{transform:scale(1.05)}.post-info{flex:1}.post-title{display:-webkit-box;font-size:14px;font-weight:700;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical}.post-tags .tag{font-size:12px}