/* Fase 9: padronizacao visual premium das imagens editoriais. */
img[src*="/assets/images/"] {
  background: #efe2c9;
  color: transparent;
}

.page-hero__grid > img,
.pillar-figure img,
.recipe-figure img,
.guide-figure img,
.recipe-hero__grid > img,
.split > img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.recipe-card__image,
.content-card > img,
.commercial-card img,
.guide-card img,
.pillar-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.recipe-figure,
.guide-figure,
.pillar-figure {
  overflow: hidden;
}

.recipe-figure img,
.guide-figure img,
.pillar-figure img {
  display: block;
  width: 100%;
  min-height: 280px;
}

@media (max-width: 760px) {
  .recipe-figure img,
  .guide-figure img,
  .pillar-figure img,
  .recipe-hero__grid > img,
  .page-hero__grid > img {
    min-height: 210px;
  }
}
