/* ════════════════════════════════════════════════════════════════════
   PC V2 — Hero 3 columnas estilo ABC/El Mundo
   Fuente: Manrope. Color secundario: #33519F.
   ════════════════════════════════════════════════════════════════════ */

:root {
    --pcv2-max: 1280px;
    --pcv2-gut: 28px;
    --pcv2-ink: #0A0A0A;
    --pcv2-ink2: #2A2A2A;
    --pcv2-ink3: #4A4A4A;
    --pcv2-ink4: #6E6E6E;
    --pcv2-ink5: #9D9D9D;
    --pcv2-line: #E5E3DD;
    --pcv2-line-soft: #EFEDE7;
    --pcv2-blue: #33519F;
    --pcv2-red: #C8102E;
}

/* ─── Base ─── */
.et-pcv2-page,
.et-pcv2-page * {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

.et-pcv2-page {
    background: #fff;
    color: var(--pcv2-ink);
}

.et-pcv2-page__inner {
    max-width: var(--pcv2-max);
    margin: 0 auto;
    padding: 32px var(--pcv2-gut) 64px;
}

.et-pcv2-page a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s;
}

.et-pcv2-page img { max-width: 100%; height: auto; display: block; }

/* ════════════════════════════════════════════════════════════════════
   HERO grid 3 columnas
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 36px;
    align-items: start;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--pcv2-line);
}

@media (max-width: 1023px) {
    .et-pcv2-hero__grid { grid-template-columns: 1fr; gap: 28px; }
}

.et-pcv2-hero__col { min-width: 0; }

/* Alineación por data-align en CADA artículo individual */
.et-pcv2-hero [data-align="left"]   { text-align: left; }
.et-pcv2-hero [data-align="center"] { text-align: center; }
.et-pcv2-hero [data-align="right"]  { text-align: right; }
.et-pcv2-hero__col--center { text-align: center; }
.et-pcv2-hero__col--center[data-align="left"]  { text-align: left; }
.et-pcv2-hero__col--center[data-align="right"] { text-align: right; }
.et-pcv2-hero__col--right > * { text-align: left; }

/* ════════════════════════════════════════════════════════════════════
   KICKER inline (categoría azul al inicio del titular, acabado en punto)
   "Canarias. Las siete islas registran..."
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-hero__kicker {
    color: var(--pcv2-blue);
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    letter-spacing: inherit;
}
/* Mantener azul incluso dentro de <a> hovered */
.et-pcv2-hero a:hover .et-pcv2-hero__kicker { color: var(--pcv2-blue); }

/* ════════════════════════════════════════════════════════════════════
   COLUMNA A — A1
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-hero__lead-left {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--pcv2-line);
}

.et-pcv2-hero__lead-left-title {
    margin: 0 0 14px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -1px;
    color: var(--pcv2-ink);
}
.et-pcv2-hero__lead-left-title a:hover { color: var(--pcv2-blue); }

.et-pcv2-hero__lead-left-dek {
    margin: 0 0 14px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
    font-weight: 400;
}

/* Bullets — sin punto, kicker arriba + título debajo */
.et-pcv2-hero__bullets {
    list-style: none;
    margin: 0 0 24px;
    padding: 0 0 20px;
    border-bottom: 1px solid var(--pcv2-line);
}
.et-pcv2-hero__bullets:last-child { border-bottom: 0; padding-bottom: 0; }

.et-pcv2-hero__bullets li {
    padding: 14px 0;
    border-bottom: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-hero__bullets li:first-child { padding-top: 0; }
.et-pcv2-hero__bullets li:last-child { border-bottom: 0; padding-bottom: 0; }

.et-pcv2-hero__bullet-link { display: block; }

.et-pcv2-hero__bullet-title {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--pcv2-ink);
    letter-spacing: -0.3px;
}
.et-pcv2-hero__bullets a:hover .et-pcv2-hero__bullet-title { color: var(--pcv2-blue); }
.et-pcv2-hero__bullets .et-pcv2-hero__byline { margin-top: 6px; }

/* ════════════════════════════════════════════════════════════════════
   COLUMNA A — A2 (sub-bloque con título)
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-hero__a2 {
    margin-top: 0;
}

.et-pcv2-hero__a2-section-title {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: var(--pcv2-blue);
    margin: 0 0 12px;
    line-height: 1.3;
}

.et-pcv2-hero__a2-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.et-pcv2-hero__a2-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
}

.et-pcv2-hero__a2-body {
    display: flex;
    flex-direction: column;
}

.et-pcv2-hero__a2-title {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: var(--pcv2-ink);
}
.et-pcv2-hero__a2-title a:hover { color: var(--pcv2-blue); }

/* ════════════════════════════════════════════════════════════════════
   COLUMNA B — central destacado
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-hero__center { display: flex; flex-direction: column; }

.et-pcv2-hero__center-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 20px;
    transition: filter 0.2s;
}
.et-pcv2-hero__center-photo:hover { filter: brightness(1.04); }

.et-pcv2-hero__center-body { padding: 0 4px; }

.et-pcv2-hero__center-title {
    margin: 0 0 14px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.7px;
    color: var(--pcv2-ink);
}
.et-pcv2-hero__center-title a:hover { color: var(--pcv2-blue); }

.et-pcv2-hero__center-dek {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
    font-weight: 400;
}

.et-pcv2-hero__center-extras {
    list-style: none;
    margin: 24px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-hero__center-extras li {
    padding: 8px 0;
    border-bottom: 1px solid var(--pcv2-line-soft);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--pcv2-ink);
    line-height: 1.3;
    letter-spacing: -0.2px;
}
.et-pcv2-hero__center-extras li:last-child { border-bottom: 0; }
.et-pcv2-hero__center-extras a:hover { color: var(--pcv2-blue); }

/* Anuncio */
.et-pcv2-hero__ad {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-hero__ad-label {
    display: block;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: var(--pcv2-ink5);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
}
.et-pcv2-hero__ad-slot { text-align: center; }
.et-pcv2-hero__ad-slot img { margin: 0 auto; max-width: 100%; height: auto; }

/* ════════════════════════════════════════════════════════════════════
   COLUMNA C — derecha (texto alineado a la izquierda)
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-hero__right-lead {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--pcv2-line);
}

.et-pcv2-hero__right-lead-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 14px;
    transition: filter 0.2s;
}
.et-pcv2-hero__right-lead-photo:hover { filter: brightness(1.04); }

.et-pcv2-hero__right-lead-title {
    margin: 0 0 10px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.5px;
    color: var(--pcv2-ink);
}
.et-pcv2-hero__right-lead-title a:hover { color: var(--pcv2-blue); }

.et-pcv2-hero__right-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.et-pcv2-hero__right-mini { display: flex; flex-direction: column; }

.et-pcv2-hero__right-mini-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 10px;
}

.et-pcv2-hero__right-mini-title {
    margin: 0 0 6px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
.et-pcv2-hero__right-mini-title a:hover { color: var(--pcv2-blue); }

/* ════════════════════════════════════════════════════════════════════
   BYLINE — separador gris fina horizontal entre piezas
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-hero__byline {
    margin: 6px 0 0;
    font-size: 12px;
    color: var(--pcv2-ink4);
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

/* Alineación de la byline cuando el container tiene data-align */
[data-align="center"] .et-pcv2-hero__byline,
.et-pcv2-hero__col--center .et-pcv2-hero__byline { justify-content: center; }
[data-align="right"] .et-pcv2-hero__byline { justify-content: flex-end; }

.et-pcv2-hero__byline-author {
    font-weight: 700;
    color: var(--pcv2-ink2);
    letter-spacing: -0.1px;
}

/* Separador: BARRA VERTICAL fina gris */
.et-pcv2-hero__byline-sep {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #BFBDB6;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Pipe entre piezas distintas de meta (autor | fecha | custom) */
.et-pcv2-hero__byline-pipe {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #BFBDB6;
    vertical-align: middle;
    flex-shrink: 0;
    margin: 0 2px;
}

.et-pcv2-hero__byline-date,
.et-pcv2-hero__byline-custom {
    color: var(--pcv2-ink4);
    font-weight: 400;
}

.et-pcv2-hero__byline-role {
    color: var(--pcv2-ink4);
    font-weight: 400;
}

/* ════════════════════════════════════════════════════════════════════
   MÓDULO LIVE — 3 columnas (slider · titular+noticia · timeline)
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-live {
    margin-top: 36px;
    padding-top: 0;
}
.et-pcv2-live__grid {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr 1fr;
    gap: 36px;
    align-items: start;
}
@media (max-width: 1023px) {
    .et-pcv2-live__grid { grid-template-columns: 1fr; }
}

/* ════════ BLOQUE A — SLIDER ════════ */
.et-pcv2-live__a {
    position: relative;
}
.et-pcv2-live__slider {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #000;
}
.et-pcv2-live__slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.et-pcv2-live__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}
.et-pcv2-live__slide-cap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 18px 14px;
    background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}
.et-pcv2-live__zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
    transition: background 0.15s;
}
.et-pcv2-live__zoom:hover { background: rgba(0,0,0,0.85); }

.et-pcv2-live__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}
.et-pcv2-live__dots {
    display: flex;
    gap: 6px;
}
.et-pcv2-live__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 0;
    background: var(--pcv2-line);
    cursor: pointer;
    padding: 0;
    transition: all 0.2s;
}
.et-pcv2-live__dot.is-active {
    background: var(--pcv2-ink);
    transform: scale(1.2);
}
.et-pcv2-live__arrows {
    display: flex;
    gap: 6px;
}
.et-pcv2-live__arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--pcv2-line);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pcv2-ink2);
    transition: all 0.15s;
}
.et-pcv2-live__arrow:hover {
    border-color: var(--pcv2-ink);
    background: var(--pcv2-ink);
    color: #fff;
}

/* ════════ BLOQUE B — TITULAR + NOTICIA ════════ */
.et-pcv2-live__b {
    display: flex;
    flex-direction: column;
}
.et-pcv2-live__badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    align-self: flex-start;
    background: #FBC02D;
    color: var(--pcv2-ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 5px 11px;
    border-radius: 3px;
    margin-bottom: 14px;
    text-transform: none;
}
.et-pcv2-live__badge:hover {
    background: #F9A825;
    color: var(--pcv2-ink);
}
.et-pcv2-live__pulse {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pcv2-ink);
    animation: et-pcv2-pulse 1.5s infinite;
}
@keyframes et-pcv2-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.5; transform: scale(1.3); }
}
.et-pcv2-live__title {
    margin: 0 0 10px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.7px;
    color: var(--pcv2-ink);
}
.et-pcv2-live__title a:hover { color: var(--pcv2-blue); }

.et-pcv2-live__sub {
    margin: 0 0 12px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
    font-weight: 400;
}

.et-pcv2-live__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--pcv2-line);
    font-size: 12.5px;
    color: var(--pcv2-ink4);
}
.et-pcv2-live__meta-cam {
    display: inline-flex;
    color: var(--pcv2-ink5);
}

/* Noticia debajo */
.et-pcv2-live__news { }
.et-pcv2-live__news-title {
    margin: 0 0 8px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
.et-pcv2-live__news-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-live__news-label {
    color: var(--pcv2-blue);
    font-weight: inherit;
    font-style: normal;
}
.et-pcv2-live__news-sep {
    color: #BFBDB6;
    font-weight: 300;
    margin: 0 4px;
}
.et-pcv2-live__news-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    color: var(--pcv2-ink4);
}
.et-pcv2-live__news-cam {
    display: inline-flex;
    color: var(--pcv2-ink5);
}

/* ════════ BLOQUE C — TIMELINE ════════ */
.et-pcv2-live__c {
    position: relative;
}
.et-pcv2-live__feed {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
/* Rail vertical conector */
.et-pcv2-live__feed::before {
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 7px;
    width: 1px;
    background: var(--pcv2-line);
}
.et-pcv2-live__entry {
    position: relative;
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    padding: 10px 0;
    align-items: flex-start;
}
.et-pcv2-live__entry-dot {
    position: relative;
    z-index: 1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FBC02D;
    border: 2px solid #fff;
    margin-top: 4px;
}
.et-pcv2-live__entry.is-latest .et-pcv2-live__entry-dot {
    background: #FBC02D;
    box-shadow: 0 0 0 4px rgba(251,192,45,0.25);
}
.et-pcv2-live__entry-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.et-pcv2-live__entry-time {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--pcv2-ink4);
    line-height: 1.3;
}
.et-pcv2-live__entry-title {
    display: block;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--pcv2-blue);
    line-height: 1.3;
    letter-spacing: -0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.et-pcv2-live__entry-title:hover { color: var(--pcv2-ink); }

/* ════════ LIGHTBOX ════════ */
.et-pcv2-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.et-pcv2-lightbox.is-open { display: flex; }
.et-pcv2-lightbox__inner {
    margin: 0;
    max-width: 1200px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.et-pcv2-lightbox__img {
    max-width: 100%;
    max-height: calc(100vh - 120px);
    object-fit: contain;
    display: block;
}
.et-pcv2-lightbox__cap {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    max-width: 800px;
    opacity: 0.85;
}
.et-pcv2-lightbox__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.et-pcv2-lightbox__close:hover { background: rgba(255,255,255,0.25); }
.et-pcv2-lightbox__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    color: #fff;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.et-pcv2-lightbox__arrow:hover { background: rgba(255,255,255,0.22); }
.et-pcv2-lightbox__arrow--prev { left: 28px; }
.et-pcv2-lightbox__arrow--next { right: 28px; }

/* ════════════════════════════════════════════════════════════════════
   MÓDULO 03 — TIEMPO + SISMOS + OPINIÓN
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-wqo {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
}
.et-pcv2-wqo__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 36px;
    align-items: start;
}
@media (max-width: 1023px) {
    .et-pcv2-wqo__grid { grid-template-columns: 1fr; }
}

/* Noticia destacada de cada bloque */
.et-pcv2-wqo__news { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--pcv2-line); }
.et-pcv2-wqo__news-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 14px;
}
.et-pcv2-wqo__news-title {
    margin: 0 0 10px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: -1px;
    color: var(--pcv2-ink);
}
.et-pcv2-wqo__news-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-wqo__news-dek {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
}
.et-pcv2-wqo__news-mini {
    padding: 12px 0;
    border-bottom: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-wqo__news-mini:last-of-type { border-bottom: 1px solid var(--pcv2-line); padding-bottom: 18px; margin-bottom: 18px; }
.et-pcv2-wqo__news-mini-title {
    margin: 0 0 4px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -0.2px;
    color: var(--pcv2-ink);
}
.et-pcv2-wqo__news-mini-title a:hover { color: var(--pcv2-blue); }

/* ════════ WIDGET TIEMPO (integrado, sin caja) ════════ */
.et-pcv2-weather {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 4px;
}
.et-pcv2-weather__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 14px;
    flex-wrap: wrap;
    gap: 10px;
}
.et-pcv2-weather__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
.et-pcv2-weather__title-sub {
    font-weight: 400;
    font-size: 12.5px;
    color: var(--pcv2-ink4);
    letter-spacing: 0;
}

/* Selector islas: chips minimalistas sin fondo */
.et-pcv2-weather__isle-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-weather__isle-tab {
    background: transparent;
    border: 0;
    padding: 2px 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--pcv2-ink4);
    cursor: pointer;
    transition: color 0.15s;
    position: relative;
}
.et-pcv2-weather__isle-tab:hover { color: var(--pcv2-ink); }
.et-pcv2-weather__isle-tab.is-active {
    color: var(--pcv2-blue);
    font-weight: 700;
}
.et-pcv2-weather__isle-tab.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 2px;
    background: var(--pcv2-blue);
}

