/* IA Article Generator – Estilos de frontend */

/* Featured image: limitar altura e manter corte agradável */
.single .wp-post-image,
.single-post .wp-post-image,
.post .wp-post-image,
.entry-header img.wp-post-image,
.post-thumbnail img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

/* Imagens internas inseridas pelo plugin */
figure.iagp-image {
  max-width: 420px;
  margin: 1em auto;
}
figure.iagp-image img.iagp-image-img {
  width: 100%;
  height: auto;
  display: block;
}