/*
 Theme Name: La Prensa IA (Child)
 Theme URI: https://laprensaia.com/
 Description: Tema hijo de Astra para La Prensa IA. Ajusta portada a ancho completo, sin sidebar, y estilos básicos.
 Author: La Prensa IA
 Template: astra
 Version: 1.0.0
 Text Domain: laprensaia-child
*/

/* --- Portada: full-width real para bloques alignfull --- */
body.front-page.ast-no-sidebar .entry-content .alignfull,
body.home.ast-no-sidebar .entry-content .alignfull{
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

/* Evitar espacios arriba en portada */
body.front-page .entry-content,
body.home .entry-content{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Quitar leyenda bajo imágenes de portada si se usa para banner */
body.front-page .entry-content figcaption{
  display:none !important;
}

/* Tipografía y lectura cómoda */
body{
  line-height: 1.65;
}
.entry-content p{
  font-size: 18px;
}