/* Tira 7 días */
.et-pcv2-weather__strip {
    display: none;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    padding: 4px 0 0;
}
.et-pcv2-weather__strip.is-active { display: grid; }
.et-pcv2-weather__day {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px 2px;
}
.et-pcv2-weather__day-label {
    font-size: 10.5px;
    font-weight: 700;
    color: var(--pcv2-ink4);
    text-transform: lowercase;
    letter-spacing: 0.2px;
}
.et-pcv2-weather__day-icon svg { display: block; }
.et-pcv2-weather__day-temps {
    font-size: 11.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.25;
    gap: 1px;
}
.et-pcv2-weather__day-temps strong {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--pcv2-ink);
    font-size: 13px;
    letter-spacing: -0.3px;
}
.et-pcv2-weather__day-temps span { color: var(--pcv2-ink4); font-size: 11.5px; }

.et-pcv2-weather__credit {
    margin: 10px 0 0;
    font-size: 10px;
    color: var(--pcv2-ink5);
    text-align: right;
    letter-spacing: 0.2px;
}

/* ════════ WIDGET SISMOS (integrado, sin caja) ════════ */
.et-pcv2-quakes {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 4px;
}
.et-pcv2-quakes__title {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--pcv2-line-soft);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
.et-pcv2-quakes__list { list-style: none; margin: 0; padding: 0; }
.et-pcv2-quakes__item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-quakes__item:last-child { border-bottom: 0; }
.et-pcv2-quakes__mag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 14.5px;
    color: #fff;
    letter-spacing: -0.4px;
}
.et-pcv2-quakes__mag--low  { background: #90A4AE; }
.et-pcv2-quakes__mag--mid  { background: #F9A825; }
.et-pcv2-quakes__mag--high { background: #C62828; box-shadow: 0 0 0 4px rgba(198,40,40,0.12); }

.et-pcv2-quakes__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.et-pcv2-quakes__place {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--pcv2-ink);
    letter-spacing: -0.2px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.et-pcv2-quakes__meta {
    font-size: 11.5px;
    color: var(--pcv2-ink4);
    font-weight: 500;
}
.et-pcv2-quakes__empty {
    margin: 0;
    font-size: 12px;
    color: var(--pcv2-ink4);
    font-style: italic;
    text-align: center;
    padding: 14px 0;
}
.et-pcv2-quakes__credit {
    margin: 12px 0 0;
    font-size: 10px;
    color: var(--pcv2-ink5);
    text-align: right;
    letter-spacing: 0.2px;
}

/* ════════ BLOQUE C — OPINIÓN ════════ */
.et-pcv2-opinion__head {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--pcv2-line);
}
.et-pcv2-opinion__title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--pcv2-blue);
}

.et-pcv2-opinion__list { list-style: none; margin: 0; padding: 0; }
.et-pcv2-opinion__item {
    display: grid;
    grid-template-columns: 1fr 56px;
    gap: 14px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid var(--pcv2-line);
}
.et-pcv2-opinion__item:last-child { border-bottom: 0; }

.et-pcv2-opinion__body { min-width: 0; }

.et-pcv2-opinion__author {
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--pcv2-ink2);
    letter-spacing: -0.1px;
}

.et-pcv2-opinion__post-title {
    margin: 0 0 6px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
    position: relative;
}
.et-pcv2-opinion__post-title a { display: inline; }
.et-pcv2-opinion__post-title a:hover .et-pcv2-opinion__post-text { color: var(--pcv2-blue); }

/* Kicker (categoría): AZUL del theme, RECTO (no italic), peso 700 */
.et-pcv2-opinion__kicker {
    color: var(--pcv2-blue);
    font-weight: 700;
    font-style: normal;
}
.et-pcv2-opinion__kicker-pipe {
    color: #B0BEC5;
    margin: 0 4px;
    font-style: normal;
    font-weight: 400;
}

/* Texto del título: italic */
.et-pcv2-opinion__post-text {
    font-style: italic;
    color: var(--pcv2-ink);
}

.et-pcv2-opinion__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    border: 2px solid var(--pcv2-blue);
    flex-shrink: 0;
}

/* En el bloque C la meta es más pequeña */
.et-pcv2-opinion__item .et-pcv2-hero__byline {
    margin-top: 4px;
    font-size: 11.5px;
    color: var(--pcv2-ink4);
}

/* ════════════════════════════════════════════════════════════════════
   MÓDULO 04 — REGIONAL (Canarias / Tenerife / Santa Cruz)
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-reg {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
}
/* v2.33.14 — NUEVO layout grid (3 cols superior + 1 fila B inferior):
   ┌──────┬──────┬──────┐
   │ A1   │ A23  │  C   │  ← fila 1
   ├──────┴──────┤      │
   │   B (4 cols) │      │  ← fila 2 (B se extiende, C ocupa filas 1+2)
   └─────────────┴──────┘ */
.et-pcv2-reg--v2 .et-pcv2-reg__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr 0.5fr;
    grid-template-areas:
        "a1 a23 c"
        "b  b   c";
    column-gap: 32px;
    /* v2.33.19 — row-gap reducido para que B quede más cerca de A */
    row-gap: 14px;
    align-items: start;
}
.et-pcv2-reg--v2 .et-pcv2-reg__col--a1  { grid-area: a1; }
.et-pcv2-reg--v2 .et-pcv2-reg__col--a23 { grid-area: a23; display: flex; flex-direction: column; }
.et-pcv2-reg--v2 .et-pcv2-reg__col--c   { grid-area: c; }
.et-pcv2-reg--v2 .et-pcv2-reg__col--b   { grid-area: b; }

/* Compat: layout viejo cuando no esté --v2 */
.et-pcv2-reg__grid {
    display: grid;
    grid-template-columns: 1.2fr 1.1fr 0.9fr;
    gap: 36px;
    align-items: start;
}
@media (max-width: 1023px) {
    .et-pcv2-reg__grid,
    .et-pcv2-reg--v2 .et-pcv2-reg__grid {
        grid-template-columns: 1fr;
        grid-template-areas: "a1" "a23" "c" "b";
    }
}

/* Título de cada bloque — estilo encabezado de sección, no kicker */
.et-pcv2-reg__section-title {
    margin: 0 0 14px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
/* C (Santa Cruz): mismo estilo que "Opinión" → azul */
.et-pcv2-reg__section-title--blue {
    color: var(--pcv2-blue);
}

/* ── BLOQUE A — Canarias: feature 1 noticia grande ── */
.et-pcv2-reg__feature {}
.et-pcv2-reg__feature-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 14px;
}
.et-pcv2-reg__feature-title {
    margin: 0 0 10px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.6px;
    color: var(--pcv2-ink);
}
.et-pcv2-reg__feature-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-reg__feature-dek {
    margin: 0 0 10px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
}

/* ── BLOQUE B — Tenerife: items con/sin foto ── */
.et-pcv2-reg__item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-reg__item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

.et-pcv2-reg__item-wide-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 14px;
}
.et-pcv2-reg__item-title {
    margin: 0 0 8px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: var(--pcv2-ink);
}
.et-pcv2-reg__item-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-reg__item-dek {
    margin: 0 0 8px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
}

/* ── BLOQUE C — Santa Cruz: small + AD ── */
.et-pcv2-reg__small {
    margin-bottom: 22px;
}
.et-pcv2-reg__small-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 12px;
}
.et-pcv2-reg__small-title {
    margin: 0 0 8px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.22;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
.et-pcv2-reg__small-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-reg__small-dek {
    margin: 0 0 8px;
    font-size: 13.5px;
    line-height: 1.45;
    color: var(--pcv2-ink3);
}

/* ════════════════════════════════════════════════════════════════
 * v2.33.14 · NUEVO LAYOUT REGIONAL v2 — Canarias + Puertos + Tenerife + AD
 * ════════════════════════════════════════════════════════════════ */

/* A1 · Feature Canarias — foto + caption + título + meta + dek */
.et-pcv2-reg--v2 .et-pcv2-reg__feature-figure {
    margin: 0 0 12px;
}
.et-pcv2-reg--v2 .et-pcv2-reg__feature-figcap {
    margin: 6px 0 0;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    line-height: 1.4;
    color: var(--pcv2-ink3);
}
.et-pcv2-reg--v2 .et-pcv2-reg__feature-figcap-text { margin-right: 4px; }
.et-pcv2-reg--v2 .et-pcv2-reg__feature-figcap-credit {
    font-weight: 600;
    color: var(--pcv2-ink2);
}

/* A2/A3 · Columna centro · separador hairline entre items */
.et-pcv2-reg--v2 .et-pcv2-reg__col--a23 .et-pcv2-reg__item {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}
.et-pcv2-reg__divider {
    display: block;
    height: 1px;
    background: var(--pcv2-line-soft);
    margin: 22px 0;
}
/* v2.33.15 — cuando A3 viene como caja propia (is-puertos), el divider sobra
   (la caja con borde ya separa visualmente). Lo escondemos. */
.et-pcv2-reg--v2 .et-pcv2-reg__divider { display: none; }
.et-pcv2-reg--v2 .et-pcv2-reg__item.is-puertos { margin-top: 22px; }

/* v2.33.15 — A3 · Puertos · NOTICIA COMPLETA ENVUELTA en caja con borde
   fino gris claro y esquinas redondeadas, kicker AZUL theme (no rojo).
   La caja envuelve TODO: kicker + colaboración + título + meta + dek. */
.et-pcv2-reg--v2 .et-pcv2-reg__item.is-puertos {
    background: #FFFFFF;
    border: 1px solid var(--pcv2-line-soft, #E5E5E5);
    border-radius: 8px;
    padding: 16px 18px 18px;
    transition: border-color .18s, box-shadow .18s;
}
.et-pcv2-reg--v2 .et-pcv2-reg__item.is-puertos:hover {
    border-color: var(--pcv2-blue);
    box-shadow: 0 2px 10px rgba(51, 81, 159, 0.06);
}
.et-pcv2-reg--v2 .et-pcv2-reg__puertos-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 12px;
}
.et-pcv2-reg__puertos-kicker {
    display: inline-block;
    padding: 5px 10px;
    background: var(--pcv2-blue, #33519F);
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 3px;
}
.et-pcv2-reg__puertos-collab {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: var(--pcv2-ink3);
    letter-spacing: 0.4px;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.et-pcv2-reg__puertos-collab a,
.et-pcv2-reg__puertos-collab strong {
    color: var(--pcv2-ink);
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10.5px;
    border-bottom: 1px solid var(--pcv2-ink);
}
.et-pcv2-reg__puertos-collab a:hover {
    color: var(--pcv2-blue);
    border-color: var(--pcv2-blue);
}

/* B · Tenerife · 4 cards con foto en una fila */
.et-pcv2-reg--v2 .et-pcv2-reg__col--b {
    border-top: 1px solid var(--pcv2-line-soft);
    /* v2.33.19 — padding-top reducido para acercar B a A */
    padding-top: 14px;
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.et-pcv2-reg__b-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.et-pcv2-reg__b-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
}
.et-pcv2-reg__b-title {
    margin: 0;
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 800;
    font-size: 15.5px;
    line-height: 1.22;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
.et-pcv2-reg__b-title a {
    color: inherit;
    text-decoration: none;
}
.et-pcv2-reg__b-title a:hover { color: var(--pcv2-blue); }

/* C · Anuncio vertical lateral · stretch full-height */
.et-pcv2-reg--v2 .et-pcv2-reg__col--c {
    align-self: stretch;
}
.et-pcv2-reg--v2 .et-pcv2-reg__col--c .et-pcv2-ad {
    height: 100%;
    margin: 0;
    padding: 16px;
    background: var(--pcv2-bg-soft, #FAFAFA);
    border: 1px solid var(--pcv2-line-soft);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}
.et-pcv2-reg--v2 .et-pcv2-reg__col--c .et-pcv2-ad__label {
    text-align: center;
    margin-bottom: 12px;
}
.et-pcv2-reg--v2 .et-pcv2-reg__col--c .et-pcv2-ad__img,
.et-pcv2-reg--v2 .et-pcv2-reg__col--c .et-pcv2-ad__img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive: en móvil/tablet apilar todo */
@media (max-width: 1023px) {
    .et-pcv2-reg--v2 .et-pcv2-reg__col--b {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .et-pcv2-reg--v2 .et-pcv2-reg__col--b {
        grid-template-columns: 1fr;
    }
}

/* ════════ AD COMÚN ════════ */
.et-pcv2-ad {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-ad__label {
    display: block;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 1.6px;
    color: var(--pcv2-ink5);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 8px;
}
.et-pcv2-ad__slot { text-align: center; }
.et-pcv2-ad__slot img { margin: 0 auto; max-width: 100%; height: auto; }

/* ════════════════════════════════════════════════════════════════════
   MÓDULO 05 — ECONOMÍA Y MERCADOS
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-econ {
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
}

/* ── HEADER premium ── */
.et-pcv2-econ__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
}
.et-pcv2-econ__head-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #33519F 0%, #1E3576 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(51,81,159,0.22);
}
.et-pcv2-econ__head-text { flex-shrink: 0; }
.et-pcv2-econ__head-title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.7px;
    color: var(--pcv2-ink);
    line-height: 1.1;
}
.et-pcv2-econ__head-sub {
    margin: 2px 0 0;
    font-size: 13px;
    color: var(--pcv2-ink4);
    line-height: 1.4;
    font-weight: 500;
}
.et-pcv2-econ__head-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--pcv2-blue) 0%, var(--pcv2-line) 60%, transparent 100%);
    align-self: center;
}

/* ── GRID: imagen abarca A+B, C aparte derecha ── */
.et-pcv2-econ__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 0.8fr;
    grid-template-rows: auto auto;
    gap: 24px 28px;
    align-items: start;
}
@media (max-width: 1023px) {
    .et-pcv2-econ__grid { grid-template-columns: 1fr; grid-template-rows: auto; }
}

.et-pcv2-econ__hero-photo {
    display: block;
    grid-column: 1 / span 2;   /* A + B */
    grid-row: 1;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    transition: filter 0.2s;
}
.et-pcv2-econ__hero-photo:hover { filter: brightness(1.04); }

.et-pcv2-econ__a {
    grid-column: 1;
    grid-row: 2;
}
.et-pcv2-econ__a-title {
    margin: 0 0 10px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.6px;
    color: var(--pcv2-ink);
}
.et-pcv2-econ__a-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-econ__a-dek {
    margin: 0 0 10px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
}

