.recent-post{display:flex;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #1e2433;text-decoration:none;align-items:center}.recent-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.post-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.recent-post:hover .post-thumb img{transform:scale(1.08)}.post-info span{display:block;font-size:13px;color:#e2e8f0;font-weight:500;line-height:1.4;margin-bottom:4px;transition:color .2s}.recent-post:hover .post-info span{color:#2563eb}.post-info small{font-size:11px;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}