/* Ajustes de noticias: imágenes siempre encuadradas en sus contenedores. */
img[src*="/uploads/news/"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #e9f2f8;
}

section[aria-label="Noticias destacadas"] {
  isolation: isolate;
}

section[aria-label="Noticias destacadas"] > div,
section[aria-label="Noticias destacadas"] > div > div:first-child {
  width: 100% !important;
}

section[aria-label="Noticias destacadas"] img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

section[aria-label="Noticias destacadas"] img[src*="/uploads/news/"] {
  height: 100% !important;
}

section[aria-label="Listado de noticias"] article,
section[aria-label="Listado de noticias"] article > div {
  overflow: hidden;
}

section[aria-label="Listado de noticias"] img {
  width: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

section[aria-label="Listado de noticias"] img[src*="/uploads/news/"] {
  height: 13rem !important;
  aspect-ratio: 16 / 10;
}

article.mx-auto.max-w-4xl > img {
  width: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

article.mx-auto.max-w-4xl > img[src*="/uploads/news/"] {
  height: clamp(300px, 45vw, 460px) !important;
}

@media (max-width: 640px) {
  section[aria-label="Listado de noticias"] img[src*="/uploads/news/"] {
    height: 12rem !important;
  }

  article.mx-auto.max-w-4xl > img[src*="/uploads/news/"] {
    height: 260px !important;
  }
}