.et-pcv2-econ__b {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
}
.et-pcv2-econ__b-item {
    padding: 14px 0;
    border-top: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-econ__b-item:first-child { padding-top: 0; border-top: 0; }
.et-pcv2-econ__b-item:last-child { padding-bottom: 0; }
.et-pcv2-econ__b-title {
    margin: 0 0 6px;
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.25;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
.et-pcv2-econ__b-title a:hover { color: var(--pcv2-blue); }

/* ── BLOQUE C: tarjetas precios ── */
.et-pcv2-econ__c {
    grid-column: 3;
    grid-row: 1 / span 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.et-pcv2-econ__c-title {
    margin: 0 0 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: var(--pcv2-blue);
    text-transform: uppercase;
}
.et-pcv2-pricecard {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid var(--pcv2-line);
    border-radius: 10px;
    background: #fff;
    transition: all 0.2s;
}
.et-pcv2-pricecard:hover {
    border-color: var(--pcv2-blue);
    box-shadow: 0 4px 14px rgba(51,81,159,0.08);
}
.et-pcv2-pricecard__icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(51,81,159,0.08);
    color: var(--pcv2-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}
.et-pcv2-pricecard__body { display: flex; flex-direction: column; min-width: 0; }
.et-pcv2-pricecard__label {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--pcv2-ink4);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.2;
}
.et-pcv2-pricecard__value {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var(--pcv2-ink);
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-top: 2px;
}
.et-pcv2-pricecard__value small {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--pcv2-ink4);
    letter-spacing: 0;
    margin-left: 3px;
}
.et-pcv2-econ__c-credit {
    margin: 6px 0 0;
    font-size: 10px;
    color: var(--pcv2-ink5);
    text-align: right;
    letter-spacing: 0.2px;
}

/* ════════════════ GRÁFICA FOREX ════════════════ */
.et-pcv2-forex {
    margin-top: 32px;
    padding: 22px;
    background: linear-gradient(180deg, #fff 0%, #FAFAFE 100%);
    border: 1px solid #DDE2EC;
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(51,81,159,0.04);
}

.et-pcv2-forex__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}
.et-pcv2-forex__head-left {
    display: flex;
    align-items: center;
    gap: 12px;
}
.et-pcv2-forex__head-title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--pcv2-ink);
    letter-spacing: -0.3px;
}
.et-pcv2-forex__live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(198,40,40,0.08);
    color: #C62828;
    padding: 3px 9px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
.et-pcv2-forex__live-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #C62828;
    animation: et-pcv2-pulse 1.5s infinite;
}

.et-pcv2-forex__instruments {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.et-pcv2-forex__chip {
    background: #fff;
    border: 1px solid #DDE2EC;
    border-radius: 100px;
    padding: 6px 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--pcv2-ink4);
    cursor: pointer;
    transition: all 0.18s;
}
.et-pcv2-forex__chip:hover { color: var(--pcv2-blue); border-color: #B6C5E5; }
.et-pcv2-forex__chip.is-active {
    background: var(--pcv2-blue);
    color: #fff;
    border-color: var(--pcv2-blue);
    box-shadow: 0 3px 10px rgba(51,81,159,0.22);
}

/* Readout: instrument + price + change + updated */
.et-pcv2-forex__readout {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.et-pcv2-forex__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--pcv2-ink4);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.et-pcv2-forex__price {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--pcv2-ink);
    letter-spacing: -1px;
    line-height: 1;
}
.et-pcv2-forex__change {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.2px;
}
.et-pcv2-forex__change.is-up   { color: #1B7E3D; }
.et-pcv2-forex__change.is-down { color: #C62828; }
.et-pcv2-forex__updated {
    font-size: 11px;
    color: var(--pcv2-ink5);
    font-weight: 500;
}

/* Selector rango */
.et-pcv2-forex__ranges {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
    padding: 3px;
    background: #F1F3F8;
    border-radius: 100px;
    width: fit-content;
}
.et-pcv2-forex__range {
    background: transparent;
    border: 0;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    color: var(--pcv2-ink4);
    cursor: pointer;
    border-radius: 100px;
    letter-spacing: 0.2px;
    transition: all 0.15s;
}
.et-pcv2-forex__range:hover { color: var(--pcv2-blue); }
.et-pcv2-forex__range.is-active {
    background: #fff;
    color: var(--pcv2-blue);
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* SVG chart */
.et-pcv2-forex__chart-wrap {
    position: relative;
    width: 100%;
}
.et-pcv2-forex__chart {
    width: 100%;
    height: 300px;
    display: block;
}
.et-pcv2-forex__tooltip {
    position: absolute;
    top: 8px;
    transform: translateX(-50%);
    background: var(--pcv2-ink);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
    display: none;
    line-height: 1.4;
    box-shadow: 0 4px 14px rgba(0,0,0,0.18);
    z-index: 2;
}
.et-pcv2-forex__tooltip span {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.75;
}

/* Footer */
.et-pcv2-forex__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EFEDE7;
    font-size: 10.5px;
    color: var(--pcv2-ink5);
    letter-spacing: 0.2px;
}

/* ════════ PATROCINADOR del módulo Economía ════════ */
.et-pcv2-econ__sponsor {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    margin-left: -56px;     /* superpone sobre la línea azul */
    background: #fff;
    border-radius: 100px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    transition: opacity 0.15s;
    text-decoration: none;
}
.et-pcv2-econ__sponsor:hover { opacity: 0.85; }

.et-pcv2-econ__sponsor-prefix {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--pcv2-ink4);
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.et-pcv2-econ__sponsor-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--pcv2-blue);
    letter-spacing: -0.2px;
}

.et-pcv2-econ__sponsor-logo {
    height: 28px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    display: block;
}

/* En pantallas estrechas, que el sponsor caiga a línea aparte */
@media (max-width: 740px) {
    .et-pcv2-econ__head { flex-wrap: wrap; }
    .et-pcv2-econ__sponsor { margin-left: 0; margin-top: 8px; padding: 4px 0; }
}

/* ════════ Separador entre precios y AD en bloque C ════════ */
.et-pcv2-econ__c-ad-sep {
    height: 1px;
    background: var(--pcv2-line-soft);
    margin: 14px 0 4px;
}
.et-pcv2-econ__c .et-pcv2-ad {
    margin-top: 8px;
    padding-top: 4px;
    border-top: 0;
}

/* ════════════════════════════════════════════════════════════════════
   MÓDULO 06 — CIENCIA, SALUD Y CONSUMO
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-csc {
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
}

/* ── HEADER premium (idéntico estilo módulo Economía) ── */
.et-pcv2-csc__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
}
.et-pcv2-csc__head-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #33519F 0%, #1E3576 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(51,81,159,0.22);
}
.et-pcv2-csc__head-text { flex-shrink: 0; }
.et-pcv2-csc__head-title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.7px;
    color: var(--pcv2-ink);
    line-height: 1.1;
}
.et-pcv2-csc__head-sub {
    margin: 2px 0 0;
    font-size: 13px;
    color: var(--pcv2-ink4);
    line-height: 1.4;
    font-weight: 500;
}
.et-pcv2-csc__head-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--pcv2-blue) 0%, var(--pcv2-line) 60%, transparent 100%);
    align-self: center;
}

/* ── GRID 3 columnas ── */
.et-pcv2-csc__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.9fr;
    gap: 36px;
    align-items: start;
}
@media (max-width: 1023px) {
    .et-pcv2-csc__grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ── BLOQUE A: Ciencia y Espacio ── */
.et-pcv2-csc__a-hero {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--pcv2-line);
}
.et-pcv2-csc__a-hero-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 14px;
    transition: filter 0.2s;
}
.et-pcv2-csc__a-hero-photo:hover { filter: brightness(1.04); }
.et-pcv2-csc__a-hero-title {
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.6px;
    color: var(--pcv2-ink);
}
.et-pcv2-csc__a-hero-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-csc__a-hero-dek {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
}

.et-pcv2-csc__a-item {
    padding: 16px 0 0;
}
.et-pcv2-csc__a-item + .et-pcv2-csc__a-item {
    border-top: 1px solid var(--pcv2-line-soft);
    margin-top: 16px;
}
.et-pcv2-csc__a-item-title {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.4px;
    color: var(--pcv2-ink);
}
.et-pcv2-csc__a-item-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-csc__a-item-dek {
    margin: 0 0 8px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
}

/* ── BLOQUE B: Salud + Consumo ── */
.et-pcv2-csc__b-item {
    padding: 14px 0;
    border-bottom: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-csc__b-item:first-of-type { padding-top: 0; }
.et-pcv2-csc__b-item:last-of-type { border-bottom: 0; }
.et-pcv2-csc__b-item-title {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.4px;
    color: var(--pcv2-ink);
}
.et-pcv2-csc__b-item-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-csc__b-item-dek {
    margin: 0 0 8px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
}
.et-pcv2-csc__b-item-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-top: 10px;
    transition: filter 0.2s;
}
.et-pcv2-csc__b-item-photo:hover { filter: brightness(1.04); }
.et-pcv2-csc__b-sep {
    height: 1px;
    background: var(--pcv2-line);
    margin: 18px 0 4px;
}

/* ── BLOQUE C: Turismo ── */
.et-pcv2-csc__c {
    border-left: 1px solid var(--pcv2-line);
    padding-left: 24px;
}
@media (max-width: 1023px) {
    .et-pcv2-csc__c { border-left: 0; padding-left: 0; }
}
.et-pcv2-csc__c-title {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--pcv2-line);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: var(--pcv2-ink5);
    text-transform: uppercase;
}
.et-pcv2-csc__c-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--pcv2-line-soft);
}
.et-pcv2-csc__c-item:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.et-pcv2-csc__c-item-title {
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.22;
    letter-spacing: -0.3px;
    color: var(--pcv2-ink);
}
.et-pcv2-csc__c-item-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-csc__c-item-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft);
    margin-bottom: 10px;
    transition: filter 0.2s;
}
.et-pcv2-csc__c-item-photo:hover { filter: brightness(1.04); }

/* En el bloque C, foto va PRIMERO (orden visual: título -> foto -> meta no, mejor foto -> título -> meta).
   Usamos flex-direction column-reverse para la primera parte */
.et-pcv2-csc__c-item {
    display: flex;
    flex-direction: column;
}
.et-pcv2-csc__c-item-photo { order: 0; }
.et-pcv2-csc__c-item-title { order: 1; }
.et-pcv2-csc__c-item .et-pcv2-hero__byline { order: 2; }

/* También en el bloque B: cuando hay foto, foto va arriba */
.et-pcv2-csc__b-item.has-photo {
    display: flex;
    flex-direction: column;
}
.et-pcv2-csc__b-item.has-photo .et-pcv2-csc__b-item-photo { order: 0; margin-top: 0; margin-bottom: 12px; }
.et-pcv2-csc__b-item.has-photo .et-pcv2-csc__b-item-title { order: 1; }
.et-pcv2-csc__b-item.has-photo .et-pcv2-csc__b-item-dek { order: 2; }
.et-pcv2-csc__b-item.has-photo .et-pcv2-hero__byline { order: 3; }

/* ════════════════════════════════════════════════════════════════════
   MÓDULO 07 — DEPORTES (CD Tenerife · UD Las Palmas)
   Diseño premium · marcadores con gradiente · animaciones WOW
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-sports {
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
}

/* ── HEADER (mismo patrón que Economía y CSC) ── */
.et-pcv2-sports__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 26px;
}
.et-pcv2-sports__head-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #33519F 0%, #1E3576 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(51,81,159,0.22);
}
.et-pcv2-sports__head-text { flex-shrink: 0; }
.et-pcv2-sports__head-title {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.7px;
    color: var(--pcv2-ink);
    line-height: 1.1;
}
.et-pcv2-sports__head-sub {
    margin: 2px 0 0;
    font-size: 13px;
    color: var(--pcv2-ink4);
    line-height: 1.4;
    font-weight: 500;
}
.et-pcv2-sports__head-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--pcv2-blue) 0%, var(--pcv2-line) 60%, transparent 100%);
    align-self: center;
}

/* ── GRID: 2 tarjetas marcador + 2 noticias debajo ── */
.et-pcv2-sports__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    align-items: start;
}
@media (max-width: 720px) {
    .et-pcv2-sports__grid { grid-template-columns: 1fr; }
}

/* ════════════════ TARJETA MARCADOR ════════════════ */
.et-pcv2-sports__card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 24px 24px 22px;
    color: #fff;
    isolation: isolate;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s;
    min-height: 220px;
    display: flex;
    flex-direction: column;
}
.et-pcv2-sports__card:hover {
    transform: translateY(-3px);
}

/* TENERIFE — Azul profundo con resplandor */
.et-pcv2-sports__card--blue {
    background:
        radial-gradient(circle at 20% 0%, rgba(80,130,220,0.30) 0%, transparent 50%),
        radial-gradient(circle at 80% 100%, rgba(30,53,118,0.45) 0%, transparent 60%),
        linear-gradient(145deg, #1B3578 0%, #0F2154 50%, #061333 100%);
    box-shadow:
        0 12px 30px rgba(11,28,80,0.32),
        0 2px 6px rgba(11,28,80,0.20),
        inset 0 1px 0 rgba(255,255,255,0.08);
}
.et-pcv2-sports__card--blue:hover {
    box-shadow:
        0 18px 40px rgba(11,28,80,0.42),
        0 4px 10px rgba(11,28,80,0.28),
        inset 0 1px 0 rgba(255,255,255,0.12);
}

/* LAS PALMAS — Amarillo cálido con resplandor */
.et-pcv2-sports__card--gold {
    background:
        radial-gradient(circle at 20% 0%, rgba(255,232,128,0.32) 0%, transparent 50%),
        radial-gradient(circle at 80% 100%, rgba(180,130,30,0.30) 0%, transparent 60%),
        linear-gradient(145deg, #FFCB1F 0%, #E8A60D 55%, #B57A05 100%);
    color: #1A1306;
    box-shadow:
        0 12px 30px rgba(176,121,8,0.30),
        0 2px 6px rgba(176,121,8,0.18),
        inset 0 1px 0 rgba(255,255,255,0.32);
}
.et-pcv2-sports__card--gold:hover {
    box-shadow:
        0 18px 40px rgba(176,121,8,0.40),
        0 4px 10px rgba(176,121,8,0.26),
        inset 0 1px 0 rgba(255,255,255,0.42);
}

/* Decoración: brillo + patrón */
.et-pcv2-sports__card-glow {
    position: absolute;
    top: -50%;
    right: -30%;
    width: 80%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(255,255,255,0.10) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
.et-pcv2-sports__card-pattern {
    position: absolute;
    top: 50%;
    right: -40px;
    width: 240px;
    height: 240px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
    color: currentColor;
    opacity: 0.6;
}
.et-pcv2-sports__card-pattern svg { width: 100%; height: 100%; }

.et-pcv2-sports__card > * { position: relative; z-index: 1; }

/* HEAD: club + competición */
.et-pcv2-sports__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}
.et-pcv2-sports__card-club {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.95;
}
.et-pcv2-sports__card-shield {
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25));
}
.et-pcv2-sports__card-comp {
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(4px);
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.et-pcv2-sports__card--gold .et-pcv2-sports__card-comp {
    background: rgba(26,19,6,0.16);
}

/* BODY: marcador */
.et-pcv2-sports__card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.et-pcv2-sports__match {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.et-pcv2-sports__team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.et-pcv2-sports__team:first-child { text-align: right; align-items: flex-end; }
.et-pcv2-sports__team:last-child  { text-align: left;  align-items: flex-start; }
.et-pcv2-sports__match { justify-items: center; }
.et-pcv2-sports__team:first-child  { justify-self: end; }
.et-pcv2-sports__team:last-child   { justify-self: start; }
.et-pcv2-sports__team { flex-direction: column; align-items: center !important; text-align: center !important; }

.et-pcv2-sports__team-badge {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.35));
}
.et-pcv2-sports__team-badge--placeholder {
    background: rgba(255,255,255,0.10);
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,0.25);
}
.et-pcv2-sports__card--gold .et-pcv2-sports__team-badge--placeholder {
    background: rgba(26,19,6,0.10);
    border-color: rgba(26,19,6,0.30);
}

.et-pcv2-sports__team-name {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.95;
}

