/* ═════════════════════════════════════════════════════════════════
   Dunes Theme · Footer Premium · v2.25.3
   Override claro con acentos azul accent (#33519F) para mobile.
   Aplica a .et-m__footer (móvil), .et-pcv2-footer (PC) y refs en single.
   ═════════════════════════════════════════════════════════════════ */

/* ────────── MOBILE FOOTER · claro premium ─────────────────────── */
.et-m__footer {
    background: linear-gradient(180deg, #F7F9FC 0%, #EAF0F9 100%) !important;
    color: #0A0A0A !important;
    padding: 40px 22px 30px !important;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #E5EAF2 !important;
}
.et-m__footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #33519F 0%, #4263B0 50%, #33519F 100%);
    opacity: 0.85;
}
.et-m__footer-brand {
    text-align: center;
    margin-bottom: 28px;
}
/* v2.25.8 — logo centrado (mismo del header), reemplaza el wordmark de texto */
.et-m__footer-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 12px !important;
    text-decoration: none !important;
}
.et-m__footer-logo img {
    display: block;
    max-width: 200px;
    max-height: 48px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.et-m__footer-wordmark {
    display: inline-block !important;
    margin: 0 0 8px !important;
    font-family: 'Inter', -apple-system, system-ui, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #0F1B3D !important;
    letter-spacing: -0.5px !important;
    text-decoration: none !important;
}
.et-m__footer-tagline {
    font-size: 12.5px !important;
    color: #525252 !important;
    line-height: 1.55 !important;
    margin: 0 0 18px !important;
    max-width: 320px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.et-m__footer-social {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
}
.et-m__footer-social a {
    width: 38px !important;
    height: 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #FFFFFF !important;
    border: 1px solid #D7DEEA !important;
    border-radius: 50% !important;
    color: #33519F !important;
    text-decoration: none !important;
    transition: all .15s ease !important;
    box-shadow: 0 2px 6px rgba(51,81,159,.06) !important;
}
.et-m__footer-social a:hover {
    background: #33519F !important;
    color: #FFFFFF !important;
    border-color: #33519F !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(51,81,159,.28) !important;
}

/* Accordions */
.et-m__footer-acc {
    border-bottom: 1px solid #E5EAF2 !important;
    background: transparent !important;
}
.et-m__footer-acc-trigger {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 4px !important;
    background: transparent !important;
    border: 0 !important;
    color: #0A0A0A !important;
    font-family: inherit !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    text-align: left !important;
}
.et-m__footer-acc-trigger svg {
    width: 18px;
    height: 18px;
    color: #33519F !important;
    transition: transform .25s ease !important;
}
.et-m__footer-acc.is-open .et-m__footer-acc-trigger svg {
    transform: rotate(45deg);
}
.et-m__footer-acc-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.et-m__footer-acc.is-open .et-m__footer-acc-content {
    max-height: 600px;
}
.et-m__footer-acc-content ul {
    list-style: none !important;
    padding: 0 0 14px !important;
    margin: 0 !important;
}
.et-m__footer-acc-content li {
    padding: 5px 0 !important;
}
.et-m__footer-acc-content a {
    color: #525252 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1px !important;
    transition: color .15s !important;
    border: 0 !important;
}
.et-m__footer-acc-content a:hover {
    color: #33519F !important;
}

.et-m__footer-bottom {
    text-align: center !important;
    padding: 22px 0 0 !important;
    margin-top: 18px !important;
    border-top: 1px solid #E5EAF2 !important;
    color: #8C8C8C !important;
    font-size: 11.5px !important;
    line-height: 1.6 !important;
}
.et-m__footer-bottom .ver {
    display: inline-block;
    margin-left: 8px;
    padding: 1px 7px;
    background: #FFFFFF;
    border: 1px solid #E5EAF2;
    border-radius: 4px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: #33519F;
}

/* Mobile bottom-nav (si existe) */
.et-m__bottomnav {
    background: #FFFFFF !important;
    border-top: 1px solid #E5EAF2 !important;
    box-shadow: 0 -6px 16px rgba(51,81,159,.06) !important;
}
.et-m__bottomnav a,
.et-m__bottomnav button {
    color: #525252 !important;
}
.et-m__bottomnav a.is-active,
.et-m__bottomnav button.is-active {
    color: #33519F !important;
}

/* ────────── PC FOOTER · refinar acentos azules ────────────────── */
.et-pcv2-footer {
    background: #FFFFFF !important;
    border-top: 1px solid #E5EAF2 !important;
    position: relative;
}
.et-pcv2-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #33519F 0%, #4263B0 50%, #33519F 100%);
}
.et-pcv2-footer__brand-es {
    color: #33519F !important;
}
.et-pcv2-footer a {
    transition: color .15s !important;
}
.et-pcv2-footer a:hover {
    color: #33519F !important;
}
.et-pcv2-footer__social a {
    background: #F7F9FC !important;
    border: 1px solid #E5EAF2 !important;
    color: #33519F !important;
    transition: all .15s !important;
}
.et-pcv2-footer__social a:hover {
    background: #33519F !important;
    color: #fff !important;
    border-color: #33519F !important;
    transform: translateY(-2px);
}

/* ────────── ARCHIVE (categoría) PREMIUM ───────────────────────── */
.et-archive {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 22px 60px;
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
}
.et-archive__hero {
    position: relative;
    padding: 60px 40px 50px;
    background: linear-gradient(135deg, #F4F7FC 0%, #EAF0F9 50%, #DEE7F3 100%);
    border-radius: 16px;
    margin-bottom: 36px;
    overflow: hidden;
    border: 1px solid #E5EAF2;
}
.et-archive__hero::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(51,81,159,.20) 0%, transparent 70%);
    pointer-events: none;
}
.et-archive__hero::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #33519F 50%, transparent 100%);
    opacity: 0.6;
}
.et-archive__kicker {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: #FFFFFF;
    border: 1px solid #D7DEEA;
    color: #33519F;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 16px;
    position: relative;
}
.et-archive__title {
    margin: 0 0 10px;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: -1.5px;
    color: #0A0A0A;
    line-height: 1.05;
    position: relative;
}
.et-archive__desc {
    margin: 0;
    font-size: 16px;
    color: #525252;
    line-height: 1.55;
    max-width: 700px;
    position: relative;
}
.et-archive__count {
    display: inline-block;
    margin-top: 14px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: #33519F;
    background: #FFFFFF;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid #D7DEEA;
    position: relative;
}

