/* Category news-events inline styles moved here */
.latest-news .ln-slide .thumb { transition: transform .35s ease; will-change: transform; transform-origin:center center; }
.latest-news .ln-slide:hover .thumb,
.latest-news .ln-slide .thumb:hover { transform: scale(1.1); }
/* layout fixes: avoid overlap by pushing date to bottom */
.latest-news .ln-slide .body { display:flex; flex-direction:column; gap:10px; min-height: 260px; padding: 18px 18px 56px; }
.latest-news .ln-slide .meta-row { margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:8px; }
.latest-news .ln-slide .meta-row .date { white-space:nowrap; color:#666; }
/* clamp long texts */
.latest-news .ln-slide .title { margin: 0; }
.latest-news .ln-slide .title a { display:-webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; }
.latest-news .ln-slide .excerpt { display:-webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden; }
/* ensure container hides zoom overflow */
.latest-news .ln-slide { overflow:hidden; }
@media (max-width: 600px){
  .latest-news .ln-slide .body { min-height: 200px; }
}