/* MARCADOR central */
.et-pcv2-sports__score {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -2px;
    padding: 0 4px;
}
.et-pcv2-sports__score-num {
    font-size: 54px;
    text-shadow: 0 4px 16px rgba(0,0,0,0.25);
    font-variant-numeric: tabular-nums;
    min-width: 0.7em;
    text-align: center;
}
.et-pcv2-sports__score-sep {
    font-size: 36px;
    opacity: 0.55;
    transform: translateY(-3px);
}

.et-pcv2-sports__vs {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 1px;
    opacity: 0.85;
    padding: 0 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

/* STATE: badge inferior */
.et-pcv2-sports__state {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.16);
}
.et-pcv2-sports__card--gold .et-pcv2-sports__state {
    border-top-color: rgba(26,19,6,0.18);
}

.et-pcv2-sports__live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #E53935;
    color: #fff;
    padding: 5px 11px;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 3px 10px rgba(229,57,53,0.45);
}
.et-pcv2-sports__live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: et-sports-pulse 1.2s infinite;
}
@keyframes et-sports-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.4; transform: scale(0.75); }
}

.et-pcv2-sports__minute {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.et-pcv2-sports__final-badge {
    background: rgba(255,255,255,0.18);
    padding: 5px 11px;
    border-radius: 100px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}
.et-pcv2-sports__card--gold .et-pcv2-sports__final-badge {
    background: rgba(26,19,6,0.20);
}

.et-pcv2-sports__upcoming {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.2px;
    opacity: 0.85;
}
.et-pcv2-sports__date {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.et-pcv2-sports__date strong {
    font-weight: 800;
    margin-right: 2px;
}

/* Sin partido */
.et-pcv2-sports__match--none {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 14px 0;
}
.et-pcv2-sports__nomatch-badge {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.30));
}
.et-pcv2-sports__nomatch-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.et-pcv2-sports__nomatch-text strong {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}
.et-pcv2-sports__nomatch-text span {
    font-size: 11.5px;
    opacity: 0.75;
    font-weight: 500;
}

/* ════════════════ NOTICIAS debajo ════════════════ */
.et-pcv2-sports__news {}
.et-pcv2-sports__news-item {
    padding: 16px 4px 0;
}
.et-pcv2-sports__news-title {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.4px;
    color: var(--pcv2-ink);
}
.et-pcv2-sports__news-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-sports__news-dek {
    margin: 0 0 8px;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3);
}

/* ════════════════════════════════════════════════════════════════════
   SPORTS — rediseño 2.18: escudo decorativo + último/próximo
═════════════════════════════════════════════════════════════════════ */

/* La tarjeta ahora es contenedor relativo con overflow oculto y altura fija para que el escudo de fondo no rompa el layout */
.et-pcv2-sports__card {
    position: relative;
    overflow: hidden;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    padding: 22px 24px 24px;
}

/* Escudo decorativo de fondo — v2.25.41:
   AMBAS tarjetas usan EXACTAMENTE las mismas dimensiones y posición.
   width/height en px fijos (no `auto`/`aspect-ratio`) para que el
   tamaño NO dependa de las proporciones nativas del SVG de cada equipo.
   Solo cambia el filtro de brillo según el fondo. */
.et-pcv2-sports__bg-shield {
    position: absolute;
    right: -70px;
    bottom: -40px;
    width: 380px;
    height: 380px;
    object-fit: contain;
    object-position: center;
    opacity: 0.22;
    transform: rotate(-10deg);
    transform-origin: center;
    pointer-events: none;
    z-index: 0;
    filter: blur(0.3px);
}

/* Variación SOLO en filtro/opacidad para que se vea bien sobre cada fondo.
   NO se toca width/height/right/bottom — debe ser idéntico al base. */
.et-pcv2-sports__card--gold .et-pcv2-sports__bg-shield {
    filter: brightness(0.85) blur(0.3px);
}
.et-pcv2-sports__card--blue .et-pcv2-sports__bg-shield {
    filter: brightness(1.3) blur(0.3px);
}

/* Forzar que todo el contenido vaya por encima del escudo */
.et-pcv2-sports__card > *:not(.et-pcv2-sports__bg-shield) { position: relative; z-index: 1; }

/* Header de la tarjeta — solo nombre del club, sin marca de competición */
.et-pcv2-sports__card-head {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.et-pcv2-sports__card--gold .et-pcv2-sports__card-head {
    border-bottom-color: rgba(0,0,0,0.18);
}
.et-pcv2-sports__card-club {
    display: flex;
    align-items: center;
    gap: 12px;
}
.et-pcv2-sports__card-shield {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
}
.et-pcv2-sports__card-shield-fallback {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.4);
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: currentColor;
}
.et-pcv2-sports__card--gold .et-pcv2-sports__card-shield-fallback {
    background: rgba(0,0,0,0.12);
    border-color: rgba(0,0,0,0.3);
}
.et-pcv2-sports__card-club span {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1;
}

/* Cada FILA (último / próximo) */
.et-pcv2-sports__row {
    padding: 12px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.et-pcv2-sports__row-label {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 9.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
    opacity: 0.65;
}

/* Divisor entre filas */
.et-pcv2-sports__divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, currentColor 30%, currentColor 70%, transparent);
    opacity: 0.18;
    margin: 4px 0;
}

/* v2.25.57 — Eventos del partido (goleadores + tarjetas) en última tarjeta */
.et-pcv2-sports__events {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.et-pcv2-sports__card--gold .et-pcv2-sports__events {
    border-top-color: rgba(0,0,0,0.18);
}
.et-pcv2-sports__events-list {
    list-style: none; margin: 0; padding: 0;
    display: flex; flex-direction: column; gap: 4px;
}
.et-pcv2-sports__event {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    line-height: 1.3;
    padding: 4px 6px;
    border-radius: 5px;
    background: rgba(255,255,255,0.06);
    transition: background 0.15s;
}
.et-pcv2-sports__card--gold .et-pcv2-sports__event {
    background: rgba(0,0,0,0.06);
}
.et-pcv2-sports__event:hover {
    background: rgba(255,255,255,0.12);
}
.et-pcv2-sports__card--gold .et-pcv2-sports__event:hover {
    background: rgba(0,0,0,0.10);
}
.et-pcv2-sports__event--away {
    direction: rtl;
    text-align: right;
}
.et-pcv2-sports__event--away > * {
    direction: ltr; /* contenido se mantiene leyendo normal */
}
.et-pcv2-sports__event-icon {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.15));
}
.et-pcv2-sports__event-card {
    width: 11px; height: 14px;
    border-radius: 1.5px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.et-pcv2-sports__event-card--yellow { background: #FACC15; }
.et-pcv2-sports__event-card--red    { background: #DC2626; }
.et-pcv2-sports__event-player {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.005em;
}
.et-pcv2-sports__event-player em {
    font-style: italic;
    font-weight: 400;
    opacity: 0.75;
    font-size: 11px;
    margin-left: 3px;
}
.et-pcv2-sports__event-minute {
    font-size: 11px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    opacity: 0.75;
    background: rgba(255,255,255,0.08);
    padding: 2px 7px;
    border-radius: 100px;
    letter-spacing: 0.2px;
}
.et-pcv2-sports__card--gold .et-pcv2-sports__event-minute {
    background: rgba(0,0,0,0.08);
}

/* v2.25.67 — Estado "Próximamente" cuando no hay calendario confirmado */
.et-pcv2-sports__upcoming {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 18px 12px;
    text-align: center;
    opacity: 0.78;
}
.et-pcv2-sports__upcoming-icon {
    opacity: 0.6;
    margin-bottom: 4px;
}
.et-pcv2-sports__upcoming-text {
    font-size: 15px; font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
}
.et-pcv2-sports__upcoming-sub {
    font-size: 11.5px;
    opacity: 0.65;
    font-style: italic;
    line-height: 1.3;
}

/* v2.25.61 — Forma reciente + posición en la tabla */
.et-pcv2-sports__season {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,0.12);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: start;
}
.et-pcv2-sports__card--gold .et-pcv2-sports__season {
    border-top-color: rgba(0,0,0,0.18);
}
.et-pcv2-sports__season-label {
    display: block;
    font-size: 10px; font-weight: 700;
    letter-spacing: 1.2px; text-transform: uppercase;
    opacity: 0.6; margin-bottom: 6px;
}
.et-pcv2-sports__form-dots {
    display: flex; gap: 5px;
}
.et-pcv2-sports__form-dot {
    display: inline-flex; align-items: center; justify-content: center;
    width: 22px; height: 22px;
    border-radius: 50%;
    font-size: 10px; font-weight: 800;
    letter-spacing: -0.02em;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}
.et-pcv2-sports__form-dot--win  { background: #22c55e; }
.et-pcv2-sports__form-dot--draw { background: #94a3b8; }
.et-pcv2-sports__form-dot--loss { background: #dc2626; }
.et-pcv2-sports__pos-info {
    display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
}
.et-pcv2-sports__pos-rank {
    font-size: 26px; font-weight: 800;
    line-height: 1; letter-spacing: -0.02em;
}
.et-pcv2-sports__pos-pts {
    font-size: 12.5px; font-weight: 700; opacity: 0.85;
}
.et-pcv2-sports__pos-record {
    font-size: 11px; opacity: 0.65;
    font-variant-numeric: tabular-nums;
}

/* Mini-marcador (3 columnas: home + score + away) */
.et-pcv2-sports__mini-match {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 14px;
}
.et-pcv2-sports__mini-team {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
/* HOME → alineado a la izquierda: escudo a la izquierda, nombre a la derecha */
.et-pcv2-sports__mini-team--home {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}
/* AWAY → alineado a la derecha: nombre a la izquierda, escudo a la derecha (espejo) */
.et-pcv2-sports__mini-team--away {
    flex-direction: row-reverse;
    justify-content: flex-start;
    text-align: right;
}
.et-pcv2-sports__mini-team img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
}
.et-pcv2-sports__mini-team span {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1.1;
    white-space: nowrap;
}

/* Marcador / VS */
.et-pcv2-sports__mini-score {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    min-width: 70px;
    text-align: center;
    white-space: nowrap;
}
.et-pcv2-sports__mini-score em {
    font-style: normal;
    opacity: 0.4;
    margin: 0 4px;
    font-weight: 400;
}
.et-pcv2-sports__mini-score--vs {
    font-size: 18px;
    letter-spacing: 1.5px;
    opacity: 0.5;
    font-weight: 700;
}

/* Pie de fila: pill + fecha */
.et-pcv2-sports__mini-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Pill EN VIVO */
.et-pcv2-sports__live-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px 4px 8px;
    background: #FF1F44;
    color: #fff;
    border-radius: 100px;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.et-pcv2-sports__live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    animation: et-pcv2-sports-pulse 1.2s ease-in-out infinite;
}
@keyframes et-pcv2-sports-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.3); }
}

/* Pill FINAL */
.et-pcv2-sports__final-pill {
    display: inline-flex;
    padding: 4px 10px;
    background: rgba(255,255,255,0.14);
    color: currentColor;
    border-radius: 100px;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.et-pcv2-sports__card--gold .et-pcv2-sports__final-pill {
    background: rgba(0,0,0,0.16);
}

/* Texto de fecha */
.et-pcv2-sports__date-text {
    opacity: 0.85;
    font-size: 11.5px;
}
.et-pcv2-sports__date-text strong {
    font-weight: 800;
    opacity: 1;
    letter-spacing: 0.3px;
}

/* Competición secundaria */
.et-pcv2-sports__competition {
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0.55;
    font-weight: 700;
}

/* Empty state — sin partido */
.et-pcv2-sports__empty {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    opacity: 0.55;
    padding: 16px 0;
}


/* ════════════════════════════════════════════════════════════════════
   BOLETÍN nativo PC v2 — fondo blanco premium · mismo ancho que módulos
═════════════════════════════════════════════════════════════════════ */
/* v2.42.4 · Centro de Boletines · 4 tarjetas premium estilo IDEAL
   Imágenes editoriales reales con tinte sobre B&N. Hereda ancho de
   .et-pcv2-page__inner (NO max-width propio). Solo PC. */

/* v2.43.5 · Band wrapper para artículos / archive / 404
   v2.43.26 · BUG ENCONTRADO · El band se renderiza a body level (fuera
   de .et-pcv2-page) por lo que NO heredaba box-sizing:border-box → el
   padding lateral se SUMABA al max-width (content-box default) →
   contenedor a 1336px en vez de 1280px → cards más anchas que en el home.
   Fix: box-sizing border-box explícito en wrapper Y descendientes. */
.et-pcv2-newsletter-band,
.et-pcv2-newsletter-band * {
    box-sizing: border-box;
}
.et-pcv2-newsletter-band {
    max-width: var(--pcv2-max);
    margin: 0 auto;
    padding: 0 var(--pcv2-gut);
}
/* v2.43.8 · Reducir el hueco entre "Más sobre esto" y el newsletter
   SOLO cuando el newsletter va dentro de la banda (artículos / archive /
   404). En la home no aplica porque allí no hay banda. */
.et-pcv2-newsletter-band .et-pcv2-news {
    margin-top: 20px;
    padding-top: 24px;
}

.et-pcv2-news {
    margin-top: 56px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
    font-family: 'Manrope', 'Inter', sans-serif;
}
/* v2.43.29 · Línea de cierre del boletín SOLO en el band del footer
   (artículos / archive / 404). En la home NO añadimos línea, porque el
   siguiente módulo (csc/rep/games) ya tiene su propio border-top que
   sirve de separador natural — añadir otra creaba dos líneas. */
.et-pcv2-newsletter-band .et-pcv2-news::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: 48px 0 0;
}
.et-pcv2-news__count {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 13px;
    color: #525252;
    margin: -10px 0 22px;
    letter-spacing: 0.1px;
}
.et-pcv2-news__count strong { color: #0A0A0A; font-weight: 800; }

/* Grid · 5 tarjetas iguales · misma anchura que el resto de bloques PC */
.et-pcv2-news__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: stretch;
}
.et-pcv2-news__card {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

/* ─── Media: foto editorial · v2.43.27 · vuelto al ORIGINAL pre-2.43.19 */
.et-pcv2-news__media {
    position: relative;
    aspect-ratio: 16 / 11;
    overflow: hidden;
    background-color: #ECECEC;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}
.et-pcv2-news__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.et-pcv2-news__card:hover .et-pcv2-news__img { transform: scale(1.03); }

/* Ilustración SVG editorial · default cuando no hay foto subida */
.et-pcv2-news__illustration {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
}
.et-pcv2-news__illustration svg {
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: block;
    opacity: .96;
}

/* ─── Body · separador · v2.43.24 · LÍNEA pegada a la imagen */
.et-pcv2-news__body {
    margin-top: 0;            /* antes 4 · la línea toca la imagen */
    padding: 10px 2px 0;
    border-top: 1px solid #ECECEC;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.et-pcv2-news__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 900;            /* v2.43.24 · más negrita (antes 800) */
    margin: 0 0 8px;
    color: #0A0A0A;
    letter-spacing: -0.005em;
    line-height: 1.15;
}
.et-pcv2-news__tag {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #525252;
    margin: 0 0 12px;
    letter-spacing: 0.1px;
}
/* v2.42.7 · "Sólo para suscriptores" en azul theme (antes era rojo) */
.et-pcv2-news__tag strong { color: var(--pcv2-blue); font-weight: 700; margin-left: 2px; }
.et-pcv2-news__desc {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 13.5px;
    line-height: 1.55;
    color: #525252;
    margin: 0 0 18px;
    flex: 1;
}

/* ─── CTA "Suscribirse" · pill toggle premium · oculto al activar ─── */
.et-pcv2-news__actions {
    border-top: 1px solid #ECECEC;
    margin-top: 4px;
    padding-top: 14px;
}
.et-pcv2-news__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 900;             /* v2.43.24 · "Suscribirse" más negrita */
    color: #0A0A0A;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: color .15s ease;
}
.et-pcv2-news__cta:hover { color: var(--pcv2-blue); }
.et-pcv2-news__cta-dot {
    width: 38px;
    height: 22px;
    border-radius: 999px;
    background: #DDDDDD;
    position: relative;
    flex-shrink: 0;
    transition: background .2s ease;
}
.et-pcv2-news__cta-dot::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0,0,0,.18);
    transition: transform .22s ease;
}

