=========================================================
   RECUNCAR.COM — CSS CORREGIDO FINAL
   - Azules conservados
   - Texto alineado a la izquierda, sin justificado
   - Widgets, suscripción y estadísticas reducidos
   - Sin pruebas en rojo ni reglas duplicadas
   ========================================================= */

:root {
  --azul-principal: #2f5bea;
  --azul-hover: #1f3fcc;
  --azul-meta: #1e5eff;
  --azul-claro: #e6f4ff;
  --azul-claro-2: #d8effc;
  --azul-menu: #cfe8ff;
  --azul-menu-hover: #e8f4ff;
  --texto-normal: #222222;
}

/* =========================================================
   1) TIPOGRAFÍA GENERAL
   ========================================================= */

body,
button,
input,
select,
textarea {
  font-family: "Merriweather", Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.post-title,
.widget-title {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  color: var(--texto-normal);
}

/* =========================================================
   2) AZULES: TÍTULOS, ENLACES E ICONOS
   ========================================================= */

.entry-title,
.entry-title a,
.post-title,
.post-title a,
.widget-title,
h1, h2, h3, h4, h5, h6,
.archive .entry-title a,
.category .entry-title a,
.blog .entry-title a {
  color: var(--azul-principal) !important;
  font-weight: 700 !important;
}

a {
  color: var(--azul-principal);
}

a:hover,
.entry-title a:hover {
  color: var(--azul-hover) !important;
}

.widget a,
.widget li,
.widget span,
.widget small,
.widget .count,
.widget .fa,
.widget i,
.widget svg,
.wp-block-social-links a {
  color: var(--azul-principal) !important;
  fill: var(--azul-principal) !important;
}

/* =========================================================
   3) CONTENIDO DE ENTRADAS — IZQUIERDA, NO JUSTIFICADO
   ========================================================= */

.entry-content,
.post-content,
.wp-block-post-content {
  color: var(--texto-normal) !important;
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 30px !important;
  box-sizing: border-box !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
}

.entry-content p,
.entry-content li,
.post-content p,
.post-content li,
.wp-block-post-content p,
.wp-block-post-content li,
.single-post .entry-content p,
.single-post .entry-content li,
.single p,
article p {
  color: var(--texto-normal) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 14px !important;
  padding-left: 0 !important;
  text-align: left !important;
  text-align-last: auto !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
}

.entry-content a,
.post-content a,
.wp-block-post-content a {
  color: var(--azul-principal) !important;
}

/* Títulos de las entradas */
.entry-title,
.single .entry-title,
.single-post .entry-title,
article .entry-title,
article header h1,
article h1 {
  font-size: 28px !important;
  line-height: 1.18 !important;
}

article.post {
  margin-bottom: 20px !important;
}

.site-content .container,
.content-area {
  max-width: 1200px !important;
}

.capitulos {
  counter-reset: capitulo;
}

.capitulos h2::before {
  counter-increment: capitulo;
  content: "Capítulo " counter(capitulo, upper-roman) " - ";
}

/* =========================================================
   4) METADATOS: FECHA, HORA, AUTOR, CATEGORÍA
   ========================================================= */

.entry-meta,
.entry-meta *,
.entry-meta a,
.post-meta,
.post-meta *,
.post-meta a,
.blogstream-entry-meta,
.blogstream-entry-meta *,
.blogstream-entry-meta a,
.post-info,
.post-info *,
.post-details,
.post-details *,
.single-post .entry-footer,
.single-post .entry-footer *,
.single-post a[rel="category tag"],
.single-post a[rel="tag"],
.single-post .author a,
.single-post .posted-on a,
.single-post .byline a,
.single-post .cat-links a,
.single-post .tags-links a,
time,
time a {
  color: var(--azul-meta) !important;
  fill: var(--azul-meta) !important;
  stroke: var(--azul-meta) !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

/* Burbuja de comentarios: icono azul y número visible */
.comments-link,
.comments-link a,
.comment-count,
.comment-count a,
.comments-count,
.comments-count a,
[class*="comment"] a {
  color: var(--azul-meta) !important;
  fill: var(--azul-meta) !important;
  font-weight: 700 !important;
}

.comments-link svg,
.comments-link i,
.comments-link .fa,
.comments-link .fa-comments,
.comment-count svg,
.comment-count i,
[class*="comment"] svg,
[class*="comment"] i {
  color: var(--azul-meta) !important;
  fill: var(--azul-meta) !important;
}

.comments-link span,
.comment-count span,
.comments-count span,
.comments-link .count,
.comment-count .count,
.comments-count .count {
  color: #ffffff !important;
  background: var(--azul-meta) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 24px !important;
  min-height: 24px !important;
  padding: 3px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
}

/* =========================================================
   5) BOTONES GENERALES
   ========================================================= */

button,
.wp-block-button__link {
  background-color: var(--azul-principal);
  border-color: var(--azul-principal);
  color: #ffffff !important;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

button:hover,
.wp-block-button__link:hover {
  background-color: var(--azul-hover);
  border-color: var(--azul-hover);
  color: #ffffff !important;
}

button span,
.wp-block-button__link span {
  color: #ffffff !important;
}

/* =========================================================
   6) SUSCRIPCIÓN JETPACK
   ========================================================= */

.wp-block-jetpack-subscriptions,
.jetpack_subscription_widget,
.jetpack-subscriptions-widget {
  font-size: 14px !important;
  line-height: 1.6 !important;
  text-transform: none !important;
}

.wp-block-jetpack-subscriptions p,
.jetpack_subscription_widget p,
.jetpack-subscriptions-widget p,
.wp-block-jetpack-subscriptions__subscribers-text,
.jetpack-subscriptions-widget-count,
.subscribe-count,
.widget_blog_subscription p,
form[action*="subscribe"] + p,
form[action*="subscribe"] ~ p {
  color: var(--azul-principal) !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
  margin-bottom: 14px !important;
}

.wp-block-jetpack-subscriptions form,
.jetpack_subscription_widget form,
.jetpack-subscriptions-widget form {
  margin-top: 14px !important;
}

.wp-block-jetpack-subscriptions input[type="email"],
.jetpack_subscription_widget input[type="email"],
.jetpack-subscriptions-widget input[type="email"] {
  border: 2px solid var(--azul-principal) !important;
  font-size: 12px !important;
  height: 40px !important;
  line-height: 1.3 !important;
}

.wp-block-jetpack-subscriptions input[type="submit"],
.jetpack_subscription_widget input[type="submit"],
.jetpack-subscriptions-widget input[type="submit"] {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 100% !important;
  height: 46px !important;
  padding: 0 18px !important;
  background: var(--azul-principal) !important;
  border: none !important;
  border-radius: 36px !important;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.wp-block-jetpack-subscriptions input[type="submit"]::after,
.jetpack_subscription_widget input[type="submit"]::after,
.jetpack-subscriptions-widget input[type="submit"]::after {
  content: "CLICA EN ESTE BOTÓN";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  text-align: center !important;
  pointer-events: none;
}

.wp-block-jetpack-subscriptions input[type="submit"]:hover,
.jetpack_subscription_widget input[type="submit"]:hover,
.jetpack-subscriptions-widget input[type="submit"]:hover {
  background: #2449c9 !important;
}

/* =========================================================
   7) WIDGETS, LIBROS Y ESTADÍSTICAS
   ========================================================= */

.widget-title,
.widget h2,
.widget h3 {
  color: var(--azul-principal) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

.widget li a,
.widget_categories li.cat-item,
.widget_categories li.cat-item a {
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 700 !important;
}

.wp-block-jetpack-site-stats,
.wp-block-jetpack-site-stats *,
.widget_wpcom_stats,
.widget_wpcom_stats *,
.wpcom_widget_stats,
.wpcom_widget_stats *,
#stats_widget,
#stats_widget *,
.site-stats,
.site-stats *,
.widget .visits,
.widget .views,
.widget .statcounter {
  color: var(--azul-principal) !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}

/* =========================================================
   8) BUSCADOR
   ========================================================= */

.search-form input[type="submit"],
.search-submit,
input.search-submit,
button.search-submit,
.widget_search input[type="submit"],
.widget_search .search-submit,
form[role="search"] input[type="submit"],
form[role="search"] .search-submit,
.site-header .search-form input[type="submit"],
header .search-form input[type="submit"] {
  all: unset !important;
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: 140px !important;
  height: auto !important;
  padding: 8px 14px !important;
  background: var(--azul-principal) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  position: static !important;
  transform: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  white-space: nowrap !important;
}

.search-form input[type="submit"]::after,
.search-submit::after,
input.search-submit::after,
button.search-submit::after,
.widget_search input[type="submit"]::after,
.widget_search .search-submit::after,
form[role="search"] input[type="submit"]::after,
form[role="search"] .search-submit::after,
.site-header .search-form input[type="submit"]::after,
header .search-form input[type="submit"]::after {
  content: none !important;
}

.header-search,
.header-search-toggle,
.search-toggle,
.search-icon,
.menu-search,
.menu-item-search {
  background: var(--azul-claro) !important;
  border: 1px solid #9fd3f2 !important;
}

.header-search:hover,
.header-search-toggle:hover,
.search-toggle:hover,
.search-icon:hover,
.menu-search:hover,
.menu-item-search:hover {
  background: var(--azul-claro-2) !important;
}

.header-search span,
.header-search-toggle span,
.search-toggle span,
.search-icon span,
.menu-search span,
.menu-item-search span,
.header-search::before,
.search-toggle::before,
.header-search i,
.search-toggle i,
.search-icon i,
.menu-search i,
.menu-item-search i,
.header-search svg,
.search-submit i,
.search-icon i,
.search-submit svg {
  background: var(--azul-claro) !important;
  color: #0b4fae !important;
  fill: #0b4fae !important;
}

/* =========================================================
   9) CABECERA / TEJADILLO
   ========================================================= */

.site-header,
header.site-header,
.custom-header,
.header-image,
.hero,
.site-hero,
.site-branding,
.header-content,
.header,
#masthead,
#header-sticky,
#header,
#header-bottom {
  display: none !important;
}

body,
.site,
#page,
#wrapper,
#wrapper-inner,
.sticky-element-placeholder {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.site-content,
.content-area,
.main-content,
#content,
.page-content {
  margin-top: 20px !important;
  padding-top: 10px !important;
}

/* =========================================================
   10) CATEGORÍAS Y ARCHIVOS
   ========================================================= */

body.archive.category .entry-content,
body.archive.category .post .entry-summary,
body.archive.category .post .post-thumbnail,
body.archive.category .post img,
body.archive.category .post .more-link,
body.archive.category .post .entry-footer,
body.archive.category .post .post-edit-link,
.category .entry-content {
  display: none !important;
}

body.archive.category article,
body.archive.category .post {
  margin-bottom: 22px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #d9e3ff !important;
}

body.archive.category .entry-title,
body.archive.category .entry-title a,
.category .entry-title,
.category .entry-title a {
  display: block !important;
  color: var(--azul-principal) !important;
  font-size: 1.15em !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.widget_categories li.cat-item,
.widget_categories li.cat-item > a {
  background-image: none !important;
}

.widget_categories li.cat-item::before,
.widget_categories li.cat-item::after,
.widget_categories li.cat-item > a::after {
  content: none !important;
  display: none !important;
  background-image: none !important;
}

.widget_categories li.cat-item > a {
  position: relative !important;
  padding-left: 1.4em !important;
}

.widget_categories li.cat-item > a::before {
  content: "📘" !important;
  display: inline-block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.02em !important;
}

/* =========================================================
   11) BARRA DE ADMINISTRACIÓN DE WORDPRESS
   ========================================================= */

#wpadminbar {
  background: #dbefff !important;
  border-bottom: 1px solid #9fd3f2 !important;
}

#wpadminbar * {
  color: #1b467f !important;
  background-image: none !important;
}

#wpadminbar .ab-sub-wrapper,
#wpadminbar .quicklinks .menupop .ab-sub-wrapper,
#wpadminbar .menupop .ab-sub-wrapper {
  background: #e8f4ff !important;
}

#wpadminbar .ab-sub-wrapper a,
#wpadminbar .ab-sub-wrapper .ab-item,
#wpadminbar .ab-sub-wrapper .ab-label,
#wpadminbar .ab-submenu a {
  color: #1b467f !important;
}

#wpadminbar .ab-sub-wrapper a:hover,
#wpadminbar .ab-sub-wrapper .ab-item:hover,
#wpadminbar .ab-sub-wrapper .ab-label:hover {
  background: #c6e0ff !important;
  color: var(--azul-hover) !important;
}

#wpadminbar .ab-sub-wrapper,
#wpadminbar .ab-sub-wrapper li {
  border-color: #b7d2ff !important;
}