.et-archive__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px 24px;
}
.et-archive__card {
    background: #FFFFFF;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ECECEC;
    transition: all .25s ease;
    display: flex;
    flex-direction: column;
}
.et-archive__card:hover {
    border-color: #33519F;
    box-shadow: 0 12px 36px rgba(51,81,159,.10);
    transform: translateY(-4px);
}
.et-archive__card-img {
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center;
    background-color: #F7F9FC;
    position: relative;
    overflow: hidden;
}
.et-archive__card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.15) 100%);
    pointer-events: none;
}
.et-archive__card-body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.et-archive__card-cat {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #33519F;
    margin-bottom: 8px;
}
.et-archive__card-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #0A0A0A;
    line-height: 1.3;
}
.et-archive__card-title a {
    color: inherit;
    text-decoration: none;
}
.et-archive__card-title a:hover {
    color: #33519F;
}
.et-archive__card-excerpt {
    margin: 0 0 14px;
    font-size: 13px;
    color: #525252;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.et-archive__card-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11.5px;
    color: #8C8C8C;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #F0F0F0;
}
.et-archive__card-meta time {
    font-family: 'JetBrains Mono', monospace;
}

.et-archive__pagination {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.et-archive__pagination a,
.et-archive__pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    background: #FFFFFF;
    border: 1px solid #E5EAF2;
    color: #525252;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all .15s;
}
.et-archive__pagination a:hover {
    border-color: #33519F;
    color: #33519F;
    transform: translateY(-1px);
}
.et-archive__pagination .current {
    background: #33519F;
    color: #FFFFFF;
    border-color: #33519F;
}
.et-archive__empty {
    text-align: center;
    padding: 80px 20px;
    color: #8C8C8C;
}
.et-archive__empty h2 {
    font-size: 22px;
    color: #0A0A0A;
    margin: 0 0 8px;
}

@media (max-width: 700px) {
    .et-archive { padding: 28px 16px 50px; }
    .et-archive__hero { padding: 36px 24px 30px; }
    .et-archive__title { font-size: 30px; }
    .et-archive__desc { font-size: 14px; }
    .et-archive__grid { grid-template-columns: 1fr; gap: 20px; }
}

