/* Publicaciones img-v4 — sizes with !important */
.posts-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin-top: 42px;
}
.post-card {
  background: #fff;
  border: 1px solid #dfe4e8;
  border-top: 3px solid #00a887;
  border-radius: 10px;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.post-image-link {
  display: block !important;
  line-height: 0 !important;
  background: #0b2436;
  overflow: hidden !important;
  height: 140px !important;
  max-height: 140px !important;
}
.post-image {
  display: block !important;
  width: 100% !important;
  height: 140px !important;
  max-height: 140px !important;
  object-fit: cover !important;
  object-position: center top !important;
}
.post-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.post-meta { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 10px; }
.post-date { font-size: 11px; letter-spacing: 1.5px; color: #008d77; font-weight: 700; text-transform: uppercase; }
.post-badge { font-size: 10px; font-weight: 700; padding: 4px 8px; border-radius: 999px; background: #edf7f5; color: #087b6b; }
.post-text { font-size: 14px; color: #122033; line-height: 1.45; flex: 1; margin: 0 0 14px; }
.post-link { color: #007b68; font-weight: 700; text-decoration: none; font-size: 14px; }
.posts-empty, .posts-loading, .posts-error { grid-column: 1 / -1; padding: 48px 32px; text-align: center; color: #5a697a; }
.pub-note { margin-top: 36px; font-size: 12px; color: #9eb0bc; }
@media (max-width: 900px) {
  .posts-grid { grid-template-columns: 1fr !important; }
  .post-image-link, .post-image { height: 160px !important; max-height: 160px !important; }
}
