/* ================================
   WYSIWYG estilos del contenido
   ================================ */

.wysiwyg p {
  margin-bottom: 1rem;
}

.wysiwyg ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.wysiwyg li {
  margin-bottom: .35rem;
}

.wysiwyg a {
  text-decoration: underline;
  font-weight: 700;
  color: #E20000;
}

/* títulos dentro del editor */
.wysiwyg h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

/* desktop alignment */
@media (min-width:768px) {

  .wysiwyg{
    text-align:left;
  }

}

/* ================================
   WYSIWYG fix de tipografías
================================ */

.wysiwyg,
.wysiwyg p,
.wysiwyg li,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg a {
  font-family: "Raleway", sans-serif;
}

/* mantener tamaños del layout original */
.wysiwyg p,
.wysiwyg li {
  font-size: 0.875rem;
}

@media (min-width:768px){

  .wysiwyg p,
  .wysiwyg li {
    font-size: 1rem;
  }

}

/* ================================
   WYSIWYG comportamiento de los bullets
================================ */

/* móvil: ocultar bullets */
.wysiwyg ul {
  list-style: none;
  padding-left: 0;
}

/* desktop: restaurar bullets */
@media (min-width:768px){

  .wysiwyg ul{
    list-style: disc;
    padding-left: 1.25rem;
  }

}

/* ================================
   WYSIWYG extensiones para páginas y singles
   (no rompe estilos existentes)
================================ */

/* títulos grandes de contenido */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

/* tamaños de títulos */
.wysiwyg h1 {
  font-size: 2.75rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.wysiwyg h2 {
  font-size: 2.25rem;
  margin-top: 2rem;
  margin-bottom: .75rem;
}

.wysiwyg h3 {
  font-size: 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

.wysiwyg h4 {
  font-size: 1.35rem;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

/* imágenes dentro del contenido */
.wysiwyg img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* citas */
.wysiwyg blockquote {
  border-left: 4px solid #E20000;
  padding-left: 1rem;
  margin: 2rem 0;
  font-style: italic;
}

/* separación vertical cómoda */
.wysiwyg > * + * {
  margin-top: 1rem;
}