/* ────────── AUTHOR PAGE PREMIUM ───────────────────────────────── */
.et-author {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 22px 60px;
    font-family: 'Inter', -apple-system, system-ui, sans-serif;
}
.et-author__hero {
    position: relative;
    padding: 60px 44px;
    background: linear-gradient(135deg, #F4F7FC 0%, #EAF0F9 60%, #DEE7F3 100%);
    border-radius: 16px;
    margin-bottom: 36px;
    overflow: hidden;
    border: 1px solid #E5EAF2;
    display: flex;
    align-items: center;
    gap: 32px;
}
.et-author__hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(51,81,159,.22) 0%, transparent 70%);
    pointer-events: none;
}
.et-author__avatar {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 4px solid #FFFFFF;
    box-shadow: 0 12px 32px rgba(51,81,159,.18);
    position: relative;
    z-index: 1;
}
.et-author__hero-info {
    position: relative;
    flex: 1;
}
.et-author__role {
    display: inline-block;
    padding: 4px 12px;
    background: #FFFFFF;
    border: 1px solid #D7DEEA;
    color: #33519F;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    border-radius: 999px;
    margin-bottom: 14px;
}
.et-author__name {
    margin: 0 0 12px;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -1.2px;
    color: #0A0A0A;
    line-height: 1.05;
}
.et-author__bio {
    margin: 0 0 14px;
    font-size: 15px;
    color: #525252;
    line-height: 1.6;
    max-width: 640px;
}
.et-author__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 12.5px;
    color: #525252;
}
.et-author__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.et-author__meta-item strong {
    color: #0A0A0A;
    font-weight: 700;
}
.et-author__meta-item a {
    color: #33519F;
    text-decoration: none;
    font-weight: 600;
}
.et-author__meta-item a:hover { text-decoration: underline; }

.et-author__social {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}
.et-author__social a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #D7DEEA;
    border-radius: 50%;
    color: #33519F;
    transition: all .15s;
}
.et-author__social a:hover {
    background: #33519F;
    color: #FFFFFF;
    border-color: #33519F;
    transform: translateY(-2px);
}

.et-author__section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 2px solid #0A0A0A;
    margin-bottom: 24px;
}
.et-author__section-head h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0A0A0A;
}
.et-author__section-head span {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #8C8C8C;
}

@media (max-width: 700px) {
    .et-author { padding: 28px 16px 50px; }
    .et-author__hero { padding: 32px 22px; flex-direction: column; text-align: center; gap: 20px; }
    .et-author__avatar { width: 110px; height: 110px; }
    .et-author__name { font-size: 30px; }
    .et-author__bio { font-size: 14px; }
    .et-author__meta { justify-content: center; }
}

/* ────────── v2.25.4 · Fix footer mezclado en category/author ──── */
/* Forzar que el newsletter PC v2 + footer no se metan con los cards */
.et-archive + .et-pcv2-newsletter,
.et-author + .et-pcv2-newsletter,
.et-archive + .et-pcv2-footer,
.et-author + .et-pcv2-footer { margin-top: 60px; }

/* Si el theme inyecta carruseles/related en archive, contener */
.et-archive ~ .et-pc-grid,
.et-archive ~ .et-pc-section,
.et-author  ~ .et-pc-grid,
.et-author  ~ .et-pc-section { display: none !important; }

/* Botones globales — azul accent sobre blanco · negro on hover */
.et-pc-topbar__cta,
.et-pc-cta,
button.et-btn,
a.et-btn {
    background: #33519F !important;
    color: #FFFFFF !important;
    border: 1px solid #33519F !important;
    transition: background .15s, color .15s, border-color .15s, transform .15s, box-shadow .15s !important;
}
.et-pc-topbar__cta:hover,
.et-pc-cta:hover,
button.et-btn:hover,
a.et-btn:hover {
    background: #0A0A0A !important;
    color: #FFFFFF !important;
    border-color: #0A0A0A !important;
    transform: translateY(-1px);
}

/* Quitar flechas que pueda inyectar el bottomnav móvil */
.et-m__topbar-actions [aria-label*="rriba"],
.et-m__topbar-actions [aria-label*="bajo"],
.et-m__topbar-arrow,
.et-m__scroll-up,
.et-m__scroll-down { display: none !important; }

