.elementor-4548 .elementor-element.elementor-element-7483023{--display:flex;overflow:visible;}/* Start custom CSS *//* Scroll suave al hacer clic en el índice */
html { scroll-behavior: smooth; }

/* Imágenes 25% más pequeñas y con esquinas redondeadas */
.fuego-post img {
  width: 45% !important;
  height: auto !important;
  display: block !important;
  margin: 20px auto !important;
  border-radius: 12px !important;
  overflow: hidden;
}

/* Titulares: mayúsculas y color #FF6C95 */
.fuego-post h1,
.fuego-post h2,
.fuego-post h3,
.fuego-post h4,
.fuego-post h5,
.fuego-post h6,
.fuego-post .elementor-heading-title {
  color: #FF6C95 !important;
  text-transform: uppercase !important;
  line-height: 1.25;
}

/* Un poco más de aire antes de H2/H3 */
.fuego-post h2 { margin-top: 2.2em !important; margin-bottom: 1.1em !important; }
.fuego-post h3 { margin-top: 1.8em !important; margin-bottom: 1.0em !important; }

/* Índice sin título ni fondo */
/* TOC sin título, sin subrayado y muy compacto */
/* TOC compacto y sin subrayados */
.fuego-toc{
  margin: 18px 0 10px;
}
.fuego-toc h2{
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.1;
  text-transform: none;         /* pon "uppercase" si quieres en mayúsculas */
  color: #6C0A89;
}
.fuego-toc ul{
  margin: 0 0 6px 1.1em;        /* reduce sangría y espacio inferior */
  padding: 0;
}
.fuego-toc li{
  margin: 2px 0;                /* separación muy corta entre items */
  line-height: 1.25;            /* texto más compacto */
}
.fuego-toc ul ul{               /* listas anidadas aún más juntas */
  margin-top: 2px;
}
.fuego-toc a{
  text-decoration: none;        /* sin subrayado */
}



/* Opcional: doble separación entre bloques comunes */
.fuego-post p,
.fuego-post ul,
.fuego-post ol,
.fuego-post table,
.fuego-post blockquote,
.fuego-post img { margin-top: 1.5em !important; margin-bottom: 1.5em !important; }/* End custom CSS */