.recentPostsWrapper{background-color:#fff;padding:2rem;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.05);margin-bottom:2rem}.recentPostsHeading{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#000}.recentPostsList{display:flex;flex-direction:column;gap:1.5rem}.recentPostItem{display:flex;align-items:flex-start;gap:1rem}.recentPostImage{position:relative;width:60px;height:60px;flex-shrink:0;border-radius:6px;overflow:hidden;background-color:#f2f2f2}.recentPostTitle{font-size:.95rem;font-weight:500;color:#333;line-height:1.4}.recentPostTitle a{color:#000;text-decoration:none;transition:color .3s ease}.recentPostTitle a:hover{color:#0070f3}