/* ─── Formulario inline (sale al esconderse el CTA) ─── */
/* v2.42.5 · Bug fix · `display: flex` sobreescribía el atributo HTML
   `hidden` haciendo que el form se viera al inicio. Reglas explícitas
   para respetar el toggle. */
.et-pcv2-news__form[hidden],
.et-pcv2-news__actions[hidden] { display: none !important; }
.et-pcv2-news__form {
    border-top: 1px solid #ECECEC;
    margin-top: 4px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    animation: et-news-fadein .25s ease;
}
@keyframes et-news-fadein {
    from { opacity: 0; transform: translateY(-3px); }
    to   { opacity: 1; transform: translateY(0); }
}
.et-pcv2-news__field { display: flex; flex-direction: column; gap: 5px; }
.et-pcv2-news__label {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8A8A8A;
}
.et-pcv2-news__field input[type="email"] {
    padding: 11px 13px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 13.5px;
    background: #FAFAFA;
    color: #0A0A0A;
    outline: none;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.et-pcv2-news__field input[type="email"]:focus {
    border-color: var(--pcv2-blue);
    background: #FFFFFF;
    box-shadow: 0 0 0 3px rgba(51,81,159,.14);
}

.et-pcv2-news__check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    cursor: pointer;
}
.et-pcv2-news__check input[type="checkbox"] {
    margin-top: 3px;
    accent-color: var(--pcv2-blue);
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.et-pcv2-news__check-text {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 11.5px;
    line-height: 1.5;
    color: #525252;
}
.et-pcv2-news__check-text a {
    color: var(--pcv2-blue);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    font-weight: 600;
}

/* Botón submit · AZUL THEME sobre blanco (premium) */
.et-pcv2-news__submit {
    padding: 12px 20px;
    background: var(--pcv2-blue);
    color: #FFFFFF;
    border: 0;
    border-radius: 6px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease, transform .12s ease;
    box-shadow: 0 4px 14px rgba(51,81,159,.22);
}
.et-pcv2-news__submit:hover {
    background: #2A4485;
    box-shadow: 0 6px 18px rgba(51,81,159,.34);
    transform: translateY(-1px);
}
.et-pcv2-news__submit:active { transform: translateY(0); }
.et-pcv2-news__submit:disabled {
    background: #9DA8C5;
    box-shadow: none;
    cursor: wait;
    transform: none;
}

.et-pcv2-news__msg {
    margin: 0;
    padding: 9px 12px;
    border-radius: 5px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.4;
}
.et-pcv2-news__msg.is-ok  { background: #E8F5E9; color: #15803D; }
.et-pcv2-news__msg.is-err { background: #FEE2E2; color: #B91C1C; }

/* Solo PC: el módulo se oculta en pantallas pequeñas para que no rompa el layout (el banner móvil viejo sigue activo en breakpoints menores) */
@media (max-width: 1024px) {
    .et-pcv2-news { display: none; }
}


/* ════════════════════════════════════════════════════════════════════
   FOOTER PC v2 — MINIMALISTA PREMIUM
   Blanco · sin bordes · acordeones · integrado al ancho del wrapper
═════════════════════════════════════════════════════════════════════ */
.et-pcv2-footer {
    max-width: var(--pcv2-max);
    margin: 32px auto 0;
    padding: 0 var(--pcv2-gut, 32px) 48px;
    background: transparent;
    color: var(--pcv2-ink);
    font-family: 'Manrope', sans-serif;
}

/* ─── BRAND ─── */
.et-pcv2-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 0 28px;
}
.et-pcv2-footer__logo {
    max-width: 220px;
    max-height: 52px;
    width: auto;
    height: auto;
    display: block;
}
.et-pcv2-footer__brand-text {
    display: flex;
    align-items: baseline;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    line-height: 1;
    color: var(--pcv2-ink);
}
.et-pcv2-footer__brand-es {
    font-weight: 200;
    letter-spacing: -0.4px;
    color: var(--pcv2-ink4);
}
.et-pcv2-footer__brand-name {
    font-weight: 900;
    letter-spacing: -1.6px;
    color: var(--pcv2-blue);
}
.et-pcv2-footer__tagline {
    margin: 14px 0 0;
    font-size: 13px;
    color: var(--pcv2-ink4);
    line-height: 1.55;
    max-width: 520px;
    font-weight: 400;
}

/* ─── NAV ACORDEONES ─── */
.et-pcv2-footer__nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0;
    margin: 8px 0 0;
}

.et-pcv2-footer__sec {
    position: relative;
    border-top: 1px solid var(--pcv2-line);
}
.et-pcv2-footer__sec:last-child { border-bottom: 1px solid var(--pcv2-line); }

/* Quitar marker nativo */
.et-pcv2-footer__sec > summary { list-style: none; }
.et-pcv2-footer__sec > summary::-webkit-details-marker { display: none; }
.et-pcv2-footer__sec > summary::marker { display: none; }

/* Summary clicable */
.et-pcv2-footer__sec > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 4px;
    cursor: pointer;
    transition: color 0.2s, padding 0.2s;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.et-pcv2-footer__sec > summary:hover {
    color: var(--pcv2-blue);
    padding-left: 6px;
}
.et-pcv2-footer__sec[open] > summary {
    color: var(--pcv2-blue);
}

.et-pcv2-footer__sec-label {
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: inherit;
}

/* Icono + animación */
.et-pcv2-footer__sec-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--pcv2-line);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pcv2-ink4);
    transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
    flex-shrink: 0;
}
.et-pcv2-footer__sec > summary:hover .et-pcv2-footer__sec-icon {
    border-color: var(--pcv2-blue);
    color: var(--pcv2-blue);
    transform: scale(1.06);
}
.et-pcv2-footer__sec[open] > summary .et-pcv2-footer__sec-icon {
    background: var(--pcv2-blue);
    border-color: var(--pcv2-blue);
    color: #fff;
    transform: rotate(180deg);
}

/* Contenido del acordeón con animación */
.et-pcv2-footer__sec-list {
    list-style: none;
    padding: 0 4px 22px;
    margin: -6px 0 0;
    columns: 1;
    column-gap: 32px;
    animation: et-pcv2-foot-fade 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.et-pcv2-footer__sec-list li {
    margin: 0 0 10px;
    break-inside: avoid;
}
.et-pcv2-footer__sec-list a {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 13.5px;
    color: var(--pcv2-ink4);
    text-decoration: none;
    transition: color 0.15s, transform 0.15s;
    position: relative;
}
.et-pcv2-footer__sec-list a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 1.5px;
    background: var(--pcv2-blue);
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity 0.2s, transform 0.2s, margin-right 0.2s;
}
.et-pcv2-footer__sec-list a:hover {
    color: var(--pcv2-blue);
}
.et-pcv2-footer__sec-list a:hover::before {
    opacity: 1;
    transform: scaleX(1);
    margin-right: 8px;
}

@keyframes et-pcv2-foot-fade {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* En desktop ≥720px, distribuir los enlaces en 2 columnas para sec muy largas */
@media (min-width: 720px) {
    .et-pcv2-footer__sec[open] .et-pcv2-footer__sec-list:has(li:nth-child(6)) {
        columns: 2;
    }
}

/* ─── HAIRLINE divisor ─── */
.et-pcv2-footer__divider {
    height: 1px;
    background: var(--pcv2-line);
    margin: 22px 0 22px;
}

/* ─── BOTTOM BAR ─── */
.et-pcv2-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
}
.et-pcv2-footer__bottom-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
    color: var(--pcv2-ink5);
}
.et-pcv2-footer__copy {
    font-family: 'Manrope', sans-serif;
}
.et-pcv2-footer__copy strong {
    color: var(--pcv2-blue);
    font-weight: 700;
}
.et-pcv2-footer__meta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    color: var(--pcv2-ink5);
    letter-spacing: 0.4px;
}
.et-pcv2-footer__meta i { font-style: normal; opacity: 0.5; }
.et-pcv2-footer__meta em {
    font-style: normal;
    font-weight: 500;
    padding: 2px 8px;
    background: #F2F4F8;
    border-radius: 100px;
    font-size: 10.5px;
}

