/* 0.9.1: noticias individuales, navegación entre entradas, otros blogs y animaciones de lectura. */

/* ---------- Noticia individual ---------- */
body:has(.cvtv-single-header) #masthead,
body:has(.cvtv-single-header) #ast-mobile-header,
body:has(.cvtv-single-header) .ast-mobile-header-wrap { display:none !important; }
body:has(.cvtv-single-header) #page::before { display:none !important; }
.cvtv-single-header { display:contents; }
.cvtv-single {
  --cvtv-pad: clamp(20px, 4vw, 68px);
  --cvtv-display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --cvtv-body: 'Manrope', Arial, sans-serif;
  --cvtv-brand: #e8403c;
  --cvtv-dark: #101012;
}
.cvtv-single #secondary { display:none !important; }
.cvtv-single .site-content > .ast-container { display:block; width:100%; max-width:none; margin:0; padding:0; }
.cvtv-single #primary { width:100%; max-width:none; margin:0; padding:0; border:0; }

/* Barra de progreso de lectura (superior fija) */
.cvtv-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #b32724 0%, #e8403c 70%, #ff6b67 100%);
  transform: scaleX(0);
  transform-origin: 0 50%;
  z-index: 99999;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(232, 64, 60, 0.65);
  transition: transform 0.08s ease-out;
}

@media (prefers-reduced-motion: no-preference) {
  @supports ((animation-timeline: scroll())) {
    @keyframes cvtv-progress-grow {
      from { transform: scaleX(0); }
      to { transform: scaleX(1); }
    }
    .cvtv-progress {
      transform-origin: 0 50%;
      animation: cvtv-progress-grow auto linear;
      animation-timeline: scroll(root);
    }
  }
}