/* =========================================================
   12) MENÚS DESPLEGABLES / LATERALES
   ========================================================= */

.site-header .sub-menu,
.main-navigation ul ul,
.slideout-menu,
.offcanvas-menu,
.mobile-menu,
.header-menu-panel,
.sidebar-menu,
#site-navigation .menu,
nav ul ul {
  background: var(--azul-menu) !important;
  border: 1px solid #9fc7ea !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
}

.site-header .sub-menu a,
.main-navigation ul ul a,
.slideout-menu a,
.offcanvas-menu a,
.mobile-menu a,
.header-menu-panel a,
.sidebar-menu a,
#site-navigation .menu a,
nav ul ul a {
  color: #174a7c !important;
}

.site-header .sub-menu a:hover,
.main-navigation ul ul a:hover,
.slideout-menu a:hover,
.offcanvas-menu a:hover,
.mobile-menu a:hover,
.header-menu-panel a:hover,
.sidebar-menu a:hover,
#site-navigation .menu a:hover,
nav ul ul a:hover {
  background: var(--azul-menu-hover) !important;
  color: #0f3557 !important;
}

/* =========================================================
   13) AJUSTES PARA MÓVIL
   ========================================================= */

@media (max-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 17px;
    line-height: 1.65;
  }

  .entry-title,
  .single .entry-title,
  .single-post .entry-title,
  article .entry-title,
  article header h1,
  article h1 {
    font-size: 26px !important;
    line-height: 1.18 !important;
  }

  .entry-content,
  .post-content,
  .wp-block-post-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .entry-content p,
  .entry-content li,
  .post-content p,
  .post-content li,
  .wp-block-post-content p,
  .wp-block-post-content li,
  .single-post .entry-content p,
  .single-post .entry-content li,
  .single p,
  article p {
    font-size: 17px !important;
    line-height: 1.65 !important;
    text-align: left !important;
  }

  .entry-meta,
  .entry-meta *,
  .post-meta,
  .post-meta *,
  .blogstream-entry-meta,
  .blogstream-entry-meta * {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }

  .widget-title,
  .widget h2,
  .widget h3 {
    font-size: 17px !important;
  }

  .widget li a,
  .widget_categories li.cat-item,
  .widget_categories li.cat-item a {
    font-size: 15px !important;
  }

  .wp-block-jetpack-subscriptions p,
  .jetpack_subscription_widget p,
  .jetpack-subscriptions-widget p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .wp-block-jetpack-subscriptions input[type="submit"],
  .jetpack_subscription_widget input[type="submit"],
  .jetpack-subscriptions-widget input[type="submit"] {
    width: 230px !important;
    min-width: 230px !important;
    height: 44px !important;
  }

  .wp-block-jetpack-subscriptions input[type="submit"]::after,
  .jetpack_subscription_widget input[type="submit"]::after,
  .jetpack-subscriptions-widget input[type="submit"]::after {
    font-size: 13px !important;
  }
}
.wp-block-jetpack-subscriptions__subscribers-text,
.jetpack-subscriptions-widget-count,
.subscribe-count {
    color: #4a4a4a !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.widget_wpcom_stats,
.widget_wpcom_stats *,
.wpcom_widget_stats,
.wpcom_widget_stats *,
.site-stats,
.site-stats * {
    color: #2f5bea !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
[class*="comment"] {
    color: red !important;
}
/* Hacer visibles suscriptores y visitas */
.wp-block-jetpack-subscriptions__subscribers-text,
.jetpack-subscriptions-widget-count,
.subscribe-count,
.widget_wpcom_stats,
.widget_wpcom_stats *,
.wpcom_widget_stats,
.wpcom_widget_stats *,
.site-stats,
.site-stats * {
  color: #2f5bea !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
/* Burbuja de comentarios */
.comments-link,
.comments-link a,
.comments-link span {
  color: #ffffff !important;
}

.comments-link svg,
.comments-link i {
  color: #2f5bea !important;
  fill: #2f5bea !important;
}
/* Burbuja de comentarios: icono azul y número blanco */
.comments-link a,
.comments-link span,
.comments-link .comment-count,
.comments-link .comments-count,
.comments-link .count,
.comments-link .screen-reader-text {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.comments-link svg,
.comments-link i,
.comments-link .fa,
.comments-link::before,
.comments-link a::before {
  color: #2f5bea !important;
  fill: #2f5bea !important;
}
/* Mostrar número dentro de la burbuja de comentarios */
.comments-link a {
  position: relative !important;
  display: inline-block !important;
}
.comments-link a::after {
  content: "4" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -55%) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  z-index: 10 !important;
}
body,
p,
.entry-content,
.entry-content p,
.widget,
.widget p {
  color: #4169e1 !important;
}
p,
li,
.widget p,
.widget li {
    font-size: 16px;
    line-height: 1.6;
}
}
/* ARREGLO BOTÓN DE SUSCRIPCIÓN */

.wp-block-jetpack-subscriptions button,
.wp-block-jetpack-subscriptions input[type="submit"],
.jetpack_subscription_widget button,
.jetpack_subscription_widget input[type="submit"],
.jetpack-subscriptions-widget button,
.jetpack-subscriptions-widget input[type="submit"] {
    background-color: #4169e1 !important;
    background: #4169e1 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 40px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    padding: 18px 30px !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
}
.wp-block-jetpack-subscriptions .wp-block-button__link,
.wp-block-jetpack-subscriptions button,
.wp-block-jetpack-subscriptions input[type="submit"] {
    background-color: #4169e1 !important;
    color: #ffffff !important;
}
/* BOTÓN DE SUSCRIPCIÓN */

.wp-block-jetpack-subscriptions .wp-block-button__link,
.wp-block-button__link,
.wp-element-button {
    background: #4169e1 !important;
    background-color: #4169e1 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 40px !important;
    padding: 20px 30px !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    display: inline-block !important;
}

.wp-block-jetpack-subscriptions .wp-block-button__link:hover,
.wp-block-button__link:hover,
.wp-element-button:hover {
    background: #2f5bea !important;
    color: #ffffff !important;
}
/* CAMPO DE CORREO */

.wp-block-jetpack-subscriptions input[type="email"],
.jetpack_subscription_widget input[type="email"],
.jetpack-subscriptions-widget input[type="email"],
input[type="email"] {
    border: 3px solid #4169e1 !important;
    background: #ffffff !important;
    color: #555555 !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
}
