/* =========================================================
   LV11 FIXES - NOTICIA DETALLE (IMAGENES + CONTENIDO)
   Se carga DESPUÉS de style.css desde el layout
========================================================= */

/* Si el contenido del detalle estaba con pre-wrap, rompe imágenes/espaciado */
.article-content,
.news-article__content{
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Imagen principal (si usás estas clases) */
.article-img img,
.news-article__image img,
.lv11-news-img,
.article-img picture img,
.news-article__image picture img{
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

/* Imágenes dentro del cuerpo (editor HTML) */
.article-content img,
.news-article__content img{
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: 16px auto !important;
  border-radius: 14px;
  float: none !important;
}

/* Si el editor mete figure/figcaption */
.article-content figure,
.news-article__content figure{
  max-width: 100% !important;
  margin: 16px auto !important;
}

.article-content figcaption,
.news-article__content figcaption{
  text-align: center;
  font-size: 13px;
  opacity: .8;
  margin-top: 8px;
}

/* Embeds responsivos */
.article-content iframe,
.news-article__content iframe,
.article-content video,
.news-article__content video{
  max-width: 100% !important;
}

/* Previene elementos del editor con anchos fijos */
.article-content * ,
.news-article__content *{
  max-width: 100%;
}
