.headline-img { 
    object-fit: cover;
}
.noticia-img { 
    height: 200px;
    object-fit: cover;
}

.img-card {
  height: 180px; /* ajuste conforme seu design */
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 0.375rem;  /* opcional, se usar Bootstrap cards */
  border-top-right-radius: 0.375rem;
}

/* Single */
.article-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Categoria  */

.categoria {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.posts-lista .post-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}