/* News feed thumbnails — small size (56x56) */
.feed-card .thumb {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  overflow: hidden;
  background: #eef1f6;
}
.feed-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feed-card li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 12px;
}
.feed-card .item { min-width: 0; }
.feed-card .excerpt { margin: .25rem 0 0; font-size: .92rem; opacity: .9; }