/* Redes sociales: minimalistas, sin borde, solo color */
.et-pcv2-footer__social {
    display: flex;
    gap: 4px;
}
.et-pcv2-footer__social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    color: var(--pcv2-ink5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.et-pcv2-footer__social a:hover {
    color: var(--pcv2-blue);
    background: rgba(51,81,159,0.06);
    transform: translateY(-1px);
}

@media (max-width: 880px) {
    .et-pcv2-footer { padding-bottom: 32px; }
    .et-pcv2-footer__nav { grid-template-columns: 1fr; }
    .et-pcv2-footer__bottom { flex-direction: column; align-items: flex-start; gap: 16px; }
}

/* ════════════════════════════════════════════════════════════════
 * v2.33.20 · FOOTER PREMIUM MINIMALISTA (--v2)
 *
 * Layout limpio NYT/FT/Bloomberg:
 *   · TOP: brand grande + tagline
 *   · MIDDLE: 4 columnas (Servicios / esTenerife / Legal / Editor)
 *   · BOTTOM: copyright + redes sociales
 *   · Sin acordeones · sin overflow visual
 * ════════════════════════════════════════════════════════════════ */
.et-pcv2-footer--v2 {
    margin-top: 60px;
    padding: 56px 0 32px;
    background: #FAFAFA;
    border-top: 1px solid var(--pcv2-line, #ECECEC);
    font-family: 'Inter', -apple-system, sans-serif;
    color: var(--pcv2-ink, #0A0A0A);
}
.et-pcv2-footer--v2 .et-pcv2-footer__top {
    max-width: 1280px;
    margin: 0 auto 24px;
    padding: 0 40px;
}
.et-pcv2-footer--v2 .et-pcv2-footer__brand {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.et-pcv2-footer--v2 .et-pcv2-footer__logo {
    height: 38px;
    width: auto;
}
.et-pcv2-footer--v2 .et-pcv2-footer__brand-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 34px;
    font-weight: 800;
    color: var(--pcv2-ink, #0A0A0A);
    text-decoration: none;
    letter-spacing: -1px;
    line-height: 1;
}
.et-pcv2-footer--v2 .et-pcv2-footer__brand-es {
    font-style: italic;
    font-weight: 400;
    color: #525252;
}
.et-pcv2-footer--v2 .et-pcv2-footer__brand-name {
    color: var(--pcv2-blue, #33519F);
}
.et-pcv2-footer--v2 .et-pcv2-footer__tagline {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: #525252;
    max-width: 460px;
}

/* Divider hairline */
.et-pcv2-footer--v2 .et-pcv2-footer__divider {
    max-width: 1280px;
    margin: 28px auto;
    padding: 0 40px;
    height: 1px;
    background: var(--pcv2-line, #ECECEC);
    position: relative;
}
.et-pcv2-footer--v2 .et-pcv2-footer__divider::before {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    height: 1px;
    background: var(--pcv2-line, #ECECEC);
}

/* ── COLUMNAS de enlaces ── */
.et-pcv2-footer--v2 .et-pcv2-footer__cols {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
    gap: 48px;
}
.et-pcv2-footer--v2 .et-pcv2-footer__col-title {
    margin: 0 0 14px;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--pcv2-ink, #0A0A0A);
}
.et-pcv2-footer--v2 .et-pcv2-footer__col-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.et-pcv2-footer--v2 .et-pcv2-footer__col-list a {
    color: #3A3A3A;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.3;
    transition: color .15s;
}
.et-pcv2-footer--v2 .et-pcv2-footer__col-list a:hover {
    color: var(--pcv2-blue, #33519F);
}

/* Columna empresa (Editor) */
.et-pcv2-footer--v2 .et-pcv2-footer__col--empresa p {
    margin: 0 0 6px;
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    line-height: 1.5;
    color: #525252;
}
.et-pcv2-footer--v2 .et-pcv2-footer__empresa-name {
    font-weight: 700 !important;
    color: var(--pcv2-ink, #0A0A0A) !important;
    font-size: 13.5px !important;
}
.et-pcv2-footer--v2 .et-pcv2-footer__empresa-addr {
    color: #525252 !important;
}
.et-pcv2-footer--v2 .et-pcv2-footer__empresa-email a {
    color: var(--pcv2-blue, #33519F);
    text-decoration: none;
    font-weight: 600;
}
.et-pcv2-footer--v2 .et-pcv2-footer__empresa-email a:hover {
    text-decoration: underline;
}

/* ── BOTTOM ── */
.et-pcv2-footer--v2 .et-pcv2-footer__bottom {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.et-pcv2-footer--v2 .et-pcv2-footer__copy {
    font-family: 'Inter', sans-serif;
    font-size: 11.5px;
    color: #757575;
    letter-spacing: 0.2px;
}
.et-pcv2-footer--v2 .et-pcv2-footer__copy strong {
    color: var(--pcv2-ink, #0A0A0A);
    font-weight: 700;
}
.et-pcv2-footer--v2 .et-pcv2-footer__version {
    margin-left: 12px;
    font-family: 'JetBrains Mono', 'SF Mono', monospace;
    font-size: 10px;
    color: #BDBDBD;
    letter-spacing: 0.5px;
}
.et-pcv2-footer--v2 .et-pcv2-footer__social {
    display: flex;
    align-items: center;
    gap: 14px;
}
.et-pcv2-footer--v2 .et-pcv2-footer__social a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #525252;
    border: 1px solid #DCDCDC;
    transition: border-color .18s, color .18s, background .18s, transform .18s;
}
.et-pcv2-footer--v2 .et-pcv2-footer__social a:hover {
    border-color: var(--pcv2-ink, #0A0A0A);
    background: var(--pcv2-ink, #0A0A0A);
    color: #FFFFFF;
    transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 1024px) {
    .et-pcv2-footer--v2 .et-pcv2-footer__cols {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}
@media (max-width: 600px) {
    .et-pcv2-footer--v2 {
        padding: 40px 0 24px;
    }
    .et-pcv2-footer--v2 .et-pcv2-footer__top,
    .et-pcv2-footer--v2 .et-pcv2-footer__cols,
    .et-pcv2-footer--v2 .et-pcv2-footer__bottom,
    .et-pcv2-footer--v2 .et-pcv2-footer__divider {
        padding-left: 20px;
        padding-right: 20px;
    }
    .et-pcv2-footer--v2 .et-pcv2-footer__cols {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .et-pcv2-footer--v2 .et-pcv2-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}


/* ═════════════════════════════════════════════════════════════════
 * v2.43.13 · FOOTER PC v3 — Rediseño tipo "El Diario Vasco"
 *   ┌────────────────────────────────────────────────────────────┐
 *   │  ESTENERIFE                       Webs del Grupo           │
 *   │  Copyright © …                    [INFOPUERTOS]            │
 *   │  Domicilio social …               [FINANCIALPORTS]         │
 *   │             [F][X][IG][IN][TT]                             │
 *   │  ──────────────────────────────────────────                │
 *   │  Contactar · Quiénes somos · Aviso legal · …               │
 *   └────────────────────────────────────────────────────────────┘
 * ═════════════════════════════════════════════════════════════════ */
/* v2.43.23 · Footer SIN línea superior (se ha movido al final del bloque
   boletines). El espacio entre boletines y footer lo da margin-top del footer. */
.et-pcv2-footer--v3 {
    max-width: var(--pcv2-max);
    margin: 64px auto 0;            /* espacio cómodo entre la línea del boletín y el footer */
    padding: 32px var(--pcv2-gut, 32px) 32px;
    background: transparent;
    color: var(--pcv2-ink);
    font-family: 'Manrope', 'Inter', sans-serif;
}
/* Línea superior DESACTIVADA · v2.43.23 */
.et-pcv2-footer--v3::before {
    content: none !important;
    display: none !important;
}
/* Refuerza que el divider inferior tenga EXACTAMENTE el mismo aspecto */
.et-pcv2-footer--v3 .et-pcv2-footer__divider {
    width: 100% !important;
    height: 1px !important;
    background: #D8D8D8 !important;
    margin: 0 0 18px !important;
    box-sizing: border-box;
}

/* ─── TOP: brand + buttons · v2.43.19 · alineados ABAJO (al baseline)
   El usuario quiere que el label "Webs del Grupo" + botones se alineen
   con la última línea del bloque izquierdo (la dirección postal). */
.et-pcv2-footer--v3 .et-pcv2-footer__top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: end;          /* ambas columnas pegadas al BOTTOM de la fila */
    align-content: end;
    padding-bottom: 20px;
}
.et-pcv2-footer--v3 .et-pcv2-footer__brand-area,
.et-pcv2-footer--v3 .et-pcv2-footer__btn-area {
    align-self: end;           /* refuerza alineado bottom */
}

/* Brand area (izquierda) */
.et-pcv2-footer--v3 .et-pcv2-footer__brand-area {
    min-width: 0;
}
.et-pcv2-footer--v3 .et-pcv2-footer__logo {
    max-width: 280px;
    max-height: 56px;
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 16px;
}
.et-pcv2-footer--v3 .et-pcv2-footer__wordmark {
    display: inline-block;
    font-family: 'Inter', 'Manrope', sans-serif;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.6px;
    color: #0A0A0A;
    text-decoration: none;
    line-height: 1;
    margin-bottom: 16px;
}
.et-pcv2-footer--v3 .et-pcv2-footer__corp-name {
    margin: 0 0 6px;
    font-size: 12.5px;
    font-weight: 400;
    color: #525252;
    line-height: 1.5;
}
.et-pcv2-footer--v3 .et-pcv2-footer__corp-addr {
    margin: 0;
    font-size: 12.5px;
    font-weight: 400;
    color: #525252;
    line-height: 1.5;
}

/* Buttons area (derecha) */
.et-pcv2-footer--v3 .et-pcv2-footer__btn-area {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    min-width: 220px;
}
.et-pcv2-footer--v3 .et-pcv2-footer__btn-label {
    margin: 0 0 4px;
    font-size: 12.5px;
    font-weight: 500;
    color: #525252;
    line-height: 1.4;
}
.et-pcv2-footer--v3 .et-pcv2-footer__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}
/* v2.43.18 · Botones más finos y compactos · elegantes */
.et-pcv2-footer--v3 .et-pcv2-footer__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 128px;             /* antes 150 */
    height: 26px;             /* antes 32 */
    padding: 0 10px;
    background: #FFFFFF;
    color: #0A0A0A;
    border: 1px solid #D4D4D4;
    border-radius: 3px;       /* esquinas finas */
    font-family: 'Inter', 'Manrope', sans-serif;
    font-size: 10px;          /* antes 11.5 */
    font-weight: 600;
    letter-spacing: 0.25px;
    text-decoration: none;
    text-transform: none;
    box-sizing: border-box;
    transition: background 0.18s ease, border-color 0.18s ease;
}
.et-pcv2-footer--v3 .et-pcv2-footer__btn:hover {
    background: #FAFAFA;
    border-color: #0A0A0A;
}
.et-pcv2-footer--v3 .et-pcv2-footer__btn-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.et-pcv2-footer--v3 .et-pcv2-footer__btn-label {
    font-size: 11px !important;
}
.et-pcv2-footer--v3 .et-pcv2-footer__btns {
    gap: 8px !important;       /* botones más juntos */
}
.et-pcv2-footer--v3 .et-pcv2-footer__btn-area {
    gap: 6px !important;       /* label más pegado a los botones */
    min-width: 0 !important;
}

/* ─── Social row (centrado) ─── */
.et-pcv2-footer--v3 .et-pcv2-footer__social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 4px 0 24px;
}
.et-pcv2-footer--v3 .et-pcv2-footer__social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0A0A0A;
    text-decoration: none;
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.et-pcv2-footer--v3 .et-pcv2-footer__social-icon:hover {
    color: var(--pcv2-blue);
    background: rgba(51, 81, 159, 0.08);
    transform: translateY(-1px);
}

/* ─── Divider ─── */
.et-pcv2-footer--v3 .et-pcv2-footer__divider {
    height: 1px;
    background: #D8D8D8;
    margin: 0 0 18px;
}

/* ─── Bottom links (línea legal) ─── */
.et-pcv2-footer--v3 .et-pcv2-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 10px;
    padding-top: 2px;
}
.et-pcv2-footer--v3 .et-pcv2-footer__bottom-link {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #525252;
    text-decoration: none;
    transition: color 0.15s ease;
}
.et-pcv2-footer--v3 .et-pcv2-footer__bottom-link:hover {
    color: var(--pcv2-blue);
    text-decoration: underline;
}
.et-pcv2-footer--v3 .et-pcv2-footer__bottom-sep {
    color: #BDBDBD;
    font-size: 12px;
}

/* Responsive (<1024px) — apila brand y botones */
@media (max-width: 1023px) {
    .et-pcv2-footer--v3 .et-pcv2-footer__top {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .et-pcv2-footer--v3 .et-pcv2-footer__btn-area {
        align-items: flex-start;
        min-width: 0;
    }
    .et-pcv2-footer--v3 .et-pcv2-footer__btns {
        justify-content: flex-start;
    }
    .et-pcv2-footer--v3 .et-pcv2-footer__bottom-links {
        justify-content: flex-start;
    }
}


/* ═════════════════════════════════════════════════════════════════
 * v2.40.0 · Cabecera unificada PC (.et-pcv2-shx) — mismo lenguaje
 *   visual que el header móvil (et-m-sh2): título a la izquierda,
 *   patrocinador opcional a la derecha, fila de puntos decorativa
 *   debajo. Se usa en reg, econ, intl y csc.
 * ═════════════════════════════════════════════════════════════════ */
.et-pcv2-shx {
    margin: 0 0 24px;
    font-family: 'Manrope', 'Inter', sans-serif;
}
.et-pcv2-shx__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
}
.et-pcv2-shx__title-wrap { min-width: 0; flex: 1; }
/* v2.41.1 · Línea decorativa encima del título · 10% del ancho ·
   Azul theme por defecto · cada módulo puede sobreescribir --shx-accent.
   El módulo Nacional·Internacional usa rojo para mantener su identidad. */
.et-pcv2-shx {
    --shx-accent: var(--pcv2-blue);
}
.et-pcv2-shx--intl {
    --shx-accent: #B91D2D;
}
.et-pcv2-shx__title-wrap::before {
    content: "";
    display: block;
    width: 10%;
    min-width: 56px;
    max-width: 88px;
    height: 4px;
    background: var(--shx-accent);
    margin: 0 0 10px;
    border-radius: 1px;
}
.et-pcv2-shx__title {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.01em;
    margin: 0;
    color: #0A0A0A;
    text-transform: none;
    line-height: 1.15;
}
.et-pcv2-shx__sub {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: #525252;
    line-height: 1.4;
}
.et-pcv2-shx__sponsor {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
    color: inherit;
    max-width: 280px;
}
a.et-pcv2-shx__sponsor { transition: opacity .15s ease; }
a.et-pcv2-shx__sponsor:hover { opacity: .75; }
.et-pcv2-shx__sponsor-prefix {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8A8A8A;
}
.et-pcv2-shx__sponsor-text {
    font-size: 14px;
    font-weight: 700;
    color: #0A0A0A;
    letter-spacing: 0.2px;
}
.et-pcv2-shx__sponsor-logo {
    height: 30px;
    width: auto;
    max-width: 180px;
    display: block;
    object-fit: contain;
}
.et-pcv2-shx__dots {
    height: 6px;
    /* v2.40.2 · puntos en gris muy claro, casi sutiles */
    background-image: radial-gradient(circle, #D8D8D8 1px, transparent 1.3px);
    background-size: 8px 6px;
    background-repeat: repeat-x;
    background-position: left center;
    opacity: 1;
}

/* ═════════════════════════════════════════════════════════════════
 * v2.39.0 · Módulo Nacional · Internacional (intl.php)
 *   Hereda ancho de .et-pcv2-page__inner (sin max-width/padding propio)
 *   para mantener simetría con reg/econ/csc.
 * ═════════════════════════════════════════════════════════════════ */
.et-pcv2-intl {
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
}

/* Grid principal · 3 columnas (A · B · C) */
.et-pcv2-intl__grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 280px;
    gap: 28px;
    align-items: start;
}

/* Kicker · estilo consistente con el resto */
.et-pcv2-intl__kicker {
    display: inline-block;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #B91D2D;
    margin-bottom: 6px;
}

/* ═══════════════ A · 2 noticias (1ª con foto grande) ═══════════════ */
.et-pcv2-intl__col--a {
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-right: 1px solid #E5E5E5;
    padding-right: 24px;
}
.et-pcv2-intl__a1 { display: flex; flex-direction: column; gap: 10px; }
.et-pcv2-intl__a1-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: #ECECEC;
    border-radius: 4px;
    text-decoration: none;
}
.et-pcv2-intl__a1-body { display: flex; flex-direction: column; }
.et-pcv2-intl__a1-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 6px;
    color: #0A0A0A;
}
.et-pcv2-intl__a1-title a { color: inherit; text-decoration: none; }
.et-pcv2-intl__a1-title a:hover { color: #33509E; }
.et-pcv2-intl__a1-dek {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    color: #525252;
    margin: 0;
}
.et-pcv2-intl__a2 {
    padding-top: 14px;
    border-top: 1px solid #ECECEC;
}
.et-pcv2-intl__a2-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    color: #0A0A0A;
}
.et-pcv2-intl__a2-title a { color: inherit; text-decoration: none; }
.et-pcv2-intl__a2-title a:hover { color: #33509E; }

/* ═══════════════ B · 2 noticias (1ª sin foto destacada, 2ª con foto) ═══════════════ */
.et-pcv2-intl__col--b {
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-right: 1px solid #E5E5E5;
    padding-right: 24px;
}
.et-pcv2-intl__b1 { display: flex; flex-direction: column; }
.et-pcv2-intl__b1-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 21px;
    font-weight: 900;            /* destacada → un punto más gruesa */
    line-height: 1.18;
    margin: 0 0 8px;
    color: #0A0A0A;
    letter-spacing: -0.005em;
}
.et-pcv2-intl__b1-title a { color: inherit; text-decoration: none; }
.et-pcv2-intl__b1-title a:hover { color: #33509E; }
.et-pcv2-intl__b1-dek {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #2A2A2A;            /* un poco más oscura que el dek de A */
    margin: 0;
}
.et-pcv2-intl__b2 {
    padding-top: 14px;
    border-top: 1px solid #ECECEC;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.et-pcv2-intl__b2-photo {
    display: block;
    flex: 0 0 110px;
    width: 110px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-color: #ECECEC;
    border-radius: 3px;
    text-decoration: none;
}
.et-pcv2-intl__b2-body { flex: 1; min-width: 0; }
.et-pcv2-intl__b2-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.22;
    margin: 0;
    color: #0A0A0A;
}
.et-pcv2-intl__b2-title a { color: inherit; text-decoration: none; }
.et-pcv2-intl__b2-title a:hover { color: #33509E; }

/* ═══════════════ C · Publicidad vertical ═══════════════ */
/* v2.42.9 · La columna C ya no fuerza min-height. Antes el anuncio tenía
   320px mínimo y estiraba toda la grilla cuando el contenido real era
   menor, dejando huecos vacíos al final de A y B. Ahora C se ajusta al
   tamaño natural del anuncio (o queda vacía si está desactivado).
   `align-self: start` evita que la celda de C se estire al alto de fila. */
.et-pcv2-intl__col--c {
    align-self: start;
}
.et-pcv2-intl__col--c .et-pcv2-ad-slot {
    width: 100%;
}

/* Responsive · ocultar en móvil (el módulo es solo PC) */
@media (max-width: 1024px) {
    .et-pcv2-intl { display: none; }
}

/* ═════════════════════════════════════════════════════════════════
 * v2.41.0 · Módulo 07 · Reportajes (rep.php)
 *   1 reportaje destacado · 3 columnas: título | foto | brand+dek
 *   Inspirado en la maqueta XL del País
 *   Solo PC · oculto en móvil
 * ═════════════════════════════════════════════════════════════════ */

/* ═════════════════════════════════════════════════════════════════
 * v2.43.43 · Módulo SPORTSV2 · Jornada deportiva · solo PC
 *
 *   ─── línea negra superior ───
 *   Jornada deportiva                                  (<) (>)
 *   ┌───────────────┬───────────────┬───────────────┬───────────────┐
 *   │ LaLiga·Final  │ LaLiga·Final  │ LaLiga·Final  │ LaLiga·Final  │
 *   │ 🛡 Almería  1 │ 🛡 Zaragoza 0 │ 🛡 Deport.  1 │ 🛡 Castell. 2 │
 *   │ 🛡 Vallad.  0 │ 🛡 Málaga   2 │ 🛡 LasPal.  2 │ 🛡 Eibar    1 │
 *   └───────────────┴───────────────┴───────────────┴───────────────┘
 * ═════════════════════════════════════════════════════════════════ */
.et-pcv2-sv2 {
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
    font-family: 'Manrope', 'Inter', sans-serif;
}

/* v2.43.53 · Título + logo MUY pequeño · misma línea garantizada via flex.
   Algún CSS global del theme/plugin estaba forzando img { display: block },
   por eso el logo bajaba debajo del texto. Usamos flex en el h2 para
   garantizar layout horizontal sin depender de inline-block. */
.et-pcv2-shx--sv2 .et-pcv2-shx__title {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}
.et-pcv2-sv2__title-text {
    display: inline-block;
}
.et-pcv2-sv2__title-logo {
    display: inline-block !important;
    height: 36px !important;          /* v2.43.55 · más grande · ~1.6× la altura del texto */
    width: auto !important;
    max-width: 140px !important;
    object-fit: contain !important;
    margin: 0 !important;             /* el gap del flex se encarga del espacio */
    vertical-align: middle;
    flex-shrink: 0;
}

.et-pcv2-sv2__nav {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
.et-pcv2-sv2__arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
    color: #0A0A0A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color .15s, background .15s, color .15s, opacity .15s;
    padding: 0;
}
.et-pcv2-sv2__arrow:hover {
    border-color: #0A0A0A;
    background: #0A0A0A;
    color: #FFFFFF;
}
.et-pcv2-sv2__arrow:disabled {
    opacity: .35;
    cursor: not-allowed;
    pointer-events: none;
}

/* Slider horizontal · 4 partidos visibles, resto accesibles via flechas.
   v2.43.44 — flex con anchura fija por tarjeta. Por defecto la sección
   hereda el ancho de .et-pcv2-page__inner y `min-width: 0` evita que el
   contenido la fuerce a crecer. El grid sí puede crecer por su contenido
   (las tarjetas con flex: 0 0 ...). */
.et-pcv2-sv2 { min-width: 0; }
.et-pcv2-sv2__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    /* Padding-bottom para que el sombreado/foco de la última tarjeta no se corte */
    padding-bottom: 4px;
}
.et-pcv2-sv2__grid::-webkit-scrollbar { display: none; }

.et-pcv2-sv2__match {
    /* 4 tarjetas visibles · gap 20px · 3 gaps entre 4 cards */
    flex: 0 0 calc((100% - 3 * 20px) / 4);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    background: #FAFAFA;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    padding: 14px 16px;
}
@media (max-width: 1100px) {
    .et-pcv2-sv2__match {
        flex: 0 0 240px;
    }
}
.et-pcv2-sv2__match-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}
.et-pcv2-sv2__match-comp {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #525252;
    letter-spacing: 0.1px;
}
.et-pcv2-sv2__match-status {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #8A8A8A;
    letter-spacing: 0.2px;
    text-transform: none;
}

/* Filas de equipos */
.et-pcv2-sv2__team {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 12px;
}
.et-pcv2-sv2__badge {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #8A8A8A;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2px;
    box-sizing: border-box;
}
.et-pcv2-sv2__badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.et-pcv2-sv2__badge svg {
    width: 20px;
    height: 20px;
    display: block;
}
.et-pcv2-sv2__team-name {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0A0A0A;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.et-pcv2-sv2__score {
    font-family: 'Inter', 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #0A0A0A;
    line-height: 1;
    min-width: 18px;
    text-align: right;
}

/* Oculto en móvil */
@media (max-width: 1023px) {
    .et-pcv2-sv2 { display: none; }
}


.et-pcv2-rep {
    margin-top: 48px;
    padding-top: 28px;
    font-family: 'Manrope', 'Inter', sans-serif;
}

/* Línea negra delgada superior (estilo periódico) */
.et-pcv2-rep__divider {
    height: 2px;
    background: #0A0A0A;
    margin: 0 0 28px;
}

.et-pcv2-rep__grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 36px;
    align-items: start;
}
.et-pcv2-rep__col { min-width: 0; }

/* ═══════════════ A · Título grande alineado a la derecha ═══════════════ */
.et-pcv2-rep__col--a {
    padding-top: 8px;
    text-align: right;
}
.et-pcv2-rep__title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
    color: #0A0A0A;
    letter-spacing: -0.015em;
}
.et-pcv2-rep__title a { color: inherit; text-decoration: none; }
.et-pcv2-rep__title a:hover { color: var(--pcv2-blue); }

/* ═══════════════ B · Foto destacada central ═══════════════ */
.et-pcv2-rep__photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #ECECEC;
    text-decoration: none;
}

/* ═══════════════ C · Brand mark + captions + dek + byline ═══════════════ */
.et-pcv2-rep__col--c {
    padding-top: 4px;
}
.et-pcv2-rep__brand {
    display: inline-flex;
    align-items: flex-end;
    line-height: 0.9;
    margin: 0 0 28px;
}
.et-pcv2-rep__brand-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 56px;
    font-weight: 900;
    color: #0A0A0A;
    letter-spacing: -0.02em;
    line-height: 0.9;
}
.et-pcv2-rep__brand-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--pcv2-blue);
    border-radius: 50%;
    margin: 0 0 6px 4px;
    flex-shrink: 0;
}
.et-pcv2-rep__caption {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--pcv2-blue);
    line-height: 1.3;
    margin: 0 0 4px;
}
.et-pcv2-rep__subtitle {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--pcv2-blue);
    line-height: 1.3;
    margin: 0 0 14px;
    opacity: 0.78;
}
.et-pcv2-rep__dek {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #2A2A2A;
    margin: 0 0 12px;
}
/* Byline (sale como .et-pcv2-hero__byline desde el helper) */
.et-pcv2-rep .et-pcv2-hero__byline {
    margin-top: 8px;
    font-style: italic;
    color: #525252;
}

