

/* ═══════════════════════════════
   TITULO ARTÍCULO
   ═══════════════════════════════ */

/* Reducir grosor del título */

.default-header .title{

  font-weight:600;  /* antes probablemente 700 o 800 */

  line-height:1.25;

  letter-spacing:-0.01em;

}
═══════════════════════════════════════
   TIPOGRAFÍA ESTILO CHATGPT
   limpio • legible • moderno
   ═══════════════════════════════════════ */

/* CONTENIDO */

.entry-content{

  max-width:760px;
  margin:auto;

  font-size:16.8px;

  line-height:1.75;

  color:#374151;
}

/* PÁRRAFOS */

.entry-content p{

  margin-bottom:1.25em;
}

/* LISTAS */

.entry-content ul,
.entry-content ol{

  margin-bottom:1.3em;

  padding-left:1.4em;

  line-height:1.7;
}

/* TITULO PRINCIPAL */

.entry-content h1{

  font-size:2.2rem;

  font-weight:700;

  color:#111827;

  line-height:1.25;

  letter-spacing:-0.02em;

  margin-bottom:.6em;
}

/* TITULOS H2 */

.entry-content h2{

  font-size:1.7rem;

  font-weight:600;

  color:#111827;

  margin-top:2em;
  margin-bottom:.55em;

  line-height:1.35;

  letter-spacing:-0.01em;
}

/* TITULOS H3 */

.entry-content h3{

  font-size:1.3rem;

  font-weight:600;

  color:#1f2937;

  margin-top:1.5em;
  margin-bottom:.35em;

  line-height:1.35;
}

/* H4 */

.entry-content h4{

  font-size:1.1rem;

  font-weight:600;

  color:#374151;

  margin-top:1.3em;
}

/* TEXTO DESTACADO */

.entry-content strong{

  font-weight:600;

  color:#111827;
}

/* ENLACES */

.entry-content a{

  color:#2563eb;

  text-decoration:none;

  border-bottom:1px solid rgba(37,99,235,.35);

  transition:all .15s ease;
}

.entry-content a:hover{

  border-bottom:1px solid #2563eb;
}

/* SEPARADOR */

.wp-block-separator{

  border:none;

  border-top:1px solid #e5e7eb;

  margin:32px 0;
}

/* ── Neutralizar SVG de búsqueda de Orbital ─────────────── */
.btn-search-form svg,
.search-submit svg,
.search-form svg {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    display: inline-block !important;
}

