/*
Theme Name: Chariton Child
Template: chariton
Version: 1.0
*/
/* Tus overrides aquí… */

/* Evitar que imágenes/SVG/iframes rompan el ancho */
.entry-content img,
.entry-content svg,
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

/* Embeds responsivos (YouTube, etc.) */
.wp-block-embed__wrapper iframe,
.wp-block-video video,
.wp-block-media-text__media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* Separación estable entre columnas Gutenberg */
.wp-block-columns { gap: 1.5rem; }

/* Quitar bullets huérfanos */
.entry-content li:empty { display: none; }