/* Responsive · solo PC */
@media (max-width: 1024px) {
    .et-pcv2-rep { display: none; }
}

/* ═════════════════════════════════════════════════════════════════
 * v2.41.1 · Módulo 06 · Ciencia · Espacio · Viajes
 *   Rediseño completo (estilo El Comercio):
 *     A (Espacio):  2 noticias text-only con hairline
 *     B (Ciencia):  1 noticia destacada con foto + pie
 *     C (Viajes):   1 destacada con foto + 2 sub en grid 2 cols
 *   Mismas fuentes/grosor/sizes que intl · solo PC
 * ═════════════════════════════════════════════════════════════════ */

/* Override del grid antiguo · 3 columnas asimétricas */
.et-pcv2-csc .et-pcv2-csc__grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1.1fr;
    gap: 28px;
    align-items: start;
}

.et-pcv2-csc .et-pcv2-csc__col {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* Separadores verticales tipo periódico */
.et-pcv2-csc .et-pcv2-csc__col--a,
.et-pcv2-csc .et-pcv2-csc__col--b {
    border-right: 1px solid #E5E5E5;
    padding-right: 24px;
}

/* ═══════════════ A · Espacio · A1 grande sin foto + A2 pequeña con foto ═══════════════ */
.et-pcv2-csc .et-pcv2-csc__a-item {
    padding: 0;
    border: 0;
    margin: 0;
}
.et-pcv2-csc .et-pcv2-csc__a-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    margin: 0 0 8px;
    color: #0A0A0A;
    letter-spacing: -0.005em;
}
.et-pcv2-csc .et-pcv2-csc__a-title a { color: inherit; text-decoration: none; }
.et-pcv2-csc .et-pcv2-csc__a-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-csc .et-pcv2-csc__a-dek {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    color: #525252;
    margin: 0 0 8px;
}
/* A2 · noticia mini con foto pequeña + texto compacto (v2.41.2) */
.et-pcv2-csc .et-pcv2-csc__a-mini {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E5E5E5;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.et-pcv2-csc .et-pcv2-csc__a-mini-photo {
    display: block;
    flex: 0 0 100px;
    width: 100px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-color: #ECECEC;
    border-radius: 3px;
    text-decoration: none;
}
.et-pcv2-csc .et-pcv2-csc__a-mini-body { flex: 1; min-width: 0; }
.et-pcv2-csc .et-pcv2-csc__a-mini-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.22;
    margin: 0;
    color: #0A0A0A;
}
.et-pcv2-csc .et-pcv2-csc__a-mini-title a { color: inherit; text-decoration: none; }
.et-pcv2-csc .et-pcv2-csc__a-mini-title a:hover { color: var(--pcv2-blue); }

/* ═══════════════ B · Ciencia · 1 noticia destacada con foto ═══════════════ */
.et-pcv2-csc__b { display: flex; flex-direction: column; gap: 10px; }
.et-pcv2-csc__b-photo {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: #ECECEC;
    text-decoration: none;
}
.et-pcv2-csc__b-caption {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 11.5px;
    line-height: 1.4;
    color: #8A8A8A;
    margin: 0;
    font-style: italic;
}
.et-pcv2-csc__b-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.15;
    margin: 4px 0 0;
    color: #0A0A0A;
    letter-spacing: -0.01em;
}
.et-pcv2-csc__b-title a { color: inherit; text-decoration: none; }
.et-pcv2-csc__b-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-csc__b-dek {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #2A2A2A;
    margin: 4px 0 0;
}
/* B2 · noticia mini sin foto · fuente igual a A2 (v2.41.2 · simetría) */
.et-pcv2-csc__b-mini {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E5E5E5;
}
.et-pcv2-csc__b-mini-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.22;
    margin: 0;
    color: #0A0A0A;
}
.et-pcv2-csc__b-mini-title a { color: inherit; text-decoration: none; }
.et-pcv2-csc__b-mini-title a:hover { color: var(--pcv2-blue); }

/* ═══════════════ C · Viajes · 1 destacada + 2 sub en 2 cols ═══════════════ */
/* Sponsor del bloque Viajes — solo logo, centrado, premium (v2.41.3) */
.et-pcv2-csc__c-sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0 18px;
    margin: 0 0 18px;
    border-bottom: 1px solid #ECECEC;
    text-decoration: none;
    color: inherit;
    transition: opacity .15s ease;
}
a.et-pcv2-csc__c-sponsor:hover { opacity: .8; }
.et-pcv2-csc__c-sponsor-logo {
    height: 36px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
}

.et-pcv2-csc__c1 { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.et-pcv2-csc__c1-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #ECECEC;
    text-decoration: none;
}
.et-pcv2-csc__c1-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
    margin: 4px 0 0;
    color: #0A0A0A;
    text-align: center;
}
.et-pcv2-csc__c1-title a { color: inherit; text-decoration: none; }
.et-pcv2-csc__c1-title a:hover { color: var(--pcv2-blue); }
.et-pcv2-csc__c1 .et-pcv2-hero__byline { justify-content: center; }

.et-pcv2-csc__c2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    padding-top: 18px;
    border-top: 1px solid #E5E5E5;
}
.et-pcv2-csc__c2 { display: flex; flex-direction: column; gap: 8px; }
.et-pcv2-csc__c2-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-color: #ECECEC;
    text-decoration: none;
}
.et-pcv2-csc__c2-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.22;
    margin: 2px 0 0;
    color: #0A0A0A;
}
.et-pcv2-csc__c2-title a { color: inherit; text-decoration: none; }
.et-pcv2-csc__c2-title a:hover { color: var(--pcv2-blue); }

/* Byline (helper produce .et-pcv2-hero__byline) */
.et-pcv2-csc .et-pcv2-hero__byline {
    margin-top: 6px;
    font-size: 12px;
    color: #525252;
}

/* Responsive · oculto en móvil (mismo criterio que intl/rep) */
@media (max-width: 1024px) {
    .et-pcv2-csc { display: none; }
}

/* ═════════════════════════════════════════════════════════════════
 * v2.41.2 · LÍNEAS SEPARATORIAS VERTICALES UNIFICADAS
 *   Aplicadas a TODOS los bloques PC para coherencia visual de
 *   arriba a abajo · mismo color/grosor que intl y csc.
 *   Solo en desktop (>= 1025px). Se ocultan en móvil.
 * ═════════════════════════════════════════════════════════════════ */
@media (min-width: 1025px) {
    /* HERO · 3 columnas — separadores entre col 1↔2 y col 2↔3 */
    .et-pcv2-hero__col:not(:last-child) {
        border-right: 1px solid #E5E5E5;
        padding-right: 28px;
    }
    .et-pcv2-hero__col + .et-pcv2-hero__col { padding-left: 0; }

    /* REPORTAJES · 3 columnas */
    .et-pcv2-rep__col:not(:last-child) {
        border-right: 1px solid #E5E5E5;
        padding-right: 28px;
    }

    /* ECONOMÍA · separar columna C (precios) del bloque A+B */
    .et-pcv2-econ__grid > .et-pcv2-econ__c {
        border-left: 1px solid #E5E5E5;
        padding-left: 24px;
    }

    /* REGIONAL · separadores entre las columnas principales */
    .et-pcv2-reg__col--a1:not(:last-child),
    .et-pcv2-reg__col--a23:not(:last-child) {
        border-right: 1px solid #E5E5E5;
        padding-right: 24px;
    }

    /* DEPORTES · separador entre los 2 equipos */
    .et-pcv2-sports__col:first-child,
    .et-pcv2-sports__team:first-child {
        border-right: 1px solid #E5E5E5;
        padding-right: 24px;
    }

    /* WQO · Tiempo · Sismos · Opinión — 3 columnas con separadores (v2.41.3) */
    .et-pcv2-wqo__col:not(:last-child) {
        border-right: 1px solid #E5E5E5;
        padding-right: 24px;
    }
}

/* ═════════════════════════════════════════════════════════════════
 * v2.42.0 · Módulo 08 · Juegos
 *   6 tarjetas en fila (5 juegos + 1 explora más). Estilo elegante,
 *   minimalista, premium · solo PC.
 * ═════════════════════════════════════════════════════════════════ */
.et-pcv2-games {
    margin-top: 48px;
    padding-top: 28px;
    font-family: 'Manrope', 'Inter', sans-serif;
}

.et-pcv2-games__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    align-items: start;
    margin-top: 8px;
}

.et-pcv2-games__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease;
}
a.et-pcv2-games__card:hover { transform: translateY(-3px); }
a.et-pcv2-games__card:hover .et-pcv2-games__bg { box-shadow: 0 8px 22px rgba(10,10,10,.08); }

.et-pcv2-games__bg {
    border-radius: 14px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    transition: box-shadow .25s ease;
}
.et-pcv2-games__inner {
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.et-pcv2-games__icon {
    width: 60%;
    max-width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.et-pcv2-games__icon svg {
    width: 100%;
    height: auto;
    display: block;
}
.et-pcv2-games__label {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0A0A0A;
    text-align: left;
    letter-spacing: -0.005em;
    line-height: 1.3;
    padding: 0 2px;
}

/* Responsive · solo PC */
@media (max-width: 1024px) {
    .et-pcv2-games { display: none; }
}

/* ═════════════════════════════════════════════════════════════════
 * MÓDULO · HORÓSCOPOS (v2.44.5)
 * Slider de 1 fila con scroll-snap nativo + flechas prev/next.
 * Nombre del signo DENTRO de la tarjeta (debajo del icono SVG).
 * Última tarjeta = CTA "Ir al centro astrológico".
 * ═════════════════════════════════════════════════════════════════ */
.et-pcv2-horoscope {
    margin-top: 48px;
    padding-top: 28px;
    font-family: 'Manrope', 'Inter', sans-serif;
}
.et-pcv2-horoscope__slider {
    position: relative;
    margin-top: 12px;
}
.et-pcv2-horoscope__track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;             /* Firefox */
    -ms-overflow-style: none;          /* IE/Edge */
    padding: 4px 2px 16px;             /* respira box-shadow del hover */
    margin: -4px -2px -16px;
}
.et-pcv2-horoscope__track::-webkit-scrollbar { display: none; }

/* Card · ancho fijo de slot · 6 visibles aprox por viewport ancho */
.et-pcv2-horoscope__card {
    flex: 0 0 calc((100% - 5 * 18px) / 6);
    max-width: 180px;
    scroll-snap-align: start;
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease;
    display: block;
}
a.et-pcv2-horoscope__card:hover { transform: translateY(-3px); }
a.et-pcv2-horoscope__card:hover .et-pcv2-horoscope__bg { box-shadow: 0 8px 22px rgba(10,10,10,.08); }

.et-pcv2-horoscope__bg {
    display: block;
    border-radius: 14px;
    padding: 14px;
    aspect-ratio: 1 / 1;
    transition: box-shadow .25s ease;
}
.et-pcv2-horoscope__inner {
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
    text-align: center;
    box-sizing: border-box;
}
.et-pcv2-horoscope__icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.et-pcv2-horoscope__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.et-pcv2-horoscope__name {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0A0A0A;
    letter-spacing: -0.005em;
    line-height: 1.2;
    margin-top: 2px;
}
.et-pcv2-horoscope__range {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #4A4A4A;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 1.2;
}
.et-pcv2-horoscope__element {
    font-size: 10px;
    font-weight: 500;
    color: #757575;
    letter-spacing: 0.3px;
}

/* ─── CTA card · "Ir al centro astrológico" ──────────────────────
   Tono cream cálido que conserva la armonía pastel del resto.
   Acabado premium con un punto más de saturación para destacar
   suavemente sobre los signos sin romper la paleta.            ─── */
.et-pcv2-horoscope__card--cta .et-pcv2-horoscope__bg--cta {
    background: #F2EBE0;        /* cream cálido · familia pastel */
}
.et-pcv2-horoscope__inner--cta {
    background: #FFFFFF;
    color: #1F1F1F;
}
.et-pcv2-horoscope__cta-icon {
    width: 40px;
    height: 40px;
    color: #6A5A3E;             /* bronce suave · resaltado discreto */
}
.et-pcv2-horoscope__cta-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.et-pcv2-horoscope__name--cta {
    color: #1F1F1F;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 4px;
}
.et-pcv2-horoscope__cta-arrow {
    color: #6A5A3E;
    font-size: 16px;
    font-weight: 600;
    opacity: 0.85;
    transition: transform .25s ease, opacity .25s ease;
}
a.et-pcv2-horoscope__card--cta:hover .et-pcv2-horoscope__cta-arrow {
    opacity: 1;
    transform: translateX(3px);
    color: #4A3F2A;
}

/* ─── Flechas del slider ─── */
.et-pcv2-horoscope__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #E5E3DD;
    color: #0A0A0A;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    z-index: 5;
    box-shadow: 0 2px 10px rgba(10,10,10,.08);
    transition: background .15s ease, transform .15s ease, opacity .15s ease;
}
.et-pcv2-horoscope__arrow:hover {
    background: #F7F6F1;
    transform: translateY(-50%) scale(1.05);
}
.et-pcv2-horoscope__arrow[disabled] {
    opacity: 0;
    pointer-events: none;
}
.et-pcv2-horoscope__arrow--prev { left: -12px; }
.et-pcv2-horoscope__arrow--next { right: -12px; }