/* ═════════════════════════════════════════════════════════════════
   v2.25.14 — TOPBAR MÓVIL · logo centrado, botones laterales
   ═════════════════════════════════════════════════════════════════ */
.et-m__topbar {
    display: grid !important;
    grid-template-columns: 44px 1fr 44px !important;
    align-items: center !important;
    padding: 10px 14px !important;
}
.et-m__topbar .et-m__btn-drawer { justify-self: start !important; }
.et-m__topbar .et-m__topbar-actions { justify-self: end !important; }
.et-m__topbar .et-m__wordmark {
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}
.et-m__topbar .et-m__wordmark img { max-height: 34px; width: auto; }

/* ═════════════════════════════════════════════════════════════════
   v2.25.14 — DRAWER MÓVIL v2 · claro premium azul accent
   ═════════════════════════════════════════════════════════════════ */
.et-m__drawer.et-m__drawer--v2 {
    background: #FFFFFF !important;
    color: #0F1B3D !important;
    width: min(86vw, 360px) !important;
    padding: 0 !important;
    box-shadow: 4px 0 24px rgba(15,27,61,0.12) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;  /* clave: bloquea PTR del navegador */
}

/* HEAD */
.et-m__drawer--v2 .et-m__drawer-head {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 18px 18px 14px !important;
    background: linear-gradient(135deg, #F7F9FC 0%, #EAF1FB 100%) !important;
    border-bottom: 1px solid #DCE5F3 !important;
    flex-shrink: 0;
}
.et-m__drawer--v2 .et-m__drawer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #0F1B3D;
}
.et-m__drawer--v2 .et-m__drawer-logo img { max-height: 32px; width: auto; display: block; }
.et-m__drawer--v2 .et-m__drawer-logo span {
    font-size: 22px; font-weight: 800; letter-spacing: -0.4px;
}
.et-m__drawer--v2 .et-m__drawer-close {
    width: 34px; height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #DCE5F3;
    color: #33519F;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
}
.et-m__drawer--v2 .et-m__drawer-close:hover {
    background: #33519F; color: #fff; border-color: #33519F;
}