/* Barra flotante de lectura interactiva (aparece al scroll) */
.cvtv-floating-reading-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 52px;
  background: rgba(16, 16, 18, 0.88);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  z-index: 99990;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 max(16px, calc((100% - 1280px)/2));
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
}
.cvtv-floating-reading-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.cvtv-reading-bar-inner {
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.cvtv-reading-bar-cat {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  background: #e8403c;
  color: #fff !important;
  font: 800 11px var(--cvtv-body);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
}
.cvtv-reading-bar-title {
  flex: 1;
  color: #f1f1f3;
  font: 700 14px/1.3 var(--cvtv-body);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cvtv-reading-bar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cvtv-reading-pct {
  color: #a1a1a6;
  font: 700 12px var(--cvtv-body);
  white-space: nowrap;
}
.cvtv-btn-comfort,
.cvtv-btn-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  font: 800 13px var(--cvtv-body);
  cursor: pointer;
  transition: background-color 0.2s, transform 0.2s;
}
.cvtv-btn-comfort:hover,
.cvtv-btn-top:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}
.cvtv-comfort-plus { font-size: 10px; margin-left: 1px; color: #ff6b67; }

/* Banner editorial de cabecera */
.cvtv-single .ast-single-entry-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 0 !important;
  border: 0;
  padding: clamp(48px, 7vw, 104px) var(--cvtv-pad) clamp(32px, 4vw, 56px) !important;
  background: radial-gradient(ellipse at 92% 20%, #b32b31 0%, #581c20 40%, #101012 76%) !important;
}
.cvtv-single .ast-single-entry-banner::before { display:none !important; }
.cvtv-single .ast-single-entry-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: min(58vw, 720px);
  aspect-ratio: 1;
  right: -12%;
  top: -60%;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  box-shadow: 0 0 0 64px #ffffff0a, 0 0 0 140px #ffffff08;
  pointer-events: none;
}
.cvtv-single .ast-single-entry-banner > .ast-container { display:block; max-width:980px; margin:0 auto; padding:0; }
.cvtv-single .ast-single-entry-banner .entry-title {
  margin: 0 0 20px;
  font-family: var(--cvtv-display);
  font-weight: 800;
  font-size: clamp(40px, 5.8vw, 78px);
  line-height: 1;
  letter-spacing: -.02em;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
.cvtv-single .ast-single-entry-banner .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  font-size:0 !important;
  color: #c9c9cb;
}
.cvtv-single .ast-single-entry-banner .entry-meta .ast-terms-link a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  background: #c52e2a;
  color: #fff;
  font: 800 12px var(--cvtv-body);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: background-color .2s, transform .2s, box-shadow .2s;
}
.cvtv-single .ast-single-entry-banner .entry-meta .ast-terms-link a:hover {
  background: #e8403c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 64, 60, 0.4);
}
.cvtv-single .ast-single-entry-banner .entry-meta .posted-by,
.cvtv-single .ast-single-entry-banner .entry-meta .posted-on {
  font: 600 14px var(--cvtv-body);
  color: #d8d8da;
}
.cvtv-single .ast-single-entry-banner .entry-meta a { color: #fff; }
.cvtv-single .ast-single-entry-banner .ast-breadcrumbs-wrapper {
  margin-top: 22px;
  font: 600 12px var(--cvtv-body);
  color: #a1a1a5;
}
.cvtv-single .ast-single-entry-banner .ast-breadcrumbs-wrapper a { color: #d8d8da; text-decoration: none; }
.cvtv-single .ast-single-entry-banner .ast-breadcrumbs-wrapper a:hover { color: #fff; text-decoration: underline; }
.cvtv-single .ast-single-entry-banner .ast-breadcrumbs-wrapper .trail-end { display:none; }

/* Contenido del Artículo y Lectura Cómoda */
.cvtv-single article.post {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 32px) 24px;
}
.cvtv-reading-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: clamp(12px, 2vw, 24px);
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  font: 700 13px var(--cvtv-body);
  color: #5d5d65;
}
.cvtv-reading-time {
  color: #e8403c;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cvtv-meta-sep { color: #bbb; }
.cvtv-meta-status { color: #555; text-transform: uppercase; font-size: 11px; letter-spacing: .06em; }

.cvtv-post-figure { margin: 0 0 36px; }
.cvtv-post-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
}
.cvtv-post-figure figcaption {
  margin-top: 12px;
  font: 600 13px var(--cvtv-body);
  color: #66666b;
  border-left: 3px solid #e8403c;
  padding-left: 10px;
}

.cvtv-single .entry-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font: 400 18px/1.82 var(--cvtv-body);
  color: #1a1a1c;
  transition: font-size 0.2s ease, line-height 0.2s ease;
}
.cvtv-single.is-comfort-reading .entry-content {
  font-size: 20px !important;
  line-height: 1.9 !important;
  color: #0b0b0d !important;
}
.cvtv-single .entry-content > p:first-of-type {
  font-size: clamp(20px, 2.2vw, 22px);
  line-height: 1.68;
  color: #111;
  font-weight: 500;
  margin-bottom: 1.4em;
}
.cvtv-single .entry-content p { margin: 0 0 1.3em; }
.cvtv-single .entry-content a { color: #b32724; text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.cvtv-single .entry-content a:hover { color: #e8403c; }
.cvtv-single .entry-content h2,
.cvtv-single .entry-content h3 {
  font-family: var(--cvtv-display);
  font-weight: 700;
  line-height: 1.1;
  color: #040505;
  margin: 1.7em 0 .65em;
}
.cvtv-single .entry-content h2 { font-size: clamp(30px, 3.6vw, 44px); letter-spacing: -.01em; }
.cvtv-single .entry-content h3 { font-size: clamp(24px, 2.8vw, 34px); }
.cvtv-single .entry-content img,
.cvtv-single .entry-content video,
.cvtv-single .entry-content iframe { max-width: 100%; height: auto; border-radius: 6px; }
.cvtv-single .entry-content figure { margin: 1.8em 0; }
.cvtv-single .entry-content figcaption { font: 600 13px var(--cvtv-body); color: #66666b; margin-top: 8px; }
.cvtv-single .entry-content blockquote {
  margin: 2em 0;
  padding: .8em 1.4em;
  background: #fbfbfb;
  border-left: 5px solid #e8403c;
  border-radius: 0 6px 6px 0;
  font-size: 1.14em;
  font-weight: 600;
  color: #161618;
  position: relative;
}
.cvtv-single .entry-content blockquote cite {
  display: block;
  margin-top: .8em;
  font: 700 13px var(--cvtv-body);
  font-style: normal;
  color: #66666b;
}

/* Índice de lectura: aparece después de la entradilla y sigue el avance por sección. */
.cvtv-article-index {
  margin: 2rem 0 2.6rem;
  border-top: 4px solid #e8403c;
  border-bottom: 1px solid #dcdce2;
  background: linear-gradient(120deg, #f6f6f8 0%, #fff 72%);
}
.cvtv-index-toggle {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 18px;
  border: 0;
  background: transparent;
  color: #101012;
  font: 800 16px var(--cvtv-body);
  text-align: left;
  cursor: pointer;
}
.cvtv-index-toggle span:last-child {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #e8403c;
  font-size: 22px;
  transition: transform .24s ease;
}
.cvtv-index-toggle[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.cvtv-index-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 28px;
  max-height: 560px;
  overflow: hidden;
  margin: 0;
  padding: 0 18px 18px 48px;
  transition: max-height .32s cubic-bezier(.16,1,.3,1), opacity .2s ease, padding .25s ease;
}
.cvtv-article-index.is-collapsed .cvtv-index-list { max-height: 0; opacity: 0; padding-top: 0; padding-bottom: 0; }
.cvtv-index-list li { padding: 7px 4px; color: #8a8a92; }
.cvtv-index-list li::marker { color: #e8403c; font: 800 12px var(--cvtv-body); }
.cvtv-index-list li.is-subsection { margin-left: 14px; }
.cvtv-index-list a {
  color: #313138 !important;
  font-size: 14px;
  font-weight: 700 !important;
  line-height: 1.4;
  text-decoration: none !important;
  transition: color .2s ease, transform .2s ease;
}
.cvtv-index-list a:hover,
.cvtv-index-list a.is-current { color: #b32724 !important; }
.cvtv-index-list a.is-current { text-decoration: underline !important; text-decoration-thickness: 2px !important; text-underline-offset: 4px; }
.cvtv-index-toggle:focus-visible,
.cvtv-index-list a:focus-visible,
.cvtv-cross-sections a:focus-visible,
.cvtv-cross-copy h3 a:focus-visible {
  outline: 3px solid #ff6b67;
  outline-offset: 4px;
}

/* Barra para compartir y botón Copiar enlace */
.cvtv-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 36px 0 16px;
  padding-top: 24px;
  border-top: 1px solid #e2e2e6;
  position: relative;
}
.cvtv-share span {
  margin-right: 6px;
  font: 800 13px var(--cvtv-body);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #161616;
}
.cvtv-share a,
.cvtv-copy-btn {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  background: #101012;
  color: #fff !important;
  font: 800 13px var(--cvtv-body);
  border-radius: 3px;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .2s, transform .2s, box-shadow .2s;
}
.cvtv-share a:hover,
.cvtv-copy-btn:hover {
  background: #c52e2a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}
.cvtv-share .cvtv-share-whatsapp:hover { background: #25d366; }
.cvtv-share .cvtv-share-facebook:hover { background: #1877f2; }
.cvtv-share .cvtv-share-x:hover { background: #000; }
.cvtv-copy-icon { margin-right: 6px; font-size: 14px; }

.cvtv-toast {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: #101012;
  color: #fff;
  font: 800 12px var(--cvtv-body);
  border-radius: 100px;
  border-left: 3px solid #25d366;
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s;
}
.cvtv-toast.is-active {
  opacity: 1;
  transform: scale(1);
}

/* Navegación entre noticias (anterior / siguiente) con tarjetas */
.cvtv-post-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0 48px;
}
.cvtv-post-nav-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: #f8f8fa;
  border: 1px solid #e6e6eb;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.24s ease, border-color 0.2s;
}
.cvtv-post-nav-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-color: #ceced6;
  background: #fff;
}
.cvtv-post-nav-card:hover .cvtv-nav-title { color: #e8403c; }
.cvtv-post-nav-placeholder { display: none; }
.cvtv-nav-arrow {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: #e8403c;
  flex-shrink: 0;
}
.cvtv-nav-info { flex: 1; min-width: 0; }
.cvtv-nav-label {
  display: block;
  font: 700 11px var(--cvtv-body);
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #76767c;
  margin-bottom: 4px;
}
.cvtv-nav-title {
  display: block;
  font: 700 15px/1.35 var(--cvtv-body);
  color: #121214;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s;
}
.cvtv-nav-thumb {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
  background: #eee;
}
.cvtv-nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Astra fallback post navigation */
.cvtv-single .post-navigation { max-width:860px; margin:0 auto 48px; padding:0 clamp(20px,4vw,32px); }
.cvtv-single .post-navigation .nav-links { display:flex; flex-wrap:wrap; gap:12px; justify-content:space-between; }
.cvtv-single .post-navigation .nav-links a { display:inline-flex; align-items:center; min-height:44px; padding:10px 18px; background:#f5f5f5; color:#161616; font:800 13px var(--cvtv-body); border-radius:2px; text-decoration:none; transition:background-color .2s,color .2s; }
.cvtv-single .post-navigation .nav-links a:hover { background:#101012; color:#fff; }

/* Más noticias + Orden de entradas a otros blogs + Yo Informo */
.cvtv-single-extra { font-family: var(--cvtv-body); color: #161616; background: #fff; }
.cvtv-single-extra .cvtv-block { max-width: 1320px; margin: 0 auto; padding: clamp(32px, 5vw, 68px) clamp(20px, 3vw, 40px); }
.cvtv-single-extra h2 {
  margin: 0 0 28px;
  font-family: var(--cvtv-display);
  font-weight: 700;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  letter-spacing: -.01em;
  color: inherit;
}
.cvtv-single-extra h2::after { content:''; display:block; width:56px; height:4px; margin-top:16px; background:#e8403c; }

.cvtv-block-header-flex { margin-bottom: 28px; }
.cvtv-block-header-flex h2 { margin-bottom: 8px; }
.cvtv-cross-subtitle { margin: 0; color: #66666d; font-size: 15px; }

.cvtv-cards { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:36px 28px; }
.cvtv-cards li { min-width:0; padding-bottom:20px; border-bottom:1px solid #ddd; }
.cvtv-cards .cvtv-thumb { position:relative; display:block; overflow:hidden; margin-bottom:16px; border-radius:6px; background:#f5f5f5; }
.cvtv-cards .cvtv-thumb img { display:block; width:100%; height:auto; aspect-ratio:16/9; object-fit:cover; transition:transform .45s ease; }
.cvtv-cards .cvtv-date { margin:0; font-size:13px; color:#555; }
.cvtv-cards h3 { margin:8px 0; font:800 clamp(19px,1.8vw,24px)/1.3 var(--cvtv-body); letter-spacing:-.02em; }
.cvtv-cards h3 a { color:#161616; text-decoration:underline; text-decoration-color:transparent; text-underline-offset:5px; transition:color .2s,text-decoration-color .2s; }

/* Tarjetas de otros blogs */
.cvtv-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #e8403c;
  color: #fff;
  font: 800 11px var(--cvtv-body);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.cvtv-card-meta { font: 600 13px var(--cvtv-body); color: #666; margin-bottom: 6px; }
.cvtv-card-cat { color: #e8403c; text-decoration: none; font-weight: 700; }
.cvtv-read-time { color: #777; }

/* Ruta editorial ordenada hacia los otros blogs del canal. */
.cvtv-single-extra .cvtv-cross-blogs-block {
  max-width: none;
  padding-left: max(clamp(20px, 3vw, 40px), calc((100% - 1320px) / 2));
  padding-right: max(clamp(20px, 3vw, 40px), calc((100% - 1320px) / 2));
  background: #101012;
  color: #fff;
  overflow: hidden;
}
.cvtv-cross-blogs-block .cvtv-block-header-flex {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  column-gap: clamp(32px, 7vw, 110px);
  align-items: end;
}
.cvtv-cross-blogs-block .cvtv-cross-kicker {
  grid-column: 1 / -1;
  margin: 0 0 10px;
  color: #ff6b67;
  font: 800 14px var(--cvtv-body);
}
.cvtv-cross-blogs-block h2 { margin: 0; color: #fff; max-width: 13ch; }
.cvtv-cross-blogs-block h2::after { display: none; }
.cvtv-cross-blogs-block .cvtv-cross-subtitle { color: #b8b8bd; line-height: 1.7; max-width: 42ch; }
.cvtv-cross-sections {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 22px;
  scrollbar-width: thin;
}
.cvtv-cross-sections a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #414147;
  border-radius: 999px;
  color: #ececef;
  font: 700 12px var(--cvtv-body);
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}
.cvtv-cross-sections a:hover { color: #fff; border-color: #e8403c; background: #e8403c22; }
.cvtv-cross-feed {
  list-style: none;
  counter-reset: cvtv-route;
  margin: 0;
  padding: 0;
  border-top: 1px solid #3a3a40;
}
.cvtv-cross-feed > li {
  counter-increment: cvtv-route;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(180px, 270px);
  gap: clamp(18px, 3vw, 42px);
  align-items: center;
  min-height: 176px;
  padding: 22px 0;
  border-bottom: 1px solid #3a3a40;
  transition: background-color .25s ease, padding-left .32s cubic-bezier(.16,1,.3,1);
}
.cvtv-cross-order {
  align-self: start;
  color: #e8403c;
  font: 800 clamp(30px, 4vw, 50px)/1 var(--cvtv-display);
  letter-spacing: -.03em;
}
.cvtv-cross-copy { min-width: 0; }
.cvtv-cross-copy .cvtv-card-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 0 0 9px; color: #98989f; }
.cvtv-cross-copy .cvtv-card-cat { color: #ff6b67; }
.cvtv-cross-copy h3 { margin: 0; font: 800 clamp(21px, 2.4vw, 31px)/1.15 var(--cvtv-body); letter-spacing: -.03em; }
.cvtv-cross-copy h3 a { color: #fff; text-decoration: none; transition: color .2s ease; }
.cvtv-cross-copy > p { max-width: 62ch; margin: 10px 0 0; color: #b8b8bd; font-size: 14px; line-height: 1.65; }
.cvtv-cross-thumb { display: block; overflow: hidden; border-radius: 4px; background: #242429; }
.cvtv-cross-thumb img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .55s cubic-bezier(.16,1,.3,1), filter .35s ease; }
@media(hover:hover) {
  .cvtv-cross-feed > li:hover { padding-left: 14px; background: #ffffff08; }
  .cvtv-cross-feed > li:hover .cvtv-cross-copy h3 a { color: #ff6b67; }
  .cvtv-cross-feed > li:hover .cvtv-cross-thumb img { transform: scale(1.055); filter: contrast(1.05); }
}

.cvtv-single-extra .cvtv-report { padding:clamp(32px,5vw,64px) var(--pad); background:#040505; color:#fff; border-top:5px solid #e8403c; }
.cvtv-single-extra .cvtv-report h2 { color:#fff; }
.cvtv-single-extra .cvtv-report p { max-width:70ch; color:#d8d8da; line-height:1.75; }
.cvtv-single-extra .wp-block-button__link { display:inline-flex; align-items:center; min-height:44px; padding:14px 24px; background:#c52e2a; color:#fff; font:800 15px var(--cvtv-body); border-radius:3px; text-decoration:none; transition:transform .2s,background-color .2s,box-shadow .2s; }

@media(hover:hover) {
  .cvtv-cards li:hover .cvtv-thumb img { transform:scale(1.04); }
  .cvtv-cards h3 a:hover { color:#b32724; text-decoration-color:currentColor; }
  .cvtv-single-extra .wp-block-button__link:hover { background:#a8221f; color:#fff; transform:translateY(-3px); box-shadow:0 6px 0 #040505; }
}
@media(max-width:900px) {
  .cvtv-cards { grid-template-columns:1fr 1fr; }
  .cvtv-post-nav { grid-template-columns: 1fr; }
  .cvtv-cross-blogs-block .cvtv-block-header-flex { grid-template-columns: 1fr; }
  .cvtv-cross-blogs-block h2 { max-width: none; }
  .cvtv-cross-blogs-block .cvtv-cross-subtitle { margin-top: 14px; }
  .cvtv-cross-feed > li { grid-template-columns: 56px minmax(0, 1fr) 190px; }
}
@media(max-width:600px) {
  .cvtv-cards { grid-template-columns:1fr; }
  .cvtv-single .entry-content { font-size:17px; }
  .cvtv-floating-reading-bar { height: 46px; }
  .cvtv-reading-bar-title { display: none; }
  .cvtv-index-list { grid-template-columns: 1fr; padding-left: 42px; }
  .cvtv-cross-feed > li { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 22px 0; }
  .cvtv-cross-order { font-size: 30px; }
  .cvtv-cross-thumb { grid-column: 2; grid-row: 2; max-width: 280px; }
  .cvtv-cross-copy > p { display: none; }
}

/* ---------- Página de sección (categoría) ---------- */
.cvtv-category { background:#fff; }
.cvtv-category .cvtv-cat-hero {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  max-width:none;
  margin:0;
  padding:clamp(56px,8vw,112px) max(var(--pad),calc((100% - 1280px)/2)) clamp(36px,5vw,72px);
  background:radial-gradient(ellipse at 92% 25%,#b32b31 0%,#581c20 40%,#161618 74%);
  color:#fff;
}
.cvtv-category .cvtv-cat-hero::after {
  content:'';
  position:absolute;
  z-index:-1;
  width:min(62vw,790px);
  aspect-ratio:1;
  right:-14%;
  top:-70%;
  border:1px solid #ffffff30;
  border-radius:50%;
  box-shadow:0 0 0 72px #ffffff0a,0 0 0 160px #ffffff08;
  pointer-events:none;
}
.cvtv-category .cvtv-cat-hero > * { max-width:none; margin-left:0; margin-right:0; }
.cvtv-category .cvtv-cat-label { margin:0; color:#fff; font-weight:800; font-size:13px; letter-spacing:.04em; text-transform:uppercase; }
.cvtv-category .cvtv-cat-label span { color:#e8403c; padding-right:8px; }
.cvtv-category .cvtv-cat-hero h1 {
  margin:22px 0 24px;
  max-width:14ch;
  font-family:var(--cvtv-display);
  font-weight:800;
  font-size:clamp(56px,9vw,132px);
  line-height:.88;
  letter-spacing:-.02em;
  text-transform:uppercase;
  color:#fff;
}
.cvtv-category .cvtv-cat-hero .cvtv-cat-intro { max-width:52rem; color:#e4e4e7; font-size:clamp(16px,1.8vw,20px); }
.cvtv-chips {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:22px max(var(--pad),calc((100% - 1280px)/2));
  background:#040505;
  border-bottom:1px solid #2b2b2f;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cvtv-chip {
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid #555;
  border-radius:100px;
  color:#fff;
  font:800 13px var(--cvtv-body);
  text-decoration:none;
  white-space: nowrap;
  transition:background-color .2s,border-color .2s,transform .2s;
}
.cvtv-chip:hover { background:#ffffff16; border-color:#fff; color:#fff; transform:translateY(-2px); }
.cvtv-chip.is-current { background:#c52e2a; border-color:#c52e2a; color:#fff; }
.cvtv-category .cvtv-cat-body { max-width:1320px; margin:0 auto; padding:clamp(32px,5vw,72px) clamp(20px,3vw,40px); }
.cvtv-category .wp-block-query-pagination { margin-top:40px; }

@media(prefers-reduced-motion:reduce) {
  .cvtv-share a,
  .cvtv-chip,
  .cvtv-cards .cvtv-thumb img,
  .cvtv-progress,
  .cvtv-floating-reading-bar,
  .cvtv-index-toggle span:last-child,
  .cvtv-index-list,
  .cvtv-cross-feed > li,
  .cvtv-cross-thumb img,
  .cvtv-post-nav-card {
    transition:none !important;
    animation:none !important;
  }
  .cvtv-share a:hover,
  .cvtv-chip:hover,
  .cvtv-cross-feed > li:hover,
  .cvtv-cross-thumb img,
  .cvtv-post-nav-card:hover { transform:none !important; }
}
