.popular-posts-wrapper{display:flex;flex-direction:column;gap:20px;max-width:800px;margin:0 auto}.popular-post{display:flex;align-items:flex-start;background-color:#fff;border-radius:8px;padding:15px;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.popular-post-image{flex-shrink:0;width:120px;height:120px;border-radius:4px;overflow:hidden;margin-right:15px;background-color:#f5f5f5}.popular-post-image img{width:100%;height:100%;object-fit:cover}.popular-post-content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.popular-post-content h3{font-size:1rem;margin:0 0 8px;color:#000}.popular-post-content h3 a{text-decoration:none;color:#000}.popular-post-content h3 a:hover{text-decoration:underline;color:#000}.popular-post-content p{font-size:.875rem;margin:0 0 10px;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.popular-post-link{font-size:.875rem;color:#007a53;font-weight:700;text-decoration:none}.popular-post-link:hover{text-decoration:underline;color:#007a53}