/* SEARCH */
.et-m__drawer--v2 .et-m__drawer-search {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 16px 6px;
    padding: 10px 14px;
    background: #F7F9FC;
    border: 1px solid #DCE5F3;
    border-radius: 12px;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.et-m__drawer--v2 .et-m__drawer-search:focus-within {
    border-color: #33519F;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(51,81,159,0.10);
}
.et-m__drawer--v2 .et-m__drawer-search svg { color: #5A6580; flex-shrink: 0; }
.et-m__drawer--v2 .et-m__drawer-search input {
    flex: 1;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    color: #0F1B3D;
    outline: none;
    padding: 4px 0;
    min-width: 0;
}
.et-m__drawer--v2 .et-m__drawer-search input::placeholder { color: #8993AE; }
.et-m__drawer--v2 .et-m__drawer-search button {
    background: #33519F; color: #fff;
    border: 0; padding: 6px 12px; border-radius: 8px;
    font-family: inherit; font-size: 12px; font-weight: 700;
    cursor: pointer;
}

/* STATS (lectores + tiempo) */
.et-m__drawer--v2 .et-m__drawer-stats {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 8px;
    margin: 12px 16px 14px;
}
.et-m__drawer--v2 .et-m__drawer-stat,
.et-m__drawer--v2 .et-m__drawer-weather {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 14px 14px;
    background: linear-gradient(135deg, #fff 0%, #F7F9FC 100%);
    border: 1px solid #DCE5F3;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
}
.et-m__drawer--v2 .et-m__drawer-stat-label,
.et-m__drawer--v2 .et-m__drawer-weather-loc {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #5A6580;
    font-weight: 700;
}
.et-m__drawer--v2 .et-m__drawer-stat-value {
    font-size: 22px;
    font-weight: 800;
    color: #0F1B3D;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
}
.et-m__drawer--v2 .et-m__drawer-stat-sub {
    font-size: 11px;
    color: #5A6580;
    line-height: 1.3;
}
.et-m__drawer--v2 .et-m__drawer-weather {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #33519F 0%, #1F3B85 100%);
    border-color: #1F3B85;
    color: #fff;
    box-shadow: 0 4px 14px rgba(51,81,159,0.18);
}
.et-m__drawer--v2 .et-m__drawer-weather:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(51,81,159,0.28);
}
.et-m__drawer--v2 .et-m__drawer-weather-icon {
    color: #FFC93C;
    flex-shrink: 0;
}
.et-m__drawer--v2 .et-m__drawer-weather-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.1;
}
.et-m__drawer--v2 .et-m__drawer-weather-loc {
    color: rgba(255,255,255,0.75);
    font-size: 10px;
}
.et-m__drawer--v2 .et-m__drawer-weather-temp {
    font-size: 22px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #fff;
    margin-top: 2px;
}

/* KICKER */
.et-m__drawer--v2 .et-m__drawer-kicker {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8993AE;
    font-weight: 800;
    margin: 0 0 8px;
    padding: 0 4px;
}

/* CATEGORÍAS */
.et-m__drawer--v2 .et-m__drawer-nav {
    padding: 6px 16px 4px;
}
.et-m__drawer--v2 .et-m__drawer-cat {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 12px;
    color: #0F1B3D;
    text-decoration: none;
    border-radius: 10px;
    transition: background 0.15s ease, color 0.15s ease;
    position: relative;
    border-bottom: 0 !important;
}
.et-m__drawer--v2 .et-m__drawer-cat:hover {
    background: #F7F9FC;
    color: #33519F;
}
.et-m__drawer--v2 .et-m__drawer-cat-name {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
}
.et-m__drawer--v2 .et-m__drawer-cat-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #C8102E;
    box-shadow: 0 0 0 3px rgba(200,16,46,0.16);
    animation: et-drawer-pulse 1.8s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes et-drawer-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%      { transform: scale(1.2); opacity: 0.75; }
}
.et-m__drawer--v2 .et-m__drawer-cat-new {
    background: #EAF1FB;
    color: #1F3B85;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 100px;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
.et-m__drawer--v2 .et-m__drawer-cat-arrow {
    color: #8993AE;
    transition: transform 0.15s ease, color 0.15s ease;
}
.et-m__drawer--v2 .et-m__drawer-cat:hover .et-m__drawer-cat-arrow {
    color: #33519F;
    transform: translateX(2px);
}

/* v2.25.15 — CTA stacked, minimalista, fino */
.et-m__drawer--v2 .et-m__drawer-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 16px 8px;
    margin-top: 4px;
    border-top: 1px solid #E6EAF2;
}
.et-m__drawer--v2 .et-m__drawer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: all 0.15s ease;
    border: 1px solid #DCE5F3;
    background: #fff;
    color: #33519F;
}
.et-m__drawer--v2 .et-m__drawer-btn:hover {
    border-color: #33519F;
    background: #F7F9FC;
}
/* v2.25.16 — Registrate azul accent con prioridad para superar overrides globales */
.et-m .et-m__drawer.et-m__drawer--v2 .et-m__drawer-btn.is-primary,
.et-m__drawer--v2 .et-m__drawer-btn.is-primary {
    background: #33519F !important;
    color: #fff !important;
    border-color: #33519F !important;
    font-weight: 700;
}
.et-m .et-m__drawer.et-m__drawer--v2 .et-m__drawer-btn.is-primary:hover,
.et-m__drawer--v2 .et-m__drawer-btn.is-primary:hover {
    background: #1F3B85 !important;
    border-color: #1F3B85 !important;
}

/* v2.25.17 — Bloque del tiempo SIN tarjeta (sin bg, border, ni radio).
   Inline elegante con separadores sutiles. */
