/* 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;
}

}
/* DOA MX - Ajuste visual en notas individuales */

/* Reduce espacio entre extracto/meta e imagen destacada */
.single-post .post-thumbnail,
.single-post .featured-image,
.single-post .wp-post-image,
.single-post figure.post-thumbnail {
    margin-top: 18px !important;
}

/* Reduce el espacio debajo del extracto */
.single-post .entry-summary,
.single-post .post-excerpt,
.single-post .entry-header p {
    margin-bottom: 12px !important;
}

/* Compacta el encabezado de la nota */
.single-post .entry-header {
    margin-bottom: 20px !important;
}

/* Ajusta la fecha */
.single-post .entry-meta,
.single-post .posted-on,
.single-post .post-date {
    margin-top: 8px !important;
    margin-bottom: 14px !important;
    font-size: 15px !important;
}
/* DOA MX - Acercar imagen destacada al extracto */
.single-post .entry-header {
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
}

.single-post .entry-summary {
    margin-bottom: 9px !important;
}

.single-post .post-thumbnail,
.single-post .featured-image,
.single-post .entry-thumbnail,
.single-post .wp-post-image,
.single-post figure {
    margin-top: -30px !important;
}

/* DOA MX - Quitar espacio vacío de anuncio bajo logo */
.site-header .widget,
.site-header .header-widget,
.site-header .header-ad,
.site-header .ad,
.site-header .adsbygoogle,
.header-ads,
.header-ad,
.top-ad,
.ad-banner,
.ad-area,
.ad-container,
.google-auto-placed {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Compactar separación entre logo y menú */
.site-header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.main-navigation,
.primary-navigation,
.navbar,
.site-navigation {
    margin-top: 0 !important;
}

/* DOA MX - Mejorar legibilidad del cuerpo de las notas */
.single-post .entry-content p {
    font-size: 22px !important;
    line-height: 1.75 !important;
    margin-bottom: 1.4em;
}

/* DOA MX - Mejorar el extracto de las notas */
.single-post .entry-subtitle,
.single-post .post-excerpt,
.single-post .entry-excerpt,
.single-post .single-excerpt,
.single-post .post-summary {
    font-size: 25px !important;
    line-height: 1.45 !important;
    font-weight: 400;
    color: #444;
    margin-bottom: 25px !important;
}

/* DOA MX - Alinear mejor el título en móviles */
@media (max-width: 768px) {
    .single-post .entry-title,
    .single-post h1.entry-title {
        margin-left: -18px !important;
    }
}
/* Compartir DOA MX */

.doa-sharing{

margin:40px 0;

padding:18px 0;

border-top:1px solid #ececec;

border-bottom:1px solid #ececec;

}

.doa-sharing .sharedaddy{

margin:0;

}

.doa-sharing h3{

display:none;

}
/* DOA MX - Compartir movido dentro de nota */
.doa-sharing-moved {
    margin: 34px 0 !important;
    padding: 18px 0 !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

/* Ocultar título si se ve muy repetitivo */
.doa-sharing-moved h3.sd-title {
    margin-bottom: 12px !important;
    font-size: 15px !important;
}
/* DOA MX - Mejorar bloque de compartir dentro de nota */
.doa-sharing-moved {
    margin: 24px 0 34px !important;
    padding: 16px 0 !important;
    border-top: 1px solid #e5e5e5 !important;
    border-bottom: 1px solid #e5e5e5 !important;
}
/* =====================================================
   DOA MX - Compartir dentro de la nota
   ===================================================== */

.doa-sharing-moved{
    margin:2px 0 2px !important;
    padding:10px 0 !important;

    border-top:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;

    width:100%;
    display:block;
}

.doa-sharing-moved::before{
    content:"COMPARTE ESTA NOTA";
    display:block;

    font-size:15px;
    font-weight:700;
    letter-spacing:.05em;

    margin-bottom:10px;
}

.doa-sharing-moved .sharing-customize-link,
.doa-sharing-moved .sharing-anchor,
.doa-sharing-moved .sharing-hidden{
    display:none !important;
}

.doa-sharing-moved .sd-content ul{
    margin:0 !important;
    padding:0 !important;
}

.doa-sharing-moved .sd-content li{
    margin-right:8px !important;
}

/* Reduce el espacio antes del siguiente párrafo */

.doa-sharing-moved + p{
    margin-top:-10px !important;
}
.doa-post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin: 45px auto 35px;
    padding-top: 28px;
    border-top: 2px solid #e5e5e5;
}

.doa-nav-card {
    display: block;
    text-decoration: none;
    color: #222;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 14px;
    transition: all 0.2s ease;
}

.doa-nav-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.doa-nav-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.doa-nav-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.doa-nav-thumb {
    width: 120px;
    height: 75px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.doa-nav-placeholder {
    background: #eee;
}

.doa-nav-card h4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    font-weight: 800;
}

.doa-nav-next {
    text-align: right;
}

.doa-nav-next .doa-nav-content {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .doa-post-navigation {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 35px;
    }

    .doa-nav-next {
        text-align: left;
    }

    .doa-nav-next .doa-nav-content {
        flex-direction: row;
    }

    .doa-nav-thumb {
        width: 105px;
        height: 70px;
    }

    .doa-nav-card h4 {
        font-size: 16px;
    }
}
.header-top,
.top-header,
.header-top-area,
.widget-area.header-widget-area,
.header-widget-area,
#header-widget-area {
    display: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.site-header .header-top-wrapper,
.site-header .header-top,
#masthead .header-top,
#masthead .widget-area,
.header-widget-region,
.top-header-wrapper {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
