/* DOA MX | Mejora editorial para lectura de notas */

/* Cuerpo de la nota */
.single-post .entry-content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* Párrafos */
.single-post .entry-content p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 26px;
}

/* Extracto o primer párrafo en negritas */
.single-post .entry-content > p:first-child,
.single-post .entry-content strong:first-child {
  font-size: 21px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 30px;
}

/* Título principal */
.single-post .entry-title {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.18;
}

/* Imagen destacada */
.single-post .post-thumbnail,
.single-post .wp-post-image {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Pie de foto */
.single-post figcaption,
.single-post .wp-caption-text {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  text-align: center;
}

/* Citas */
.single-post blockquote {
  max-width: 780px;
  margin: 32px auto;
  padding-left: 22px;
  border-left: 4px solid #222;
  font-size: 21px;
  line-height: 1.7;
}

/* Móvil */
@media (max-width: 768px) {
  .single-post .entry-content {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .single-post .entry-content p {
    font-size: 18px;
    line-height: 1.7;
  }

  .single-post .entry-title {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* DOA MX | Extracto editorial en notas */

.single-post .entry-content > p:first-child {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 500;
  color: #333333;
  margin-bottom: 34px;
}

.single-post .entry-content > p:first-child strong {
  font-weight: 600;
}
/* DOA MX | Bajada / extracto de nota */

.single-post .entry-summary,
.single-post .post-excerpt,
.single-post .af-post-excerpt,
.single-post .entry-header .entry-summary,
.single-post .single-post-excerpt,
.single-post .post-content .entry-summary {
  max-width: 820px;
  margin: 0 auto 34px auto;
  font-size: 22px !important;
  line-height: 1.7 !important;
  font-weight: 500;
  color: #333333;
}
/* DOA MX | Ajuste editorial completo para notas */

/* Título principal más elegante */
.single-post .entry-title {
  max-width: 900px;
  margin: 18px auto 18px auto;
  font-size: 42px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.4px;
}

/* Categoría más limpia */
.single-post .cat-links a,
.single-post .post-category a,
.single-post .aft-post-cat a {
  display: inline-block;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  border-radius: 3px;
}

/* Extracto sin apariencia pesada */
.single-post .entry-summary,
.single-post .post-excerpt,
.single-post .af-post-excerpt,
.single-post .entry-header .entry-summary,
.single-post .single-post-excerpt,
.single-post .post-content .entry-summary {
  max-width: 820px;
  margin: 0 auto 24px auto;
  padding-left: 18px;
  border-left: 4px solid #666;
  font-size: 22px !important;
  line-height: 1.7 !important;
  font-weight: 500;
  color: #333333;
}

/* Fecha más compacta */
.single-post .entry-meta,
.single-post .posted-on,
.single-post .post-date {
  max-width: 820px;
  margin: 10px auto 18px auto;
  font-size: 15px;
  color: #555;
}

/* Botones de compartir más integrados */
.single-post .sharedaddy,
.single-post .heateor_sss_sharing_container,
.single-post .addtoany_share_save_container {
  max-width: 820px;
  margin: 12px auto 20px auto !important;
}

/* Reducir espacio antes de imagen */
.single-post .post-thumbnail,
.single-post .wp-post-image,
.single-post .featured-image {
  margin-top: 18px !important;
}

/* Imagen destacada más editorial */
.single-post img.wp-post-image,
.single-post .post-thumbnail img,
.single-post .featured-image img {
  border-radius: 6px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Pie de foto */
.single-post figcaption,
.single-post .wp-caption-text {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  text-align: center;
  margin-top: 8px;
}

/* Párrafos más cómodos */
.single-post .entry-content p {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 26px;
}

/* Citas más bonitas */
.single-post blockquote {
  max-width: 780px;
  margin: 34px auto;
  padding: 10px 0 10px 24px;
  border-left: 4px solid #444;
  font-size: 22px;
  line-height: 1.65;
  color: #222;
}

/* Menos aire entre redes e imagen */
.single-post .entry-header {
  margin-bottom: 18px;
}

/* Ajustes para celular */
@media (max-width: 768px) {
  .single-post .entry-title {
    font-size: 32px;
    line-height: 1.18;
    padding-left: 18px;
    padding-right: 18px;
  }

  .single-post .entry-summary,
  .single-post .post-excerpt,
  .single-post .af-post-excerpt,
  .single-post .entry-header .entry-summary,
  .single-post .single-post-excerpt,
  .single-post .post-content .entry-summary {
    font-size: 19px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px;
    padding-left: 14px;
  }

  .single-post .entry-content p {
    font-size: 18px;
    line-height: 1.72;
  }

  .single-post blockquote {
    font-size: 19px;
    line-height: 1.6;
  }
}
/* ===== DOA MX | Extracto limpio ===== */

.single-post .entry-summary,
.single-post .post-excerpt,
.single-post .af-post-excerpt,
.single-post .single-post-excerpt {
    border-left: none !important;
    padding-left: 0 !important;
}

.single-post .entry-summary::before,
.single-post .post-excerpt::before,
.single-post .af-post-excerpt::before,
.single-post .single-post-excerpt::before {
    display: none !important;
    content: none !important;
}

/* ===== Fecha alineada a la izquierda ===== */

.single-post .entry-meta,
.single-post .posted-on,
.single-post .post-date {
    display: flex !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
/* ==========================================
   DOA MX
   Alinear cabecera con la imagen
========================================== */

.single-post .entry-header{
    padding-left:260px;
    padding-right:28px;
}

@media (max-width:768px){

.single-post .entry-header{
    padding-left:18px;
    padding-right:18px;
}

}