.et-m__drawer-wcard {
    margin: 4px 16px 14px;
    padding: 12px 4px 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #E6EAF2;
    overflow: visible;
}
.et-m__drawer-wcard::before { content: none; }
.et-m__drawer-wcard-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.et-m__drawer-wcard-select {
    position: relative;
}
.et-m__drawer-wcard-select summary {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #DCE5F3;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #0F1B3D;
}
.et-m__drawer-wcard-select summary::-webkit-details-marker { display: none; }
.et-m__drawer-wcard-select[open] summary { background: #33519F; color: #fff; border-color: #33519F; }
.et-m__drawer-wcard-select[open] summary svg { transform: rotate(180deg); }
.et-m__drawer-wcard-select summary svg { transition: transform 0.2s ease; }
.et-m__drawer-wcard-select ul {
    list-style: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    margin: 0;
    padding: 6px;
    background: #fff;
    border: 1px solid #DCE5F3;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(15,27,61,0.14);
    min-width: 160px;
    z-index: 5;
}
.et-m__drawer-wcard-select ul li { margin: 0; }
.et-m__drawer-wcard-select ul button {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 8px 12px;
    text-align: left;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: #0F1B3D;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}
.et-m__drawer-wcard-select ul button:hover {
    background: #EAF1FB;
    color: #33519F;
}
.et-m__drawer-wcard-select ul button.is-active {
    background: #33519F;
    color: #fff;
}

.et-m__drawer-wcard-main {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 4px;
    position: relative;
    z-index: 1;
}
.et-m__drawer-wcard-iconwrap {
    width: 52px;
    height: 52px;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    flex-shrink: 0;
}
.et-m__drawer-wcard-temp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.05;
}
.et-m__drawer-wcard-temp strong {
    font-size: 36px;
    font-weight: 200;
    color: #0F1B3D;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
}
.et-m__drawer-wcard-temp span {
    font-size: 13px;
    color: #5A6580;
    font-weight: 500;
    margin-top: 2px;
}
.et-m__drawer-wcard-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    padding: 10px 4px 4px;
    margin-top: 8px;
    border-top: 1px solid #DCE5F3;
    position: relative;
    z-index: 1;
}
.et-m__drawer-wcard-metrics > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 6px;
    padding: 3px 0;
    font-size: 11.5px;
}
.et-m__drawer-wcard-metrics span {
    color: #8993AE;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    font-size: 10px;
}
.et-m__drawer-wcard-metrics strong {
    color: #0F1B3D;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.et-m__drawer-wcard-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    padding: 0;
    background: transparent;
    color: #33519F !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}
.et-m__drawer-wcard-cta:hover { color: #1F3B85 !important; }

/* v2.25.15 — TARJETA VISITAS (compact, full width, al final) */
.et-m__drawer-visits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 0 16px 18px;
    padding: 10px 14px;
    background: #F7F9FC;
    border: 1px solid #E6EAF2;
    border-radius: 10px;
}
.et-m__drawer-visits-l {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #5A6580;
    font-size: 12px;
    font-weight: 600;
}
.et-m__drawer-visits-l svg { color: #33519F; }
.et-m__drawer-visits strong {
    color: #0F1B3D;
    font-size: 15px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
}

/* Borrar las viejas stats grid v2.25.14 */
.et-m__drawer--v2 .et-m__drawer-stats { display: none !important; }

/* MÁS */
.et-m__drawer--v2 .et-m__drawer-more {
    padding: 10px 16px 22px;
}
.et-m__drawer--v2 .et-m__drawer-more ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.et-m__drawer--v2 .et-m__drawer-more li { margin: 0; }
.et-m__drawer--v2 .et-m__drawer-more a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #28335A;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 500;
    border-radius: 8px;
    transition: background 0.15s ease, color 0.15s ease;
}
.et-m__drawer--v2 .et-m__drawer-more a:hover {
    background: #F7F9FC;
    color: #33519F;
}
.et-m__drawer--v2 .et-m__drawer-more svg {
    color: #5A6580;
    flex-shrink: 0;
}
.et-m__drawer--v2 .et-m__drawer-more a:hover svg { color: #33519F; }

/* ═════════════════════════════════════════════════════════════════
   v2.25.14 — NEWSLETTER MÓVIL (mismo diseño que PC v2)
   ═════════════════════════════════════════════════════════════════ */
.et-pcv2-news--mobile {
    max-width: calc(100vw - 32px);
    margin: 24px auto 0;
    padding: 36px 22px;
    background: #FFFFFF;
    border: 1px solid #DCE5F3;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}
.et-pcv2-news--mobile::before {
    content: '';
    position: absolute;
    top: -120px; left: -100px;
    width: 320px; height: 320px;
    background: radial-gradient(circle, rgba(51,81,159,0.10) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.et-pcv2-news--mobile::after {
    content: '';
    position: absolute;
    bottom: -140px; right: -100px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(51,81,159,0.075) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.et-pcv2-news--mobile .et-pcv2-news__inner {
    position: relative; z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.et-pcv2-news--mobile .et-pcv2-news__kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #33519F;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.et-pcv2-news--mobile .et-pcv2-news__kicker::before {
    content: '';
    display: inline-block;
    width: 24px; height: 1.5px;
    background: #33519F;
    border-radius: 2px;
}
.et-pcv2-news--mobile .et-pcv2-news__title {
    margin: 12px 0 10px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 1.15;
    color: #0F1B3D;
    letter-spacing: -0.6px;
    font-weight: 800;
}
.et-pcv2-news--mobile .et-pcv2-news__desc {
    margin: 0;
    color: #5A6580;
    font-size: 14.5px;
    line-height: 1.55;
}
.et-pcv2-news--mobile .et-pcv2-news__form {
    background: #FFFFFF;
    border: 1px solid #DDE2EC;
    border-radius: 100px;
    padding: 5px 5px 5px 8px;
    display: flex;
    gap: 4px;
    box-shadow: 0 6px 18px rgba(51,81,159,0.08);
    margin-bottom: 12px;
}
.et-pcv2-news--mobile .et-pcv2-news__form:focus-within {
    border-color: #33519F;
    box-shadow: 0 8px 22px rgba(51,81,159,0.14), 0 0 0 3px rgba(51,81,159,0.08);
}
.et-pcv2-news--mobile .et-pcv2-news__form input,
.et-pcv2-news--mobile .et-m__newsletter-input {
    flex: 1;
    padding: 12px 14px !important;
    background: transparent !important;
    border: 0 !important;
    outline: none;
    font-size: 14px !important;
    color: #0F1B3D !important;
    font-family: 'Inter', sans-serif !important;
    min-width: 0;
}
.et-pcv2-news--mobile .et-pcv2-news__form input::placeholder { color: #8993AE; }
.et-pcv2-news--mobile .et-pcv2-news__form button,
.et-pcv2-news--mobile .et-m__newsletter-btn {
    padding: 11px 20px !important;
    background: linear-gradient(135deg, #33519F 0%, #1E3576 100%) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 100px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(51,81,159,0.28);
    white-space: nowrap;
}
.et-pcv2-news--mobile .et-pcv2-news__legal {
    margin: 0;
    font-size: 11px;
    color: #8993AE;
    line-height: 1.55;
}
.et-pcv2-news--mobile .et-pcv2-news__legal a {
    color: #33519F;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(51,81,159,0.3);
}
.et-pcv2-news--mobile .et-m__newsletter-success {
    font-size: 13px;
    color: #2EAD68;
    margin-top: 4px;
}

/* ═════════════════════════════════════════════════════════════════
   v2.25.14 — Banda PRÓXIMO PARTIDO debajo del match block
   ═════════════════════════════════════════════════════════════════ */
.et-m-match__next {
    margin: 12px 16px 0;
    padding: 14px 16px;
    background: linear-gradient(135deg, #F7F9FC 0%, #EAF1FB 100%);
    border: 1px solid #DCE5F3;
    border-left: 4px solid #33519F;
    border-radius: 10px;
}
.et-m-match__next-kicker {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #33519F;
    margin-bottom: 6px;
}
.et-m-match__next-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}
.et-m-match__next-teams {
    font-size: 14px;
    color: #0F1B3D;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.et-m-match__next-teams strong {
    font-weight: 800;
}
.et-m-match__next-vs {
    color: #8993AE;
    font-weight: 500;
    font-size: 12px;
}
.et-m-match__next-badge {
    display: inline-block;
    background: #33519F;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 100px;
    letter-spacing: 0.02em;
    box-shadow: 0 3px 10px rgba(51,81,159,0.22);
}

/* v2.25.17 — Variante amarilla para UD Las Palmas */
.et-m-match[data-team="laspalmas"] .et-m-match__next {
    background: linear-gradient(135deg, #FFF8E1 0%, #FFEBA0 100%);
    border-color: #F5C518;
    border-left-color: #E0A800;
}
.et-m-match[data-team="laspalmas"] .et-m-match__next-kicker { color: #8A6500; }
.et-m-match[data-team="laspalmas"] .et-m-match__next-badge {
    background: #FFC93C;
    color: #5A3F00;
    box-shadow: 0 3px 10px rgba(245,197,24,0.42);
}
.et-m-match[data-team="laspalmas"] .et-m-match__next-meta svg { color: #8A6500; }
.et-m-match[data-team="laspalmas"] .et-m-match__next-vs { color: #8A6500; }
.et-m-match__next-meta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #5A6580;
    font-variant-numeric: tabular-nums;
}
.et-m-match__next-meta svg { color: #8993AE; flex-shrink: 0; }