/* Responsive · solo PC */
@media (max-width: 1024px) {
    .et-pcv2-horoscope { display: none; }
}
@media (min-width: 1025px) and (max-width: 1280px) {
    .et-pcv2-horoscope__card {
        flex: 0 0 calc((100% - 4 * 18px) / 5);   /* 5 visibles */
    }
}

/* ═════════════════════════════════════════════════════════════════
 * REG · 3ª noticia de Canarias con thumb pequeña a la derecha
 * (v2.44.4 · fix spacing v2.44.7)
 *
 * NOTA: la regla genérica de --a23 hace padding:0 margin:0 a TODOS los
 * .et-pcv2-reg__item dentro de esa columna. Por eso necesitamos un
 * selector con la misma profundidad o mayor para que nuestros márgenes
 * y la hairline separatoria se apliquen.
 * ═════════════════════════════════════════════════════════════════ */
.et-pcv2-reg--v2 .et-pcv2-reg__col--a23 .et-pcv2-reg__item--with-thumb {
    display: grid;
    grid-template-columns: 1fr 116px;
    gap: 16px;
    align-items: flex-start;
    margin-top: 22px;            /* respiro vs. A2 */
    padding-top: 22px;           /* simetría con el margen */
    border-top: 1px solid var(--pcv2-line-soft, #E5E3DD); /* hairline separatoria */
}
.et-pcv2-reg__item--with-thumb .et-pcv2-reg__item-body {
    min-width: 0;
}
.et-pcv2-reg--v2 .et-pcv2-reg__col--a23 .et-pcv2-reg__item--with-thumb .et-pcv2-reg__item-title {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.25;
}
.et-pcv2-reg__item-thumb {
    display: block;
    width: 116px;
    height: 82px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
}
.et-pcv2-reg--v2 .et-pcv2-reg__col--a23 .et-pcv2-reg__item--with-thumb .et-pcv2-reg__item-dek {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 8px;
}
@media (max-width: 1024px) {
    .et-pcv2-reg--v2 .et-pcv2-reg__col--a23 .et-pcv2-reg__item--with-thumb {
        grid-template-columns: 1fr 92px;
        margin-top: 18px;
        padding-top: 18px;
    }
    .et-pcv2-reg__item-thumb {
        width: 92px;
        height: 66px;
    }
}

/* ═════════════════════════════════════════════════════════════════
 * MÓDULO · MUNDIAL 2026 (v2.44.8)
 * Reusa el lenguaje visual de sv2 (carrusel de partidos) + bloque
 * superior de 2 noticias estilo A2 del hero. Coherente con reg/econ/intl.
 * ═════════════════════════════════════════════════════════════════ */
.et-pcv2-wc {
    margin-top: 44px;
    padding-top: 36px;
    border-top: 1px solid var(--pcv2-line);
    font-family: 'Manrope', 'Inter', sans-serif;
    min-width: 0;
}
.et-pcv2-shx--wc .et-pcv2-shx__title {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
}
.et-pcv2-wc__title-text { display: inline-block; }
.et-pcv2-wc__title-logo {
    display: inline-block !important;
    height: 36px !important; width: auto !important;
    max-width: 140px !important; object-fit: contain !important;
    margin: 0 !important; vertical-align: middle; flex-shrink: 0;
}
.et-pcv2-wc__nav { display: flex; gap: 8px; flex-shrink: 0; }
.et-pcv2-wc__arrow {
    width: 32px; height: 32px; border-radius: 50%;
    border: 1px solid #D8D8D8; background: #FFFFFF; color: #0A0A0A;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; padding: 0;
    transition: border-color .15s, background .15s, color .15s, opacity .15s;
}
.et-pcv2-wc__arrow:hover { border-color: #0A0A0A; background: #0A0A0A; color: #FFFFFF; }
.et-pcv2-wc__arrow:disabled { opacity: .35; cursor: not-allowed; pointer-events: none; }

/* ─── Slider directamente debajo de la cabecera (sin bloque de 2 noticias) ─── */
.et-pcv2-wc .et-pcv2-shx { margin-bottom: 22px; }


/* Bloque tipo REP debajo del slider · línea negra separadora premium */
.et-pcv2-wc__rep-divider {
    margin: 40px 0 0; /* la propia .et-pcv2-rep aplica padding-top:28px */
}
.et-pcv2-wc__rep {
    margin-top: 0;
    padding-top: 28px;
}

/* ─── Slider por GRUPOS (cada página = 1 grupo · 2 tarjetas apiladas) ─── */
.et-pcv2-wc__pager-row {
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px; margin: 0 0 16px; flex-wrap: wrap;
}
.et-pcv2-wc__pager-title {
    display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
    min-width: 0;
}
.et-pcv2-wc__pager-label {
    font-family: 'Inter', sans-serif;
    font-weight: 900; font-size: 18px; letter-spacing: -0.3px;
    color: var(--pcv2-ink, #0A0A0A); text-transform: uppercase;
}
.et-pcv2-wc__pager-dates {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 600; font-size: 12.5px; color: #6A6A6A;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.et-pcv2-wc__pager-dots {
    display: inline-flex; gap: 4px; align-items: center;
    flex-shrink: 0;
}
.et-pcv2-wc__dot {
    min-width: 24px; height: 24px; padding: 0 6px;
    border-radius: 4px;
    border: 1px solid transparent; background: #F0F0EE; color: #6A6A6A;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 11.5px; font-weight: 700; letter-spacing: 0.3px;
    transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.et-pcv2-wc__dot:hover { background: #E4E4E0; color: #0A0A0A; }
.et-pcv2-wc__dot.is-active {
    background: var(--pcv2-blue, #33519F);
    color: #FFFFFF;
    border-color: var(--pcv2-blue, #33519F);
}

.et-pcv2-wc__grid {
    display: flex; flex-wrap: nowrap; gap: 0;
    overflow-x: auto; overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-bottom: 4px;
}
.et-pcv2-wc__grid::-webkit-scrollbar { display: none; }
.et-pcv2-wc__page {
    flex: 0 0 100%; width: 100%; min-width: 100%;
    scroll-snap-align: start;
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
    align-items: stretch;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .et-pcv2-wc__page { grid-template-columns: 1fr; }
}

/* Tarjeta de Jornada (contiene 2 partidos del mismo grupo) */
.et-pcv2-wc__matchday {
    background: #FAFAFA; border: 1px solid #ECECEC; border-radius: 10px;
    padding: 16px 20px;
    display: flex; flex-direction: column; gap: 10px;
    transition: border-color .18s, box-shadow .18s;
}
.et-pcv2-wc__matchday:hover {
    border-color: var(--pcv2-blue, #33519F);
    box-shadow: 0 4px 16px rgba(51,81,159,0.06);
}
.et-pcv2-wc__matchday-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; padding-bottom: 8px;
    border-bottom: 1px solid #EFEFEF;
}
.et-pcv2-wc__matchday-title {
    font-family: 'Inter', sans-serif;
    font-size: 11px; font-weight: 800; letter-spacing: 1.2px;
    color: #0A0A0A; text-transform: uppercase;
}
.et-pcv2-wc__matchday-date {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 11.5px; font-weight: 600; color: #6A6A6A;
    letter-spacing: 0.4px; text-transform: uppercase;
}
.et-pcv2-wc__matchday-body {
    display: flex; flex-direction: column; gap: 4px;
}
.et-pcv2-wc__matchday-foot {
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px; padding-top: 6px;
    border-top: 1px dashed #EAEAEA;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px; font-weight: 600; color: #8A8A8A;
    letter-spacing: 0.5px; text-transform: uppercase;
}

/* Fila individual partido: bandera|nombre   marcador/hora   nombre|bandera */
.et-pcv2-wc__mrow {
    display: grid;
    grid-template-columns: 1fr 70px 1fr;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #F1F1F1;
}
.et-pcv2-wc__mrow:last-child { border-bottom: 0; }
.et-pcv2-wc__mside {
    display: flex; align-items: center; gap: 10px; min-width: 0;
}
.et-pcv2-wc__mside--home { justify-content: flex-end; text-align: right; }
.et-pcv2-wc__mside--away { justify-content: flex-start; text-align: left; }
.et-pcv2-wc__mside .et-pcv2-wc__team-name {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 14px; font-weight: 700; color: var(--pcv2-ink, #0A0A0A);
    letter-spacing: -0.1px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    min-width: 0;
}
.et-pcv2-wc__mcenter {
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 800; letter-spacing: 0.4px;
    background: #FFFFFF; border: 1px solid #E8E8E5; border-radius: 4px;
    padding: 6px 8px;
}
.et-pcv2-wc__mcenter.is-score { font-size: 16px; color: #0A0A0A; font-variant-numeric: tabular-nums; }
.et-pcv2-wc__mcenter.is-time  { font-size: 13px; color: #4A4A4A; }
.et-pcv2-wc__mcenter.is-live  {
    font-size: 13px; color: #C8102E;
    background: rgba(200,16,46,0.06);
    border-color: rgba(200,16,46,0.25);
}
.et-pcv2-wc__match-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px; margin-bottom: 6px;
}
.et-pcv2-wc__match-comp {
    font-size: 11.5px; font-weight: 600; color: #525252;
    letter-spacing: 0.2px; text-transform: uppercase;
}
.et-pcv2-wc__match-status {
    font-size: 11px; font-weight: 600; color: #8A8A8A;
}
.et-pcv2-wc__match-status.is-live {
    color: #C8102E; position: relative; padding-left: 14px;
}
.et-pcv2-wc__match-status.is-live::before {
    content: ''; position: absolute; left: 0; top: 50%;
    width: 6px; height: 6px; margin-top: -3px;
    background: #C8102E; border-radius: 50%;
    animation: et-wc-pulse 1.4s ease-in-out infinite;
}
@keyframes et-wc-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
}

.et-pcv2-wc__team {
    display: grid; grid-template-columns: 28px 1fr auto;
    align-items: center; gap: 12px;
}
.et-pcv2-wc__team-badge {
    width: 28px; height: 22px;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    background: #FFFFFF; border-radius: 3px;
    overflow: hidden; box-sizing: border-box;
    box-shadow: 0 0 0 1px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
}
.et-pcv2-wc__team-badge img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.et-pcv2-wc__team-flag {
    font-size: 14px; line-height: 1; color: #8A8A8A;
}
.et-pcv2-wc__team-name {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-size: 13.5px; font-weight: 600;
    color: var(--pcv2-ink, #0A0A0A);
    letter-spacing: -0.1px;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.et-pcv2-wc__team-score {
    font-family: 'Inter', sans-serif;
    font-size: 17px; font-weight: 800;
    color: var(--pcv2-ink, #0A0A0A);
    font-variant-numeric: tabular-nums;
    min-width: 18px; text-align: right;
}
.et-pcv2-wc__match-foot {
    margin-top: 6px; padding-top: 8px;
    border-top: 1px solid #EAEAEA;
    font-size: 10.5px; font-weight: 600;
    color: #8A8A8A; text-align: center;
    letter-spacing: 0.4px; text-transform: uppercase;
}

/* Solo PC */
@media (max-width: 1024px) {
    .et-pcv2-wc { display: none; }
}

/* ═════════════════════════════════════════════════════════════════
 * VIDACULT · Sociedad · Salud · Cultura (v2.44.23)
 * Tipografía Hero PC: Inter 800 títulos, kicker azul theme.
 * Layout 3 columnas: A grande (Sociedad) · B y C medianas (Salud, Cultura).
 * ═════════════════════════════════════════════════════════════════ */
.et-pcv2-vc {
    margin-top: 44px;
    padding-top: 28px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-width: 0;
}
.et-pcv2-vc__grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 32px;
    align-items: start;
    margin-top: 22px;
}
.et-pcv2-vc__col { min-width: 0; }

.et-pcv2-vc__article {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Fotos */
.et-pcv2-vc__photo {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: var(--pcv2-line-soft, #EFEDE7);
    text-decoration: none;
    border-radius: 2px;
}
.et-pcv2-vc__photo--lg {
    aspect-ratio: 4 / 3;
    margin-bottom: 4px;
}
.et-pcv2-vc__photo--sm {
    aspect-ratio: 4 / 3;
    margin-bottom: 4px;
}

/* Body */
.et-pcv2-vc__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

/* Kicker azul theme (línea pequeña con la temática) */
.et-pcv2-vc__kicker {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--pcv2-blue, #33519F);
    letter-spacing: -0.1px;
    line-height: 1.25;
    margin: 0 0 2px;
}

/* Títulos · estilo Hero PC */
.et-pcv2-vc__title {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    color: var(--pcv2-ink, #0A0A0A);
    letter-spacing: -0.6px;
}
.et-pcv2-vc__title a {
    color: inherit;
    text-decoration: none;
    transition: color .15s;
}
.et-pcv2-vc__title a:hover { color: var(--pcv2-blue, #33519F); }

.et-pcv2-vc__title--lg {
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.9px;
}
.et-pcv2-vc__title--sm {
    font-size: 18px;
    line-height: 1.18;
    letter-spacing: -0.4px;
}

/* Entradilla */
.et-pcv2-vc__dek {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--pcv2-ink3, #4A4A4A);
    font-weight: 400;
}

/* Solo PC */
@media (max-width: 1024px) {
    .et-pcv2-vc { display: none; }
}
