/*
Theme Name: Elche Ahora
Theme URI: https://example.com/elche-ahora
Author: Elche Ahora
Description: Tema de bloques editorial, rápido y pensado para Elche Ahora: noticias locales, radio en directo, portada jerarquizada y lectura móvil.
Version: 0.7.3
Requires at least: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elche-ahora
Tags: block-patterns, full-site-editing, news, one-column, two-columns, custom-logo, featured-images, wide-blocks
*/

:root {
  --eh-red: #ff4b3a;
  --eh-red-dark: #e63b2e;
  --eh-ink: #141414;
  --eh-muted: #707070;
  --eh-soft: #f5f5f3;
  --eh-border: #e7e7e4;
  --eh-white: #ffffff;
  --eh-green: #168a55;
  --eh-blue: #2d74da;
  --eh-gold: #b47a12;
  --eh-radius: 12px;
  --eh-shadow: 0 12px 36px rgba(0,0,0,.08);
}

html { scroll-behavior: smooth; }
body {
  padding-bottom: 0;
  background: var(--eh-white);
  color: var(--eh-ink);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { text-underline-offset: .16em; }
body.eh-radio-player-active { padding-bottom: 76px; }

/* Header */
.eh-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--eh-border);
  backdrop-filter: blur(12px);
}
.eh-header-inner {
  min-height: 70px;
  gap: 24px;
}
.eh-wordmark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 108px;
  color: var(--eh-ink);
  font-size: 18px;
  font-weight: 850;
  line-height: .78;
  letter-spacing: -.045em;
  text-decoration: none;
  text-transform: uppercase;
}
.eh-wordmark .eh-wordmark-bottom { display: inline-flex; align-items: center; gap: 4px; }
.eh-wordmark .eh-dot { width: 9px; height: 9px; border-radius: 999px; background: var(--eh-red); display: inline-block; }
.eh-main-nav { flex: 1; }
.eh-main-nav .wp-block-navigation-item__content { font-size: 13px; font-weight: 650; text-decoration: none; }
.eh-main-nav .wp-block-navigation-item__content:hover { color: var(--eh-red); }
body.eh-radio-disabled .eh-radio-nav-item { display: none !important; }
.eh-search .wp-block-search__inside-wrapper { border: 0; padding: 0; }
.eh-search .wp-block-search__input { display: none; }
.eh-search .wp-block-search__button { margin: 0; padding: 8px; background: transparent; color: var(--eh-ink); }
.eh-live-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: none;
}
.eh-live-button .wp-block-button__link:hover { background: var(--eh-red-dark) !important; }
.eh-header-inner > .wp-block-shortcode { margin: 0; }
.eh-header-inner > .wp-block-shortcode:empty { display: none; }

/* Home hero */
.eh-home-hero { margin-top: 18px; margin-bottom: 20px; }
.eh-home-hero > .wp-block-columns { gap: 12px; align-items: stretch !important; }
.eh-hero-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--eh-radius);
  background: var(--eh-ink);
}
.eh-hero-card .wp-block-post-featured-image,
.eh-hero-card .wp-block-post-featured-image a,
.eh-hero-card .wp-block-post-featured-image img { width: 100%; height: 100%; }
.eh-hero-card .wp-block-post-featured-image { position: absolute; inset: 0; margin: 0; }
.eh-hero-card .wp-block-post-featured-image img { object-fit: cover; }
.eh-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.03) 25%, rgba(0,0,0,.84) 100%);
  pointer-events: none;
}
.eh-hero-overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(22px, 4vw, 46px);
  color: var(--eh-white);
}
.eh-hero-overlay .wp-block-post-title {
  max-width: 850px;
  margin: 8px 0 10px;
  font-size: clamp(38px, 5.1vw, 72px);
  line-height: .94;
  letter-spacing: -.055em;
}
.eh-hero-overlay .wp-block-post-title a { color: inherit; text-decoration: none; }
.eh-hero-overlay .wp-block-post-excerpt { max-width: 760px; margin: 0; color: rgba(255,255,255,.88); }
.eh-hero-overlay .wp-block-post-excerpt__excerpt { font-size: 15px; line-height: 1.45; }
.eh-hero-overlay .wp-block-post-excerpt__more-link {
  display: inline-block;
  margin-top: 16px;
  padding: 9px 13px;
  border-radius: 7px;
  background: var(--eh-white);
  color: var(--eh-ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.eh-badge a,
.eh-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 5px;
  background: var(--eh-red);
  color: var(--eh-white) !important;
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.eh-badge a { padding: 6px 7px; }
.eh-badge.wp-block-post-terms { gap: 4px; }
.eh-badge.wp-block-post-terms > a { margin: 0; }
.eh-badge .wp-block-post-terms__separator { display: none; }

.eh-side-stack .wp-block-post { margin: 0; padding: 0 0 12px; border-bottom: 1px solid var(--eh-border); }
.eh-side-stack .wp-block-post:last-child { padding-bottom: 0; border-bottom: 0; }
.eh-side-card {
  display: grid;
  grid-template-columns: 104px minmax(0,1fr);
  gap: 12px;
  align-items: start;
}
.eh-side-card .wp-block-post-featured-image { margin: 0; border-radius: 9px; overflow: hidden; aspect-ratio: 4/3; }
.eh-side-card .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.eh-side-card .wp-block-post-title { margin: 5px 0 5px; font-size: 16px; line-height: 1.08; letter-spacing: -.025em; }
.eh-side-card .wp-block-post-title a { text-decoration: none; }
.eh-side-card .wp-block-post-date { color: var(--eh-muted); font-size: 10px; }
.eh-side-card .eh-badge a { padding: 5px 6px; font-size: 8px; }


/* Managed home blocks */
.eh-home-hero-managed, .eh-home-latest-managed { padding-left: 20px; padding-right: 20px; }
.eh-home-latest-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.eh-image-placeholder { min-height: 180px; background: linear-gradient(135deg, #ececea, #f7f7f5); }

/* Sections */
.eh-section { margin-top: clamp(38px, 6vw, 76px); margin-bottom: clamp(38px, 6vw, 76px); }
.eh-section-heading {
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--eh-ink);
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 850;
  letter-spacing: -.04em;
}
.eh-section-heading .eh-accent { color: var(--eh-red); }
.eh-card-grid .wp-block-post-template { gap: 22px; }
.eh-news-card .wp-block-post-featured-image { margin: 0 0 12px; border-radius: 10px; overflow: hidden; aspect-ratio: 16/10; }
.eh-news-card .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.eh-news-card .wp-block-post-title { margin: 7px 0 6px; font-size: clamp(19px, 2vw, 26px); line-height: 1.05; letter-spacing: -.035em; }
.eh-news-card .wp-block-post-title a { text-decoration: none; }
.eh-news-card .wp-block-post-excerpt { margin: 0; color: var(--eh-muted); font-size: 13px; }
.eh-news-card .wp-block-post-date { margin-top: 8px; color: var(--eh-muted); font-size: 11px; }

.eh-feature-card .wp-block-post-featured-image { border-radius: 11px; overflow: hidden; aspect-ratio: 16/10; }
.eh-feature-card .wp-block-post-featured-image img { width: 100%; height: 100%; object-fit: cover; }
.eh-feature-card .wp-block-post-title { margin: 10px 0 8px; font-size: clamp(28px, 3.5vw, 46px); line-height: .98; letter-spacing: -.05em; }
.eh-feature-card .wp-block-post-title a { text-decoration: none; }
.eh-feature-list .wp-block-post { padding: 14px 0; border-top: 1px solid var(--eh-border); }
.eh-feature-list .wp-block-post:first-child { padding-top: 0; border-top: 0; }
.eh-feature-list .wp-block-post-title { margin: 4px 0; font-size: 20px; line-height: 1.08; letter-spacing: -.03em; }
.eh-feature-list .wp-block-post-title a { text-decoration: none; }
.eh-feature-list .wp-block-post-date { color: var(--eh-muted); font-size: 11px; }

/* Breaking ticker */
.eh-breaking {
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 18px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid var(--eh-border);
  border-bottom: 1px solid var(--eh-border);
}
.eh-breaking-label { color: var(--eh-red); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.eh-breaking-items { display: flex; gap: 22px; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.eh-breaking-items::-webkit-scrollbar { display: none; }
.eh-breaking-item { display: inline-flex; gap: 7px; align-items: baseline; flex: 0 0 auto; white-space: nowrap; }
.eh-breaking-item time { color: var(--eh-muted); font-size: 10px; font-variant-numeric: tabular-nums; }
.eh-breaking-item a { color: var(--eh-ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.eh-breaking-item a:hover { color: var(--eh-red); }

/* Ads */
.eh-ad-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  border: 1px dashed #cfcfca;
  border-radius: 10px;
  background: #fafafa;
  color: #999;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* Newsletter */
.eh-newsletter {
  padding: clamp(26px, 5vw, 56px);
  border-radius: 14px;
  background: var(--eh-ink);
  color: var(--eh-white);
}
.eh-newsletter .wp-block-heading { margin-top: 0; color: inherit; letter-spacing: -.04em; }
.eh-newsletter p { color: rgba(255,255,255,.72); }
.eh-newsletter .wp-block-button__link { border-radius: 8px; font-weight: 800; }

/* Radio */
.eh-radio-player {
  position: fixed;
  z-index: 70;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 64px;
  background: #171717;
  color: var(--eh-white);
  border-top: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 -10px 30px rgba(0,0,0,.12);
}
.eh-radio-inner {
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  gap: 12px;
  align-items: center;
  max-width: 1360px;
  min-height: 64px;
  margin: 0 auto;
  padding: 7px 20px;
}
.eh-radio-play {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: var(--eh-red);
  color: var(--eh-white);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}
.eh-radio-title { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; min-width: 0; }
.eh-radio-title strong { font-size: 12px; }
.eh-radio-live { color: var(--eh-red); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.eh-radio-now { max-width: 42vw; overflow: hidden; color: #b9b9b9; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.eh-radio-listeners { color: #a8a8a8; font-size: 10px; }
.eh-radio-controls { display: flex; align-items: center; gap: 10px; }
.eh-radio-volume { width: 110px; accent-color: var(--eh-red); }
.eh-radio-open { color: #d5d5d5; font-size: 15px; text-decoration: none; }

/* Single article */
.eh-article { margin-top: clamp(30px, 5vw, 66px); }
.eh-article-header { max-width: 920px; margin: 0 auto 28px; }
.eh-article-header .wp-block-post-title { margin: 10px 0 14px; font-size: clamp(42px, 6.6vw, 82px); line-height: .95; letter-spacing: -.06em; }
.eh-article-deck { max-width: 800px; color: #545454; font-size: clamp(18px, 2.1vw, 24px); line-height: 1.35; }
.eh-article-meta { gap: 8px 18px; color: var(--eh-muted); font-size: 12px; }
.eh-article-image { max-width: 1180px; margin: 0 auto 34px; border-radius: 12px; overflow: hidden; }
.eh-article-image img { width: 100%; }
.eh-article-layout { align-items: start !important; }
.eh-article-content { font-size: 18px; line-height: 1.75; }
.eh-article-content > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.eh-article-content > .alignwide { max-width: 1100px; }
.eh-article-content > .alignfull { max-width: none; }
.eh-article-content blockquote { margin-top: 36px; margin-bottom: 36px; padding-left: 20px; border-left: 4px solid var(--eh-red); font-size: 26px; line-height: 1.28; font-weight: 700; letter-spacing: -.03em; }
.eh-article-sidebar { position: sticky; top: 100px; }
.eh-sidebar-box { padding: 18px; border: 1px solid var(--eh-border); border-radius: 10px; }
.eh-author-box { padding: 22px 0; border-top: 1px solid var(--eh-border); border-bottom: 1px solid var(--eh-border); }

/* Archive/search */
.eh-archive-header { margin-top: 48px; margin-bottom: 30px; }
.eh-archive-header .wp-block-query-title { font-size: clamp(40px, 6vw, 72px); line-height: .95; letter-spacing: -.055em; }
.eh-pagination { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--eh-border); }

/* Footer */
.eh-site-footer { margin-top: 90px; padding: 58px 0 90px; background: var(--eh-soft); border-top: 1px solid var(--eh-border); }
.eh-footer-copy { color: var(--eh-muted); font-size: 12px; }

/* Interaction */
.wp-block-post-title a:hover { color: var(--eh-red); }
:focus-visible { outline: 3px solid rgba(255,75,58,.45); outline-offset: 3px; }

@media (max-width: 1050px) {
  .eh-header-inner { gap: 14px; }
  .eh-main-nav .wp-block-navigation-item__content { font-size: 12px; }
  .eh-live-button .wp-block-button__link { padding-left: 12px; padding-right: 12px; }
  .eh-hero-card { min-height: 470px; }
}

@media (max-width: 900px) {
  body.eh-radio-player-active { padding-bottom: 68px; }
  .eh-header-inner { min-height: 60px; }
  .eh-main-nav { order: 3; flex: 0; }
  .eh-main-nav .wp-block-navigation__responsive-container-open { display: flex; }
  .eh-main-nav .wp-block-navigation__container { display: none; }
  .eh-search { display: none; }
  .eh-home-hero > .wp-block-columns { flex-direction: column; }
  .eh-home-hero > .wp-block-columns > .wp-block-column { flex-basis: 100% !important; }
  .eh-hero-card { min-height: 500px; }
  .eh-side-stack .wp-block-post-template { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  .eh-home-hero-managed .eh-side-stack { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  .eh-side-stack .wp-block-post { border: 0; padding: 0; }
  .eh-side-card { display: block; }
  .eh-side-card .wp-block-post-featured-image { margin-bottom: 8px; }
  .eh-article-sidebar { display: none; }
  .eh-article-layout > .wp-block-column:first-child { flex-basis: 100% !important; }
}

@media (max-width: 620px) {
  .eh-header-inner { padding-left: 14px !important; padding-right: 14px !important; }
  .eh-wordmark { min-width: 84px; font-size: 15px; }
  .eh-live-button .wp-block-button__link { min-height: 34px; padding: 8px 10px; font-size: 10px; }
  .eh-live-button .wp-block-button__link::first-letter { font-size: 0; }
  .eh-home-hero { margin-top: 8px; }
  .eh-hero-card { min-height: 430px; border-radius: 10px; }
  .eh-hero-overlay { padding: 22px 18px; }
  .eh-hero-overlay .wp-block-post-title { font-size: clamp(34px, 12vw, 54px); }
  .eh-hero-overlay .wp-block-post-excerpt__excerpt { font-size: 13px; }
  .eh-side-stack .wp-block-post-template { grid-template-columns: 1fr; }
  .eh-home-hero-managed .eh-side-stack { grid-template-columns: 1fr; }
  .eh-side-card { display: grid; grid-template-columns: 112px minmax(0,1fr); }
  .eh-side-card .wp-block-post-featured-image { margin-bottom: 0; }
  .eh-breaking { grid-template-columns: 1fr; gap: 6px; }
  .eh-card-grid .wp-block-post-template { grid-template-columns: 1fr !important; }
  .eh-section { margin-top: 44px; margin-bottom: 44px; }
  .eh-radio-inner { grid-template-columns: auto minmax(0,1fr) auto; min-height: 58px; padding: 6px 12px; }
  .eh-radio-play { width: 36px; height: 36px; }
  .eh-radio-now, .eh-radio-listeners, .eh-radio-volume { display: none; }
  .eh-radio-title strong { font-size: 11px; }
  .eh-article-header .wp-block-post-title { font-size: clamp(40px, 13vw, 62px); }
  .eh-article-content { font-size: 17px; }
  .eh-site-footer { margin-top: 60px; }
}

@media (max-width: 900px) {
  .eh-home-latest-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 600px) {
  .eh-home-hero-managed, .eh-home-latest-managed { padding-left: 14px; padding-right: 14px; }
  .eh-home-latest-grid { grid-template-columns: 1fr; }
}


/* Home v0.3 · gestor editorial */
.eh-home-module-wrap,
.eh-managed-section { padding-left: 20px; padding-right: 20px; }
.eh-home-breaking-wrap { margin-top: 22px; }
.eh-section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; border-bottom: 2px solid var(--eh-ink); margin-bottom: 18px; }
.eh-section-title-row .eh-section-heading { border-bottom: 0; margin-bottom: 0; padding-bottom: 10px; }
.eh-section-more { padding-bottom: 12px; color: var(--eh-muted); font-size: 11px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.eh-section-more:hover { color: var(--eh-red); }
.eh-feature-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr); gap: 36px; align-items: start; }
.eh-feature-excerpt { margin: 0; color: var(--eh-muted); font-size: 14px; line-height: 1.5; }
.eh-feature-list-item { padding: 15px 0; border-top: 1px solid var(--eh-border); }
.eh-feature-list-item:first-child { padding-top: 0; border-top: 0; }
.eh-feature-list-item .wp-block-post-title { margin: 5px 0 6px; font-size: clamp(19px, 2vw, 25px); line-height: 1.05; letter-spacing: -.035em; }
.eh-feature-list-item .wp-block-post-title a { text-decoration: none; }
.eh-feature-list-item .wp-block-post-date { color: var(--eh-muted); font-size: 11px; }
.eh-managed-grid { display: grid; gap: 22px; }
.eh-managed-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.eh-managed-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.eh-managed-section--deportes .eh-section-title-row { border-color: var(--eh-green); }
.eh-managed-section--deportes .eh-section-heading { color: var(--eh-green); }
.eh-managed-section--cultura .eh-section-title-row { border-color: var(--eh-gold); }
.eh-managed-section--cultura .eh-section-heading { color: var(--eh-gold); }
.eh-managed-section--barrios .eh-section-title-row { border-color: var(--eh-blue); }
.eh-managed-section--barrios .eh-section-heading { color: var(--eh-blue); }
.eh-managed-section--provincia .eh-section-title-row { border-color: var(--eh-blue); }
.eh-managed-section--provincia .eh-section-heading { color: var(--eh-ink); }
.eh-opinion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.eh-opinion-card { padding: 24px; border: 1px solid var(--eh-border); border-radius: 12px; background: var(--eh-soft); }
.eh-opinion-kicker { color: var(--eh-red); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eh-opinion-card h3 { margin: 10px 0 9px; font-family: var(--wp--preset--font-family--editorial); font-size: clamp(24px, 2.7vw, 36px); line-height: 1.02; letter-spacing: -.035em; }
.eh-opinion-card h3 a { text-decoration: none; }
.eh-opinion-card p { margin: 0 0 18px; color: var(--eh-muted); font-size: 13px; }
.eh-opinion-author { font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.eh-home-module-wrap .eh-newsletter { max-width: none; }

@media (max-width: 900px) {
  .eh-feature-layout { grid-template-columns: 1fr; gap: 22px; }
  .eh-managed-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eh-managed-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eh-opinion-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .eh-home-module-wrap, .eh-managed-section { padding-left: 14px; padding-right: 14px; }
  .eh-managed-grid--4, .eh-managed-grid--3 { grid-template-columns: 1fr; }
  .eh-section-title-row { align-items: center; }
  .eh-section-more { padding-bottom: 9px; font-size: 10px; }
  .eh-opinion-card { padding: 20px; }
}

/* Anchura explícita para contenido dinámico renderizado por shortcodes. */
.eh-home-hero-managed,
.eh-home-latest-managed,
.eh-home-module-wrap,
.eh-managed-section {
  box-sizing: border-box;
  width: min(100%, 1400px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.eh-ad-module { margin-top: 34px; margin-bottom: 34px; }
.eh-feature-layout--single { grid-template-columns: 1fr; }
.eh-feature-layout--single .eh-feature-list { display: none; }


/* v0.3.1 · portada PHP robusta */
body.eh-radio-disabled .eh-live-button { display: none !important; }
.eh-home-main { min-height: 40vh; }
.eh-home-empty {
  box-sizing: border-box;
  width: min(100% - 40px, 1360px);
  margin: 48px auto;
  padding: 28px;
  border: 1px solid var(--eh-border);
  border-radius: var(--eh-radius);
  background: var(--eh-soft);
}
.eh-home-empty strong { font-size: 22px; }
.eh-home-empty p { margin-bottom: 0; color: var(--eh-muted); }

/* ==========================================================
   Elche Ahora v0.4 · refinamiento editorial
   ========================================================== */
:root{
  --eh-page:1360px;
  --eh-gutter:20px;
  --eh-card-radius:10px;
  --eh-tight-shadow:0 1px 0 rgba(0,0,0,.04),0 12px 32px rgba(0,0,0,.045);
}

/* Cabecera más cercana al concepto visual */
.eh-site-header{background:rgba(255,255,255,.975);box-shadow:0 1px 0 rgba(0,0,0,.025)}
.eh-header-inner{max-width:var(--eh-page)!important;min-height:68px;gap:20px}
.eh-wordmark{min-width:102px;font-size:18px;letter-spacing:-.055em}
.eh-wordmark .eh-dot{width:8px;height:8px}
.eh-main-nav .wp-block-navigation__container{gap:clamp(14px,1.55vw,26px)}
.eh-main-nav .wp-block-navigation-item__content{font-size:12px;font-weight:700;color:#303030}
.eh-search .wp-block-search__button{border-radius:999px}
.eh-search .wp-block-search__button:hover{background:var(--eh-soft)}
body.eh-radio-disabled .eh-live-button,body.eh-radio-disabled .eh-radio-nav-item,body.eh-radio-disabled .eh-footer-radio-item{display:none!important}

/* Portada: anchura y respiración */
.eh-home-hero-managed,.eh-home-latest-managed,.eh-home-module-wrap,.eh-managed-section{width:min(calc(100% - (var(--eh-gutter) * 2)),var(--eh-page));max-width:var(--eh-page);padding-left:0;padding-right:0}
.eh-home-main{overflow:hidden}
.eh-home-hero{margin-top:16px;margin-bottom:22px}
.eh-hero-grid{display:grid;grid-template-columns:minmax(0,1.95fr) minmax(360px,1fr);gap:14px;align-items:stretch}
.eh-home-hero--balanced .eh-hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(390px,1fr)}
.eh-hero-card{min-height:520px;border-radius:11px;box-shadow:var(--eh-tight-shadow)}
.eh-hero-card::after{background:linear-gradient(180deg,rgba(0,0,0,.02) 18%,rgba(0,0,0,.18) 55%,rgba(0,0,0,.88) 100%)}
.eh-hero-overlay{padding:clamp(24px,2.8vw,38px)}
.eh-hero-overlay .wp-block-post-title{max-width:840px;margin:8px 0 10px;font-size:clamp(38px,3.65vw,54px);line-height:.98;letter-spacing:-.052em;text-wrap:balance}
.eh-hero-overlay .wp-block-post-excerpt{max-width:700px}
.eh-hero-overlay .wp-block-post-excerpt__excerpt{max-width:650px;margin:0;font-size:13px;line-height:1.45;color:rgba(255,255,255,.9)}
.eh-hero-overlay .wp-block-post-excerpt__more-link{margin-top:14px;padding:9px 12px;border-radius:7px;font-size:11px}
.eh-badge,.eh-badge a{border-radius:4px}.eh-badge a{padding:5px 6px;font-size:9px}

.eh-side-stack{display:grid;grid-template-rows:repeat(3,minmax(0,1fr));min-height:520px;border:1px solid var(--eh-border);border-radius:11px;background:#fff;overflow:hidden}
.eh-side-stack .eh-side-story{display:block;margin:0;padding:0;border:0;border-bottom:1px solid var(--eh-border);min-height:0}
.eh-side-stack .eh-side-story:last-child{border-bottom:0}
.eh-side-card{display:grid;grid-template-columns:128px minmax(0,1fr);height:100%;gap:13px;align-items:center;padding:11px 12px;overflow:hidden}
.eh-side-card .wp-block-post-featured-image{width:100%;max-width:128px;height:auto;min-width:0;min-height:0;aspect-ratio:4/3;border-radius:8px;align-self:center}
.eh-side-card .wp-block-post-featured-image a{display:block;width:100%;height:100%}
.eh-side-card .wp-block-post-featured-image img{display:block;width:100%;height:100%;object-fit:cover}
.eh-side-card-copy{min-width:0;align-self:center;overflow:hidden}
.eh-side-card .wp-block-post-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:6px 0 6px;font-size:clamp(15px,1.05vw,17px);line-height:1.08;letter-spacing:-.025em}
.eh-side-card .wp-block-post-date{font-size:9px}
.eh-side-card .eh-badge a{font-size:7px;padding:4px 5px}
.eh-side-card > *{min-width:0}.eh-side-card-copy .wp-block-post-title a{overflow-wrap:normal;word-break:normal}

/* Variante dúo: gran secundaria a la derecha */
.eh-home-hero--duo .eh-hero-grid{grid-template-columns:minmax(0,1.55fr) minmax(360px,1fr)}
.eh-home-hero--duo .eh-side-stack{grid-template-rows:1fr;background:var(--eh-ink)}
.eh-home-hero--duo .eh-side-story:not(:first-child){display:none}
.eh-home-hero--duo .eh-side-card{position:relative;display:block;padding:0;height:100%;min-height:520px}
.eh-home-hero--duo .eh-side-card .wp-block-post-featured-image{position:absolute;inset:0;width:100%;height:100%;margin:0;border-radius:0}
.eh-home-hero--duo .eh-side-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 30%,rgba(0,0,0,.82) 100%)}
.eh-home-hero--duo .eh-side-card-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:28px;color:#fff}
.eh-home-hero--duo .eh-side-card .wp-block-post-title{display:block;margin:8px 0;font-size:clamp(30px,3vw,44px);line-height:.98;-webkit-line-clamp:unset}
.eh-home-hero--duo .eh-side-card .wp-block-post-title a{color:#fff}
.eh-home-hero--duo .eh-side-card .wp-block-post-date{color:rgba(255,255,255,.72)}

/* Titulares y secciones */
.eh-section{margin-top:clamp(44px,5.4vw,72px);margin-bottom:clamp(44px,5.4vw,72px)}
.eh-section-title-row{align-items:end;margin-bottom:20px;border-bottom:1px solid #bdbdb8}
.eh-section-title-row--simple{border-bottom:1px solid var(--eh-ink)}
.eh-section-title-row .eh-section-heading{position:relative;padding-bottom:10px;font-size:clamp(24px,2.25vw,32px);letter-spacing:-.045em}
.eh-section-title-row .eh-section-heading::after{content:"";position:absolute;left:0;bottom:-1px;width:58px;height:3px;background:var(--eh-ink)}
.eh-section-title-row--simple .eh-section-heading::after{background:var(--eh-red)}
.eh-managed-section--deportes .eh-section-heading::after{background:var(--eh-green)}
.eh-managed-section--cultura .eh-section-heading::after{background:var(--eh-gold)}
.eh-managed-section--barrios .eh-section-heading::after{background:var(--eh-blue)}
.eh-managed-section--provincia .eh-section-heading::after{background:var(--eh-blue)}
.eh-section-more{padding-bottom:10px;font-size:10px;text-transform:uppercase;letter-spacing:.04em}

.eh-home-latest-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.eh-news-card{min-width:0}
.eh-news-card .wp-block-post-featured-image{margin-bottom:10px;border-radius:8px;aspect-ratio:16/10;background:var(--eh-soft)}
.eh-news-card .wp-block-post-title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:7px 0 5px;font-size:clamp(18px,1.65vw,23px);line-height:1.06}
.eh-news-card .wp-block-post-excerpt{font-size:12px;line-height:1.42}.eh-news-card .wp-block-post-excerpt p{margin:.35rem 0 0}
.eh-news-card .wp-block-post-date{margin-top:8px;font-size:10px}

.eh-feature-layout{grid-template-columns:minmax(0,1.72fr) minmax(300px,.82fr);gap:34px}
.eh-feature-card .wp-block-post-featured-image{border-radius:9px;aspect-ratio:16/9}
.eh-feature-card .wp-block-post-title{font-size:clamp(31px,3.1vw,44px)}
.eh-feature-list-item{padding:17px 0}
.eh-feature-list-item .wp-block-post-title{font-size:clamp(19px,1.75vw,24px)}
.eh-managed-grid{gap:18px}
.eh-opinion-card{border-radius:10px;padding:25px;background:#f7f7f4}

/* Última hora compacta */
.eh-home-breaking-wrap{margin-top:26px;margin-bottom:-10px}
.eh-breaking{grid-template-columns:auto minmax(0,1fr);gap:16px;padding:9px 0;border-top:1px solid var(--eh-border);border-bottom:1px solid var(--eh-border)}
.eh-breaking-label{font-size:10px}.eh-breaking-items{gap:24px}.eh-breaking-item a{font-size:11px}

/* Publicidad y newsletter */
.eh-ad-module{margin-top:34px;margin-bottom:34px}
.eh-ad-shell{width:100%;text-align:center}
.eh-ad-label{display:block;margin:0 0 8px;font-size:8px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.16em;color:#a0a0a0}
.eh-ad-content{width:100%;max-width:1200px;margin:0 auto;text-align:center;overflow:hidden}
.eh-ad-content img{max-width:100%;height:auto}
.eh-ad-content iframe{max-width:100%}
.eh-ad-admin-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:96px;border:1px dashed #d7d7d3;border-radius:8px;background:#fafaf8;text-align:center}
.eh-ad-admin-placeholder span{font-size:8px;letter-spacing:.14em;color:#aaa}.eh-ad-admin-placeholder strong{font-size:10px;font-weight:600;color:#999}
.eh-ad-placeholder{flex-direction:column;gap:4px;min-height:112px;border-radius:8px;background:#fafaf8}
.eh-ad-placeholder span{font-size:8px;letter-spacing:.14em;color:#aaa}.eh-ad-placeholder strong{font-size:10px;font-weight:600;letter-spacing:0;text-transform:none;color:#999}
.eh-newsletter{display:flex;align-items:center;justify-content:space-between;gap:38px;padding:clamp(28px,4vw,48px);border-radius:12px;background:#151515}
.eh-newsletter h2{margin:4px 0 7px;font-size:clamp(28px,3vw,42px);line-height:1;letter-spacing:-.05em}
.eh-newsletter p{margin:0;max-width:680px;font-size:13px}.eh-newsletter-kicker{font-size:9px;font-weight:900;letter-spacing:.1em;color:var(--eh-red)}
.eh-newsletter .wp-block-buttons{flex:0 0 auto}.eh-newsletter .wp-block-button__link{white-space:nowrap;font-size:11px}

/* Artículo: lectura algo más editorial */
.eh-article{max-width:var(--eh-page)!important}
.eh-article-header .wp-block-post-title{text-wrap:balance;font-size:clamp(44px,6vw,78px)}
.eh-article-deck{max-width:820px}.eh-article-image{border-radius:10px}.eh-article-content{color:#252525}
.eh-sidebar-box{border-radius:9px;background:#fcfcfa}

/* Footer */
.eh-site-footer{padding-top:54px;background:#f4f4f1}.eh-site-footer h6{margin-top:0;margin-bottom:12px;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.eh-footer-copy li{margin-bottom:7px}.eh-footer-copy a{text-decoration:none}

/* Responsive: la versión móvil se compone de forma específica */
@media(max-width:1050px){
  .eh-hero-grid,.eh-home-hero--balanced .eh-hero-grid,.eh-home-hero--duo .eh-hero-grid{grid-template-columns:minmax(0,1fr)}
  .eh-hero-card{min-height:520px}
  .eh-side-stack{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr;min-height:0;border:0;border-radius:0;gap:12px;overflow:visible}
  .eh-side-stack .eh-side-story{border:0}
  .eh-side-card{display:block;padding:0;height:auto}.eh-side-card .wp-block-post-featured-image{height:auto;min-height:0;aspect-ratio:16/10;margin-bottom:8px}.eh-side-card .wp-block-post-title{font-size:17px}
  .eh-home-hero--duo .eh-side-stack{display:grid;grid-template-columns:1fr;min-height:0}.eh-home-hero--duo .eh-side-card{min-height:420px;border-radius:10px;overflow:hidden}
  .eh-feature-layout{grid-template-columns:1fr;gap:24px}.eh-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px}.eh-feature-list-item:nth-child(2){padding-top:0;border-top:0}
}
@media(max-width:900px){
  :root{--eh-gutter:16px}
  .eh-header-inner{min-height:60px}.eh-main-nav{order:3;flex:0}.eh-main-nav .wp-block-navigation__responsive-container-open{display:flex}.eh-main-nav .wp-block-navigation__container{display:none}.eh-search{display:none}
  .eh-home-latest-grid,.eh-managed-grid--4,.eh-managed-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eh-newsletter{align-items:flex-start;flex-direction:column;gap:20px}
}
@media(max-width:620px){
  :root{--eh-gutter:14px}
  .eh-header-inner{padding-left:14px!important;padding-right:14px!important;gap:9px}.eh-wordmark{min-width:82px;font-size:15px}.eh-wordmark .eh-dot{width:7px;height:7px}
  .eh-home-hero{margin-top:8px}.eh-hero-grid{gap:14px}.eh-hero-card{min-height:420px;border-radius:9px}.eh-hero-overlay{padding:22px 18px}.eh-hero-overlay .wp-block-post-title{font-size:clamp(34px,11.5vw,50px);line-height:.96}.eh-hero-overlay .wp-block-post-excerpt__excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:12px}.eh-hero-overlay .wp-block-post-excerpt__more-link{margin-top:10px}
  .eh-side-stack{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid var(--eh-border)}.eh-side-stack .eh-side-story{padding:11px 0;border-bottom:1px solid var(--eh-border)}.eh-side-card{display:grid;grid-template-columns:112px minmax(0,1fr);gap:11px;align-items:center}.eh-side-card .wp-block-post-featured-image{margin:0;aspect-ratio:4/3}.eh-side-card .wp-block-post-title{font-size:16px;-webkit-line-clamp:3}
  .eh-home-hero--duo .eh-side-card{display:block;min-height:390px}.eh-home-hero--duo .eh-side-story{padding:0;border:0}.eh-home-hero--duo .eh-side-card-copy{padding:22px}.eh-home-hero--duo .eh-side-card .wp-block-post-title{font-size:34px}
  .eh-section{margin-top:42px;margin-bottom:42px}.eh-section-title-row{margin-bottom:14px}.eh-section-title-row .eh-section-heading{font-size:24px}.eh-section-more{font-size:9px}
  .eh-home-latest-grid,.eh-managed-grid--4,.eh-managed-grid--3{grid-template-columns:1fr}.eh-home-latest-grid{gap:22px}.eh-news-card{display:grid;grid-template-columns:118px minmax(0,1fr);column-gap:12px;align-items:start}.eh-news-card .wp-block-post-featured-image{grid-row:1/5;margin:0;aspect-ratio:4/3}.eh-news-card .eh-badge{margin-top:1px}.eh-news-card .wp-block-post-title{margin:5px 0 3px;font-size:18px}.eh-news-card .wp-block-post-excerpt{display:none}.eh-news-card .wp-block-post-date{margin-top:4px}
  .eh-feature-list{grid-template-columns:1fr}.eh-feature-list-item:nth-child(2){padding-top:17px;border-top:1px solid var(--eh-border)}
  .eh-opinion-grid{grid-template-columns:1fr}.eh-opinion-card{padding:20px}.eh-breaking{grid-template-columns:1fr;gap:5px}.eh-newsletter{padding:25px 22px}.eh-newsletter h2{font-size:32px}
  .eh-article-header .wp-block-post-title{font-size:clamp(38px,12vw,58px)}.eh-article-deck{font-size:18px}.eh-article-content{font-size:17px}
}

/* ==========================================================
   Elche Ahora v0.4.2 · artículo mejor aprovechado
   ========================================================== */
.eh-article{
  width:min(calc(100% - (var(--eh-gutter) * 2)),var(--eh-page));
  max-width:var(--eh-page)!important;
  margin:clamp(34px,4vw,54px) auto 0;
  padding-left:0!important;
  padding-right:0!important;
}
.eh-article-header{
  width:min(100%,1180px);
  max-width:none;
  margin:0 auto clamp(26px,3vw,36px);
}
.eh-article-header .eh-badge{margin-bottom:14px}
.eh-article-header .wp-block-post-title{
  max-width:1160px;
  margin:0 0 18px;
  font-size:clamp(46px,5vw,76px);
  line-height:.96;
  letter-spacing:-.057em;
  text-wrap:balance;
}
.eh-article-deck{
  max-width:1040px;
  margin:0 0 18px;
  color:#505050;
  font-size:clamp(19px,1.65vw,24px);
  line-height:1.38;
}
.eh-article-deck p{margin:0}
.eh-article-meta{
  gap:8px 18px;
  margin-top:18px;
  color:#777;
  font-size:12px;
}
.eh-article-meta a{font-weight:700;text-decoration:none}
.eh-article-image{
  width:min(100%,1280px);
  max-width:1280px;
  margin:0 auto clamp(34px,4vw,48px);
  border-radius:10px;
  overflow:hidden;
  background:var(--eh-soft);
}
.eh-article-image img{display:block;width:100%;height:auto;object-fit:cover}

.eh-article-layout{
  display:grid!important;
  grid-template-columns:minmax(0,800px) minmax(280px,320px);
  gap:clamp(42px,5vw,72px);
  align-items:start;
  width:min(100%,1192px);
  margin:0 auto;
}
.eh-article-main{min-width:0;width:100%}
.eh-article-content{
  width:100%;
  max-width:none;
  color:#252525;
  font-size:18px;
  line-height:1.76;
}
.eh-article-content > *{
  max-width:none;
  margin-left:0;
  margin-right:0;
}
.eh-article-content > p,
.eh-article-content > ul,
.eh-article-content > ol{margin-top:0;margin-bottom:1.45em}
.eh-article-content > p:first-child{font-size:19px}
.eh-article-content h2{
  margin-top:2em;
  margin-bottom:.65em;
  font-size:clamp(30px,3vw,42px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.eh-article-content h3{
  margin-top:1.7em;
  margin-bottom:.6em;
  font-size:clamp(24px,2.2vw,32px);
  line-height:1.08;
}
.eh-article-content blockquote{
  margin:40px 0;
  padding:4px 0 4px 22px;
  border-left:4px solid var(--eh-red);
  font-size:clamp(24px,2.2vw,30px);
  line-height:1.25;
  font-weight:750;
  letter-spacing:-.03em;
}
.eh-article-content .alignwide{
  width:min(100vw - (var(--eh-gutter) * 2),1080px);
  max-width:1080px;
  margin-left:50%;
  transform:translateX(-50%);
}
.eh-article-content .alignfull{
  width:100vw;
  max-width:none;
  margin-left:50%;
  transform:translateX(-50%);
}

.eh-author-box{
  gap:16px;
  margin-top:48px;
  padding:24px 0;
  border-top:1px solid var(--eh-border);
  border-bottom:1px solid var(--eh-border);
}
.eh-author-box .wp-block-avatar{flex:0 0 auto}
.eh-author-box .wp-block-post-author-name{font-weight:800}
.eh-author-box .wp-block-post-author-biography{margin-top:4px;color:var(--eh-muted);font-size:13px;line-height:1.5}
.eh-article-tags{display:block;margin-top:20px;color:var(--eh-muted);font-size:12px}

.eh-article-sidebar{
  position:sticky;
  top:96px;
  min-width:0;
}
.eh-sidebar-box{
  padding:0;
  border:0;
  border-top:3px solid var(--eh-ink);
  border-radius:0;
  background:transparent;
}
.eh-sidebar-heading{
  align-items:baseline;
  gap:12px;
  margin:0;
  padding:13px 0 11px;
  border-bottom:1px solid var(--eh-border);
}
.eh-sidebar-heading h4{margin:0;font-size:18px;letter-spacing:-.035em}
.eh-sidebar-live{margin:0;color:var(--eh-muted);font-size:9px;text-transform:uppercase;letter-spacing:.08em}
.eh-sidebar-query .wp-block-post-template{margin:0;padding:0;list-style:none}
.eh-sidebar-story{
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr);
  gap:12px;
  align-items:center;
  padding:13px 0;
  border-bottom:1px solid var(--eh-border);
}
.eh-sidebar-story:last-child{border-bottom:0}
.eh-sidebar-thumb{
  width:92px;
  margin:0;
  overflow:hidden;
  border-radius:7px;
  aspect-ratio:4/3;
  background:var(--eh-soft);
}
.eh-sidebar-thumb a,.eh-sidebar-thumb img{display:block;width:100%;height:100%}
.eh-sidebar-thumb img{object-fit:cover}
.eh-sidebar-story-copy{min-width:0}
.eh-sidebar-story .wp-block-post-title{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  margin:0 0 5px;
  font-size:15px;
  line-height:1.08;
  letter-spacing:-.025em;
}
.eh-sidebar-story .wp-block-post-title a{text-decoration:none}
.eh-sidebar-time{margin:0;color:var(--eh-muted);font-size:9px}

@media(max-width:1120px){
  .eh-article-layout{grid-template-columns:minmax(0,1fr) 280px;gap:36px;width:min(100%,1080px)}
  .eh-sidebar-story{grid-template-columns:80px minmax(0,1fr);gap:10px}
  .eh-sidebar-thumb{width:80px}
  .eh-sidebar-story .wp-block-post-title{font-size:14px}
}
@media(max-width:900px){
  .eh-article-header{width:min(100%,820px)}
  .eh-article-image{width:100%}
  .eh-article-layout{display:block!important;width:min(100%,800px)}
  .eh-article-main{width:100%}
  .eh-article-sidebar{display:none}
  .eh-article-content{font-size:18px}
}
@media(max-width:620px){
  .eh-article{margin-top:26px}
  .eh-article-header .wp-block-post-title{font-size:clamp(38px,11.5vw,56px);line-height:.97}
  .eh-article-deck{font-size:18px;line-height:1.4}
  .eh-article-meta{margin-top:14px;font-size:11px}
  .eh-article-image{margin-bottom:28px;border-radius:8px}
  .eh-article-content{font-size:17px;line-height:1.72}
  .eh-article-content > p:first-child{font-size:18px}
  .eh-article-content .alignwide,.eh-article-content .alignfull{width:100%;margin-left:0;transform:none}
  .eh-author-box{margin-top:36px}
}

/* ==========================================================
   Elche Ahora v0.5 · módulos editoriales compactos de portada
   ========================================================== */

/* Ahora en Elche: 2×2, lectura rápida en lugar de cuatro fotones. */
.eh-home-latest-v5 .eh-section-title-row{margin-bottom:8px}
.eh-home-latest-grid--editorial{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:32px;
  row-gap:0;
  border-top:1px solid var(--eh-border);
}
.eh-home-latest-grid--editorial .eh-compact-story{
  padding:16px 0;
  border-bottom:1px solid var(--eh-border);
}

/* Pieza compacta reutilizable. */
.eh-compact-story{
  display:grid;
  grid-template-columns:132px minmax(0,1fr);
  gap:14px;
  align-items:start;
  min-width:0;
}
.eh-compact-story > *{min-width:0}
.eh-compact-story .wp-block-post-featured-image{
  margin:0;
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:8px;
  background:var(--eh-soft);
}
.eh-compact-story .wp-block-post-featured-image a,
.eh-compact-story .wp-block-post-featured-image img{display:block;width:100%;height:100%}
.eh-compact-story .wp-block-post-featured-image img{object-fit:cover}
.eh-compact-story-copy{min-width:0}
.eh-compact-story .eh-badge{margin:0 0 5px}
.eh-compact-story .eh-badge a{padding:4px 5px;font-size:7px}
.eh-compact-story .wp-block-post-title{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  margin:0 0 6px;
  font-size:clamp(17px,1.35vw,20px);
  line-height:1.06;
  letter-spacing:-.03em;
}
.eh-compact-story .wp-block-post-title a{text-decoration:none}
.eh-compact-story .wp-block-post-date{margin:0;color:var(--eh-muted);font-size:9px}
.eh-compact-story--text{grid-template-columns:1fr}

/* Secciones Elche / Deportes / Cultura: una destacada + rail compacto. */
.eh-editorial-feature{
  display:grid;
  grid-template-columns:minmax(0,1.58fr) minmax(330px,.92fr);
  gap:34px;
  align-items:start;
}
.eh-section-lead{min-width:0}
.eh-section-lead .wp-block-post-featured-image{
  margin:0 0 12px;
  width:100%;
  aspect-ratio:16/9;
  max-height:430px;
  overflow:hidden;
  border-radius:10px;
  background:var(--eh-soft);
}
.eh-section-lead .wp-block-post-featured-image a,
.eh-section-lead .wp-block-post-featured-image img{display:block;width:100%;height:100%}
.eh-section-lead .wp-block-post-featured-image img{object-fit:cover}
.eh-section-lead .eh-badge{margin:0 0 7px}
.eh-section-lead .wp-block-post-title{
  max-width:860px;
  margin:0 0 8px;
  font-size:clamp(28px,2.7vw,40px);
  line-height:.99;
  letter-spacing:-.045em;
}
.eh-section-lead .wp-block-post-title a{text-decoration:none}
.eh-section-lead .eh-feature-excerpt{max-width:760px;margin:0 0 8px;font-size:13px;line-height:1.46}
.eh-section-lead .wp-block-post-date{color:var(--eh-muted);font-size:9px}
.eh-section-rail{
  display:grid;
  grid-template-columns:1fr;
  align-content:start;
  border-top:1px solid var(--eh-border);
}
.eh-section-rail .eh-compact-story{
  grid-template-columns:126px minmax(0,1fr);
  padding:14px 0;
  border-bottom:1px solid var(--eh-border);
}
.eh-section-rail .eh-compact-story .wp-block-post-title{font-size:clamp(16px,1.22vw,19px)}
.eh-editorial-section--single .eh-editorial-feature{display:block}
.eh-editorial-section--single .eh-section-lead{max-width:780px}
.eh-editorial-section--single .eh-section-lead .wp-block-post-featured-image{max-height:420px}

/* Barrios y pedanías: tarjetas compactas. Incluso con 1–2 noticias no se
   convierten en imágenes gigantes porque conservamos tres columnas. */
.eh-compact-section-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px 20px;
  align-items:start;
}
.eh-compact-grid-card{min-width:0}
.eh-compact-grid-card .wp-block-post-featured-image{
  margin:0 0 9px;
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  border-radius:8px;
  background:var(--eh-soft);
}
.eh-compact-grid-card .wp-block-post-featured-image a,
.eh-compact-grid-card .wp-block-post-featured-image img{display:block;width:100%;height:100%}
.eh-compact-grid-card .wp-block-post-featured-image img{object-fit:cover}
.eh-compact-grid-card .eh-badge{margin:0 0 5px}
.eh-compact-grid-card .eh-badge a{padding:4px 5px;font-size:7px}
.eh-compact-grid-card .wp-block-post-title{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  margin:0 0 6px;
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.04;
  letter-spacing:-.03em;
}
.eh-compact-grid-card .wp-block-post-title a{text-decoration:none}
.eh-compact-grid-card .wp-block-post-date{color:var(--eh-muted);font-size:9px}

/* Las secciones ya no necesitan márgenes tan enormes: la portada gana ritmo. */
.eh-editorial-section{margin-top:clamp(38px,4.5vw,58px);margin-bottom:clamp(38px,4.5vw,58px)}

@media(max-width:1050px){
  .eh-editorial-feature{grid-template-columns:1fr;gap:22px}
  .eh-section-lead{max-width:none}
  .eh-section-lead .wp-block-post-featured-image{max-height:none}
  .eh-section-rail{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;border-top:1px solid var(--eh-border)}
  .eh-section-rail .eh-compact-story{grid-template-columns:112px minmax(0,1fr)}
  .eh-home-latest-grid--editorial{column-gap:22px}
}

@media(max-width:800px){
  .eh-home-latest-grid--editorial{grid-template-columns:1fr}
  .eh-compact-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 16px}
  .eh-section-rail{grid-template-columns:1fr}
}

@media(max-width:620px){
  .eh-home-latest-v5 .eh-section-title-row{margin-bottom:4px}
  .eh-home-latest-grid--editorial .eh-compact-story{padding:12px 0}
  .eh-compact-story{grid-template-columns:106px minmax(0,1fr);gap:11px}
  .eh-compact-story .wp-block-post-title{font-size:16px}
  .eh-section-lead .wp-block-post-featured-image{aspect-ratio:16/10;border-radius:8px}
  .eh-section-lead .wp-block-post-title{font-size:clamp(26px,8.5vw,36px)}
  .eh-section-lead .eh-feature-excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
  .eh-section-rail .eh-compact-story{grid-template-columns:104px minmax(0,1fr);padding:12px 0}
  .eh-compact-section-grid{grid-template-columns:1fr;gap:0}
  .eh-compact-grid-card{
    display:grid;
    grid-template-columns:110px minmax(0,1fr);
    gap:12px;
    align-items:start;
    padding:12px 0;
    border-bottom:1px solid var(--eh-border);
  }
  .eh-compact-grid-card .wp-block-post-featured-image{grid-row:1;margin:0;aspect-ratio:4/3}
  .eh-compact-grid-card-copy{min-width:0}
  .eh-compact-grid-card .wp-block-post-title{font-size:17px}
  .eh-editorial-section{margin-top:38px;margin-bottom:38px}
}

/* ==========================================================
   Elche Ahora v0.5.1 · navegación móvil + hero más legible
   ========================================================== */
@media (max-width: 900px) {
  /*
   * El bloque Navigation de WordPress reutiliza el mismo UL dentro del
   * contenedor responsive. Las reglas legacy de la cabecera lo ocultaban
   * también cuando el modal ya estaba abierto. Este estado gana siempre.
   */
  .eh-main-nav .wp-block-navigation__responsive-container.is-menu-open {
    display: flex !important;
    position: fixed;
    inset: 0;
    z-index: 100000;
    width: 100vw;
    height: 100dvh;
    max-height: none;
    margin: 0;
    padding: 18px 22px 34px;
    overflow-y: auto;
    background: #fff;
    color: var(--eh-ink);
  }
  .eh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
  .eh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
  .eh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    width: 100%;
  }
  .eh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: 54px;
    align-items: stretch;
  }
  .eh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex !important;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .eh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
    border-bottom: 1px solid var(--eh-border);
  }
  .eh-main-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    padding: 16px 2px;
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.035em;
    color: var(--eh-ink);
    text-decoration: none;
  }
  .eh-main-nav .wp-block-navigation__responsive-container-close {
    top: 18px;
    right: 20px;
  }
  .eh-main-nav .wp-block-navigation__responsive-container-close svg,
  .eh-main-nav .wp-block-navigation__responsive-container-open svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 620px) {
  /* Un titular largo debe seguir siendo protagonista sin tapar toda la foto. */
  .eh-hero-overlay .wp-block-post-title {
    font-size: clamp(30px, 9.2vw, 41px);
    line-height: .98;
    letter-spacing: -.045em;
  }
}

@media (max-width: 390px) {
  .eh-hero-overlay .wp-block-post-title {
    font-size: clamp(29px, 8.8vw, 35px);
  }
}


/* ==========================================================
   Elche Ahora v0.5.3 · En profundidad
   ========================================================== */
.eh-depth-section{
  margin-top:clamp(42px,5vw,66px);
  margin-bottom:clamp(42px,5vw,66px);
}
.eh-depth-shell{
  position:relative;
  overflow:hidden;
  padding:clamp(24px,3.4vw,44px);
  border-radius:14px;
  background:#171717;
  color:#fff;
}
.eh-depth-shell::before{
  content:"";
  position:absolute;
  inset:0 auto auto 0;
  width:86px;
  height:4px;
  background:var(--eh-red);
}
.eh-depth-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:24px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.15);
}
.eh-depth-kicker,
.eh-depth-story-type{
  display:block;
  color:#ff7165;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.eh-depth-heading h2{
  margin:5px 0 5px;
  color:#fff;
  font-family:var(--wp--preset--font-family--editorial);
  font-size:clamp(32px,3.2vw,46px);
  line-height:.96;
  letter-spacing:-.045em;
}
.eh-depth-heading p{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:13px;
  line-height:1.45;
}
.eh-depth-more{
  flex:0 0 auto;
  padding-bottom:2px;
  color:#fff;
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
  text-decoration:none;
  text-transform:uppercase;
}
.eh-depth-more:hover{text-decoration:underline}
.eh-depth-grid{
  display:grid;
  grid-template-columns:minmax(0,1.62fr) minmax(310px,.88fr);
  gap:34px;
  align-items:start;
}
.eh-depth-lead{min-width:0}
.eh-depth-lead .wp-block-post-featured-image{
  width:100%;
  margin:0 0 15px;
  aspect-ratio:16/9;
  max-height:455px;
  overflow:hidden;
  border-radius:10px;
  background:#2a2a2a;
}
.eh-depth-lead .wp-block-post-featured-image a,
.eh-depth-lead .wp-block-post-featured-image img{
  display:block;
  width:100%;
  height:100%;
}
.eh-depth-lead .wp-block-post-featured-image img{object-fit:cover}
.eh-depth-lead-copy h3{
  max-width:850px;
  margin:7px 0 9px;
  color:#fff;
  font-family:var(--wp--preset--font-family--editorial);
  font-size:clamp(29px,3vw,43px);
  line-height:.99;
  letter-spacing:-.045em;
}
.eh-depth-lead-copy h3 a,
.eh-depth-story h3 a{color:inherit;text-decoration:none}
.eh-depth-lead-copy p{
  max-width:760px;
  margin:0 0 10px;
  color:rgba(255,255,255,.7);
  font-size:13px;
  line-height:1.5;
}
.eh-depth-meta{
  color:rgba(255,255,255,.48);
  font-size:9px;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.eh-depth-rail{
  display:grid;
  align-content:start;
  border-top:1px solid rgba(255,255,255,.15);
}
.eh-depth-story{
  display:grid;
  grid-template-columns:124px minmax(0,1fr);
  gap:14px;
  align-items:start;
  min-width:0;
  padding:15px 0;
  border-bottom:1px solid rgba(255,255,255,.15);
}
.eh-depth-story .wp-block-post-featured-image{
  width:100%;
  margin:0;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:8px;
  background:#2a2a2a;
}
.eh-depth-story .wp-block-post-featured-image a,
.eh-depth-story .wp-block-post-featured-image img{
  display:block;
  width:100%;
  height:100%;
}
.eh-depth-story .wp-block-post-featured-image img{object-fit:cover}
.eh-depth-story-copy{min-width:0}
.eh-depth-story h3{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  margin:6px 0 8px;
  color:#fff;
  font-family:var(--wp--preset--font-family--editorial);
  font-size:clamp(17px,1.45vw,21px);
  line-height:1.04;
  letter-spacing:-.03em;
}
.eh-depth-section--single .eh-depth-grid{grid-template-columns:1fr}
.eh-depth-section--single .eh-depth-lead{max-width:900px}

@media(max-width:1000px){
  .eh-depth-grid{grid-template-columns:1fr;gap:24px}
  .eh-depth-rail{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px}
}
@media(max-width:700px){
  .eh-depth-shell{padding:24px 18px;border-radius:10px}
  .eh-depth-heading{display:block;margin-bottom:18px;padding-bottom:14px}
  .eh-depth-more{display:inline-block;margin-top:12px}
  .eh-depth-lead .wp-block-post-featured-image{aspect-ratio:16/10;border-radius:8px}
  .eh-depth-lead-copy h3{font-size:clamp(27px,8.7vw,36px)}
  .eh-depth-lead-copy p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
  .eh-depth-rail{grid-template-columns:1fr;column-gap:0}
  .eh-depth-story{grid-template-columns:104px minmax(0,1fr);gap:12px;padding:13px 0}
  .eh-depth-story h3{font-size:17px}
  .eh-depth-section{margin-top:38px;margin-bottom:38px}
}


/* ==========================================================
   Elche Ahora v0.5.5 · navegación de escritorio más legible
   ========================================================== */
@media (min-width: 901px) {
  .eh-header-inner {
    min-height: 72px;
  }

  .eh-main-nav .wp-block-navigation__container {
    gap: clamp(16px, 1.45vw, 27px);
  }

  .eh-main-nav .wp-block-navigation-item__content {
    padding: 9px 0;
    font-size: 15px;
    line-height: 1;
    font-weight: 720;
    letter-spacing: -0.012em;
  }
}

/* En portátiles estrechos mantenemos el menú cómodo sin provocar saltos. */
@media (min-width: 901px) and (max-width: 1179px) {
  .eh-header-inner {
    gap: 14px;
  }

  .eh-main-nav .wp-block-navigation__container {
    gap: 14px;
  }

  .eh-main-nav .wp-block-navigation-item__content {
    font-size: 14px;
  }
}

/* =========================================================
   Elche Ahora v0.5.6 · franja editorial superior
   ========================================================= */
.eh-top-strip-shell{
  --eh-strip:#e13a2f;
  --eh-strip-soft:#fff2ef;
  --eh-strip-line:#ffd7d1;
  width:100%;
  margin:0;
  background:var(--eh-strip-soft);
  border-top:1px solid var(--eh-strip-line);
  border-bottom:1px solid var(--eh-strip-line);
}
.eh-top-strip{
  width:min(calc(100% - 40px),1360px);
  margin:0 auto;
}
.eh-top-strip--highlight{--eh-strip:#a87816;--eh-strip-soft:#fff9e8;--eh-strip-line:#ead7a2}
.eh-top-strip--sports{--eh-strip:#147c45;--eh-strip-soft:#eef9f3;--eh-strip-line:#bfe1ce}
.eh-top-strip--direct{--eh-strip:#1b1b1b;--eh-strip-soft:#fff1ef;--eh-strip-line:#efc3bd}
.eh-top-strip-link{
  min-height:48px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  padding:7px 2px;
  color:var(--eh-ink);
  text-decoration:none;
}
.eh-top-strip-link:hover .eh-top-strip-title{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.eh-top-strip-label{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:28px;
  padding:5px 10px;
  border-radius:6px;
  background:var(--eh-strip);
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.035em;
  text-transform:uppercase;
  white-space:nowrap;
}
.eh-top-strip-label i{position:relative;width:6px;height:6px;border-radius:50%;background:currentColor;flex:0 0 auto}
.eh-top-strip--direct .eh-top-strip-label i{background:#ff4b3a;color:#ff4b3a}
.eh-top-strip--direct .eh-top-strip-label i::after{content:"";position:absolute;inset:-4px;border:1px solid #ff4b3a;border-radius:50%;opacity:.58;animation:eh-strip-pulse 1.2s ease-out infinite}
.eh-top-strip--breaking .eh-top-strip-label i::after{
  content:"";position:absolute;inset:-4px;border:1px solid currentColor;border-radius:50%;opacity:.55;animation:eh-strip-pulse 1.7s ease-out infinite
}
@keyframes eh-strip-pulse{0%{transform:scale(.65);opacity:.7}70%,100%{transform:scale(1.65);opacity:0}}
.eh-top-strip-title{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:15px;
  line-height:1.25;
  font-weight:800;
  letter-spacing:-.015em;
}
.eh-top-strip-arrow{color:var(--eh-strip);font-size:20px;font-weight:900;transition:transform .15s ease}
.eh-top-strip-link:hover .eh-top-strip-arrow{transform:translateX(3px)}
@media (prefers-reduced-motion:reduce){.eh-top-strip--breaking .eh-top-strip-label i::after,.eh-top-strip--direct .eh-top-strip-label i::after{animation:none}.eh-top-strip-arrow{transition:none}}
@media(max-width:782px){
  .eh-top-strip{width:calc(100% - 28px)}
  .eh-top-strip-link{min-height:51px;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;padding:7px 0}
  .eh-top-strip-label{padding:5px 8px;font-size:9px;border-radius:5px}
  .eh-top-strip-title{font-size:13px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .eh-top-strip-arrow{font-size:17px}
  .eh-top-strip--hide-mobile{display:none}
}
@media(max-width:420px){
  .eh-top-strip-link{gap:7px}
  .eh-top-strip-label{letter-spacing:0}
}

/* =========================================================
   Elche Ahora v0.6.1 · Al minuto + redes
   ========================================================= */
.eh-top-strip--live{--eh-strip:#d9362c;--eh-strip-soft:#fff0ed;--eh-strip-line:#f0b7b1}
.eh-top-strip--live .eh-top-strip-label i::after{content:"";position:absolute;inset:-4px;border:1px solid currentColor;border-radius:50%;opacity:.55;animation:eh-strip-pulse 1.35s ease-out infinite}
@media (prefers-reduced-motion:reduce){.eh-top-strip--live .eh-top-strip-label i::after{animation:none}}

/* Módulo Al minuto en portada */
.ea-live-home-module{margin-top:40px;margin-bottom:40px}
.ea-live-home-shell{overflow:hidden;border:1px solid #e1dfdc;border-top:4px solid var(--eh-red);border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.035)}
.ea-live-home-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:start;padding:24px 26px 20px;background:linear-gradient(180deg,#fff8f6 0,#fff 100%)}
.ea-live-home-kicker{display:inline-flex;align-items:center;gap:7px;color:#d53329;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.ea-live-home-kicker i{position:relative;width:7px;height:7px;border-radius:50%;background:#df352b}.ea-live-home-kicker i::after{content:"";position:absolute;inset:-5px;border:1px solid #df352b;border-radius:50%;animation:ea-live-pulse 1.5s ease-out infinite}
@keyframes ea-live-pulse{0%{transform:scale(.55);opacity:.75}75%,100%{transform:scale(1.6);opacity:0}}
.ea-live-home-head h2{max-width:960px;margin:7px 0 8px;font-family:var(--wp--preset--font-family--editorial);font-size:clamp(30px,3.2vw,48px);line-height:.98;letter-spacing:-.045em}.ea-live-home-head h2 a{color:var(--eh-ink);text-decoration:none}.ea-live-home-head p{max-width:840px;margin:0;color:var(--eh-muted);font-size:14px;line-height:1.5}.ea-live-home-status{display:grid;justify-items:end;gap:12px;min-width:150px}.ea-live-home-status>a{color:var(--eh-ink);font-size:12px;font-weight:850;text-decoration:none}.ea-live-status{display:inline-flex;align-items:center;gap:7px;min-height:27px;padding:5px 9px;border-radius:999px;background:#eee;color:#555;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.ea-live-status--live{background:#ffe4e0;color:#c92e25}.ea-live-status--live i{width:7px;height:7px;border-radius:50%;background:#d9362c;box-shadow:0 0 0 4px rgba(217,54,44,.12)}.ea-live-status--scheduled{background:#fff4d4;color:#80600e}.ea-live-status--finished{background:#e9e9e7;color:#343434}.ea-live-status--draft{background:#ececec;color:#777}.ea-live-home-score{padding:0 26px 18px;background:#fff}.ea-live-home-updates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--eh-border)}.ea-live-home-update{display:grid;grid-template-columns:54px minmax(0,1fr) 18px;gap:12px;align-items:center;min-height:82px;padding:14px 18px;border-right:1px solid var(--eh-border);border-bottom:1px solid var(--eh-border);color:var(--eh-ink);text-decoration:none}.ea-live-home-update:nth-child(2n){border-right:0}.ea-live-home-update:nth-last-child(-n+2){border-bottom:0}.ea-live-home-time{color:#d83a30;font-size:15px;font-weight:900}.ea-live-home-update-copy{display:grid;min-width:0;gap:3px}.ea-live-home-update-copy small{color:var(--eh-muted);font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.ea-live-home-update-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:14px;line-height:1.18}.ea-live-home-update>i{color:#c8c8c5;font-size:16px;font-style:normal;font-weight:900}.ea-live-home-update:hover{background:#fafaf8}.ea-live-home-update:hover>i{color:var(--eh-red)}.ea-live-home-empty{padding:18px 26px;border-top:1px solid var(--eh-border);color:var(--eh-muted);font-size:13px}

/* Marcador reutilizable */
.ea-live-scoreboard{display:grid;gap:9px;width:100%;padding:18px 22px;border:1px solid #dfdfdc;border-radius:11px;background:#151515;color:#fff}.ea-live-scoreboard-competition{text-align:center;color:#adada9;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ea-live-scoreboard-main{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:20px;align-items:center}.ea-live-team{font-size:clamp(18px,2vw,28px);line-height:1.05}.ea-live-team--home{text-align:right}.ea-live-team--away{text-align:left}.ea-live-score{display:flex;align-items:center;gap:10px;min-width:112px;justify-content:center}.ea-live-score b{font-size:clamp(30px,4vw,50px);line-height:1}.ea-live-score i{color:#777;font-style:normal;font-size:18px}.ea-live-scoreboard-state{display:flex;justify-content:center;gap:9px;align-items:center;color:#bbb;font-size:11px}.ea-live-scoreboard-state b{color:#ff5a4c}.ea-live-scoreboard--compact{padding:12px 16px;border-radius:8px}.ea-live-scoreboard--compact .ea-live-team{font-size:17px}.ea-live-scoreboard--compact .ea-live-score b{font-size:28px}.ea-live-scoreboard--compact .ea-live-score{min-width:86px}

/* Página pública Al minuto */
.ea-live-page-main{width:min(calc(100% - 40px),1280px);margin:0 auto;padding:54px 0 70px}.ea-live-header{max-width:1120px;margin:0 auto 28px}.ea-live-header-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.ea-live-brand{color:#d9362c;font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.ea-live-header h1{max-width:1100px;margin:0;font-family:var(--wp--preset--font-family--editorial);font-size:clamp(48px,6.1vw,86px);line-height:.92;letter-spacing:-.058em;text-wrap:balance}.ea-live-deck{max-width:900px;margin:20px 0 0;color:#4e4e4e;font-size:clamp(18px,2vw,25px);line-height:1.35}.ea-live-meta-row{display:flex;align-items:center;gap:18px;margin-top:20px;color:var(--eh-muted);font-size:11px}.ea-live-refresh{appearance:none;padding:0;border:0;background:transparent;color:#313131;font:inherit;font-weight:800;cursor:pointer}.ea-live-refresh:disabled{opacity:.5;cursor:wait}.ea-live-cover-image{max-width:1180px;margin:0 auto 28px}.ea-live-cover-image img{display:block;width:100%;max-height:640px;object-fit:cover;border-radius:12px}.ea-live-scoreboard-wrap{max-width:960px;margin:0 auto 28px}.ea-live-context{max-width:900px;margin:0 auto 34px;padding:18px 22px;border-left:3px solid #d9d9d6;background:#fafaf8;color:#333;font-size:16px;line-height:1.55}.ea-live-context>*:first-child{margin-top:0}.ea-live-context>*:last-child{margin-bottom:0}.ea-live-layout{display:grid;grid-template-columns:minmax(0,800px) minmax(260px,320px);justify-content:center;gap:54px;align-items:start}.ea-live-stream-column{min-width:0}.ea-live-refresh-note{margin-bottom:12px;padding:10px 13px;border-radius:7px;background:#eef8f1;color:#25643f;font-size:12px;font-weight:750}.ea-live-pinned{display:grid;gap:12px;margin-bottom:18px}.ea-live-pinned:empty{display:none}.ea-live-timeline{position:relative;--ea-live-axis:73px}.ea-live-timeline::before{content:"";position:absolute;left:var(--ea-live-axis);top:0;bottom:0;width:1px;background:#e7e7e4}.ea-live-update{position:relative;display:grid;grid-template-columns:74px minmax(0,1fr);gap:22px;padding:0 0 32px}.ea-live-update::before{content:"";position:absolute;z-index:2;left:calc(var(--ea-live-axis) - 4px);top:9px;box-sizing:border-box;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#c9c9c6;box-shadow:0 0 0 1px #dededb}.ea-live-update-time{position:relative;z-index:1;display:grid;align-content:start;justify-items:end;gap:4px;padding:3px 14px 0 0;background:#fff}.ea-live-update-time time{font-size:12px;font-weight:900}.ea-live-update-time strong{color:#197546;font-size:11px}.ea-live-update-body{min-width:0;padding-bottom:4px}.ea-live-update-kicker{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:7px}.ea-live-update-type,.ea-live-pin{display:inline-flex;align-items:center;gap:5px;padding:4px 6px;border-radius:4px;background:#efefed;color:#5c5c5c;font-size:8px;font-weight:950;letter-spacing:.05em;text-transform:uppercase}.ea-live-update-type i{font-style:normal}.ea-live-pin{background:#fff3ce;color:#806014}.ea-live-update h2{margin:0 0 8px;font-size:clamp(22px,2.4vw,32px);line-height:1.04;letter-spacing:-.035em}.ea-live-update-copy{font-size:16px;line-height:1.58}.ea-live-update-copy p{margin:0 0 12px}.ea-live-update-image{margin:15px 0 0}.ea-live-update-image img{display:block;width:100%;max-height:520px;object-fit:cover;border-radius:9px}.ea-live-update-embeds{display:grid;gap:14px;margin-top:16px}.ea-live-social-embed{width:100%;max-width:720px;min-width:0}.ea-live-social-embed iframe{display:block;width:100%;border:0;background:#f4f4f1}.ea-live-social-video{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:10px;background:#111}.ea-live-social-video iframe{position:absolute;inset:0;width:100%;height:100%}.ea-live-social-embed--instagram{max-width:560px;overflow:hidden;border:1px solid #e1e1de;border-radius:10px;background:#fff}.ea-live-social-embed--instagram iframe{height:clamp(560px,115vw,720px)}.ea-live-social-embed--tiktok{max-width:420px}.ea-live-social-tiktok-frame{width:100%;aspect-ratio:9/16;overflow:hidden;border-radius:10px;background:#111}.ea-live-social-embed--tiktok iframe{width:100%;height:100%}.ea-live-social-source{display:inline-flex;margin-top:7px;color:#666;font-size:10px;font-weight:800;text-decoration:none}.ea-live-social-source:hover{color:var(--eh-ink)}.ea-live-social-embed--instagram .ea-live-social-source{margin:0;padding:9px 12px;border-top:1px solid #ecece8}.ea-live-social-embed--x{max-width:560px}.ea-live-social-embed--x .twitter-tweet{margin:0!important}.ea-live-social-fallback{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:560px;padding:13px 15px;border:1px solid #dededb;border-radius:9px;background:#fafaf8;color:var(--eh-ink);font-size:13px;font-weight:800;text-decoration:none}.ea-live-social-fallback:hover{border-color:#c9c9c5;background:#fff}.ea-live-update-link{display:grid;grid-template-columns:minmax(0,1fr) 18px;gap:2px 10px;align-items:center;margin-top:15px;padding:12px 14px;border:1px solid #e2e2df;border-radius:8px;background:#fafaf8;color:var(--eh-ink);text-decoration:none}.ea-live-update-link span{grid-column:1;color:var(--eh-red);font-size:8px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.ea-live-update-link strong{grid-column:1;font-size:13px}.ea-live-update-link i{grid-column:2;grid-row:1/3;font-style:normal;font-weight:900}.ea-live-update--breaking::before,.ea-live-update--goal::before{background:#d9362c}.ea-live-update--breaking .ea-live-update-type,.ea-live-update--goal .ea-live-update-type{background:#ffe4e0;color:#c72d25}.ea-live-update--important .ea-live-update-type{background:#fff3ce;color:#826114}.ea-live-update--news .ea-live-update-type{background:#eaf2ff;color:#315f9f}.ea-live-update--social .ea-live-update-type{background:#eee8ff;color:#6244a7}.ea-live-update--yellow .ea-live-update-type{background:#fff3a8;color:#786500}.ea-live-update--red .ea-live-update-type{background:#d9362c;color:#fff}.ea-live-update--pinned{grid-template-columns:1fr;padding:17px 18px;border:1px solid #edd6a1;border-left:4px solid #b27b12;border-radius:9px;background:#fffaf0}.ea-live-update--pinned .ea-live-update-time{display:flex;justify-content:flex-start;gap:8px;padding:0;background:transparent}.ea-live-update--pinned::before{display:none}.ea-live-update--pinned .ea-live-update-body{padding:0}.ea-live-empty{padding:26px;border:1px dashed #d6d6d2;border-radius:9px;background:#fafaf8;color:var(--eh-muted)}.ea-live-empty strong{display:block;color:var(--eh-ink)}.ea-live-empty p{margin:5px 0 0}.ea-live-sidebar{position:sticky;top:98px}.ea-live-sidebar-box{overflow:hidden;border:1px solid #e1e1de;border-radius:10px;background:#fff}.ea-live-sidebar-heading{display:flex;align-items:end;justify-content:space-between;gap:10px;padding:14px 15px;border-bottom:1px solid #e8e8e5}.ea-live-sidebar-heading strong{font-size:17px}.ea-live-sidebar-heading span{color:#888;font-size:9px;text-transform:uppercase}.ea-live-sidebar-story{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;align-items:center;padding:11px 12px;border-bottom:1px solid #ecece9;color:var(--eh-ink);text-decoration:none}.ea-live-sidebar-story:last-child{border-bottom:0}.ea-live-sidebar-thumb{width:76px;aspect-ratio:4/3;overflow:hidden;border-radius:6px}.ea-live-sidebar-thumb img{width:100%;height:100%;object-fit:cover}.ea-live-sidebar-story>span:last-child{display:grid;gap:3px;min-width:0}.ea-live-sidebar-story time{color:#999;font-size:9px}.ea-live-sidebar-story strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:12px;line-height:1.08}.ea-live-finished-note{display:flex;justify-content:center;gap:10px;margin:40px auto 0;padding:16px;border-top:1px solid #e3e3e0;color:#777;font-size:12px}.ea-live-finished-note strong{color:#333}

/* Archivo */
.ea-live-archive{width:min(calc(100% - 40px),1280px);margin:0 auto;padding:52px 0 70px}.ea-live-archive-header{max-width:900px;margin-bottom:32px}.ea-live-archive-header>span{color:var(--eh-red);font-size:10px;font-weight:950;letter-spacing:.1em}.ea-live-archive-header h1{margin:4px 0 7px;font-family:var(--wp--preset--font-family--editorial);font-size:clamp(48px,6vw,76px);line-height:.95;letter-spacing:-.05em}.ea-live-archive-header p{margin:0;color:var(--eh-muted);font-size:17px}.ea-live-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ea-live-archive-card{display:grid;grid-template-columns:230px minmax(0,1fr);overflow:hidden;border:1px solid #e2e2df;border-radius:11px;background:#fff}.ea-live-archive-card--live{border-top:4px solid var(--eh-red)}.ea-live-archive-image{min-height:220px}.ea-live-archive-image img{width:100%;height:100%;object-fit:cover}.ea-live-archive-copy{display:grid;align-content:center;gap:9px;padding:20px}.ea-live-archive-copy h2{margin:0;font-size:24px;line-height:1.02;letter-spacing:-.035em}.ea-live-archive-copy h2 a{color:var(--eh-ink);text-decoration:none}.ea-live-archive-copy p{margin:0;color:var(--eh-muted);font-size:13px;line-height:1.45}.ea-live-archive-link{font-size:11px;font-weight:850;color:var(--eh-ink);text-decoration:none}

@media (prefers-reduced-motion:reduce){.ea-live-home-kicker i::after{animation:none}}
@media(max-width:900px){.ea-live-home-head{grid-template-columns:1fr}.ea-live-home-status{grid-auto-flow:column;justify-content:start;justify-items:start;align-items:center}.ea-live-layout{grid-template-columns:1fr;gap:34px}.ea-live-sidebar{position:static}.ea-live-sidebar-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ea-live-sidebar-story:nth-child(odd){border-right:1px solid #ecece9}.ea-live-archive-grid{grid-template-columns:1fr}}
@media(max-width:600px){.ea-live-home-module{margin-top:30px;margin-bottom:30px}.ea-live-home-head{padding:19px 17px 15px}.ea-live-home-head h2{font-size:31px}.ea-live-home-head p{font-size:13px}.ea-live-home-updates{grid-template-columns:1fr}.ea-live-home-update{min-height:72px;border-right:0!important}.ea-live-home-update:nth-last-child(-n+2){border-bottom:1px solid var(--eh-border)}.ea-live-home-update:last-child{border-bottom:0}.ea-live-home-score{padding:0 17px 15px}.ea-live-page-main{width:calc(100% - 28px);padding:34px 0 52px}.ea-live-header{margin-bottom:20px}.ea-live-header h1{font-size:clamp(40px,12.5vw,58px);line-height:.95}.ea-live-deck{margin-top:14px;font-size:17px}.ea-live-meta-row{justify-content:space-between}.ea-live-cover-image{margin-bottom:20px}.ea-live-cover-image img{border-radius:9px}.ea-live-context{margin-bottom:25px;padding:14px 16px;font-size:15px}.ea-live-scoreboard{padding:14px 12px}.ea-live-scoreboard-main{gap:8px}.ea-live-team{font-size:14px}.ea-live-score b{font-size:30px}.ea-live-score{min-width:80px;gap:6px}.ea-live-timeline{--ea-live-axis:48px}.ea-live-update{grid-template-columns:49px minmax(0,1fr);gap:14px;padding-bottom:27px}.ea-live-update-time{padding-right:10px}.ea-live-update-time time{font-size:10px}.ea-live-update h2{font-size:23px}.ea-live-update-copy{font-size:15px}.ea-live-update--pinned{grid-template-columns:1fr;padding:14px}.ea-live-sidebar-list{grid-template-columns:1fr}.ea-live-sidebar-story:nth-child(odd){border-right:0}.ea-live-finished-note{align-items:center;flex-direction:column}.ea-live-archive{width:calc(100% - 28px);padding-top:36px}.ea-live-archive-card{grid-template-columns:1fr}.ea-live-archive-image{min-height:180px}}
.ea-live-home-module--finished .ea-live-home-kicker i::after,.ea-live-home-module--scheduled .ea-live-home-kicker i::after{display:none}


/* =========================================================
   Elche Ahora v0.6.3 · pila de avisos superiores
   ========================================================= */
.eh-top-strips-shell{
  width:100%;
  margin:0;
  background:#fff;
}
.eh-top-strips-shell .eh-top-strip{
  --eh-strip:#e13a2f;
  --eh-strip-soft:#fff2ef;
  --eh-strip-line:#ffd7d1;
  width:100%;
  margin:0;
  background:var(--eh-strip-soft);
  border-top:1px solid var(--eh-strip-line);
  border-bottom:1px solid var(--eh-strip-line);
}
.eh-top-strips-shell .eh-top-strip + .eh-top-strip{border-top:0}
.eh-top-strips-shell .eh-top-strip--highlight{--eh-strip:#a87816;--eh-strip-soft:#fff9e8;--eh-strip-line:#ead7a2}
.eh-top-strips-shell .eh-top-strip--sports{--eh-strip:#147c45;--eh-strip-soft:#eef9f3;--eh-strip-line:#bfe1ce}
.eh-top-strips-shell .eh-top-strip--direct{--eh-strip:#1b1b1b;--eh-strip-soft:#fff1ef;--eh-strip-line:#efc3bd}
.eh-top-strips-shell .eh-top-strip--live{--eh-strip:#d9362c;--eh-strip-soft:#fff0ed;--eh-strip-line:#f0b7b1}
.eh-top-strips-shell .eh-top-strip-link{
  width:min(calc(100% - 40px),1360px);
  min-height:43px;
  margin:0 auto;
  padding:6px 2px;
}
.eh-top-strips-shell .eh-top-strip-title{font-size:14px}
.eh-top-strips-shell .eh-top-strip-label{min-height:25px;padding:5px 9px;font-size:10px}

@media(max-width:782px){
  .eh-top-strips-shell .eh-top-strip-link{
    width:calc(100% - 28px);
    min-height:47px;
    margin:0 auto;
    padding:6px 0;
  }
  .eh-top-strips-shell .eh-top-strip-title{font-size:13px}
}

/* =========================================================
   Elche Ahora v0.6.4 · infraestructura publicitaria
   ========================================================= */
.eh-ad-slot{
  width:100%;
  min-width:0;
  text-align:center;
}
.eh-ad-slot-label{
  display:block;
  margin:0 0 8px;
  color:#9a9a95;
  font-size:8px;
  font-weight:800;
  line-height:1;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.eh-ad-slot-content{
  width:100%;
  min-width:0;
  margin:0 auto;
  overflow:hidden;
  text-align:center;
}
.eh-ad-slot-content img,
.eh-ad-slot-content video{
  max-width:100%;
  height:auto;
}
.eh-ad-slot-content iframe{
  max-width:100%;
}
.eh-ad-module{
  width:min(calc(100% - (var(--eh-gutter,20px) * 2)),1360px);
  margin:34px auto;
}
.eh-ad-module--home-header{
  margin-top:20px;
  margin-bottom:18px;
}
.eh-ad-slot--home .eh-ad-slot-content{
  max-width:1200px;
}

/* Noticia */
.eh-article-main > .eh-ad-slot--article-wide,
.eh-article-content .eh-ad-slot--inside-copy{
  width:min(100%,800px);
  margin:28px auto 34px;
}
.eh-article-content .eh-ad-slot--inside-copy{
  max-width:760px;
  padding:6px 0;
}
.eh-article-sidebar > .eh-ad-slot--sidebar{
  margin:0 0 18px;
  padding:14px 12px;
  border:1px solid var(--eh-border);
  border-radius:10px;
  background:#fcfcfa;
}
.eh-article-sidebar > .eh-ad-slot--sidebar .eh-ad-slot-content{
  max-width:320px;
}

/* Categorías y archivos */
.eh-archive-ad-item{
  grid-column:1/-1;
  width:100%;
  margin:8px 0 18px;
  list-style:none;
}
.eh-archive-ad-item .eh-ad-slot--archive{
  padding:18px 0;
  border-top:1px solid var(--eh-border);
  border-bottom:1px solid var(--eh-border);
}
.eh-archive-ad-item .eh-ad-slot-content{
  max-width:1100px;
}

/* Al minuto */
.ea-live-ad{
  width:min(100%,1120px);
  margin:0 auto 28px;
}
.ea-live-ad--inline{
  width:100%;
  margin:18px 0 28px;
}
.ea-live-ad .eh-ad-slot-content{
  max-width:970px;
}
.ea-live-ad--inline .eh-ad-slot-content{
  max-width:760px;
}

/* Patrocinio integrado en En profundidad */
.eh-depth-heading-actions{
  display:flex;
  flex:0 0 auto;
  align-items:flex-end;
  justify-content:flex-end;
  gap:16px;
}
.eh-depth-sponsor{
  display:flex;
  align-items:center;
  gap:8px;
  width:auto;
  max-width:260px;
  text-align:right;
}
.eh-depth-sponsor .eh-ad-slot-label{
  margin:0;
  color:rgba(255,255,255,.48);
  white-space:nowrap;
}
.eh-depth-sponsor .eh-ad-slot-content{
  width:auto;
  max-width:180px;
  overflow:visible;
}
.eh-depth-sponsor img{
  max-height:34px;
  width:auto;
}

@media(max-width:900px){
  .eh-article-sidebar > .eh-ad-slot--sidebar{display:none}
  .eh-ad-module{margin-top:28px;margin-bottom:28px}
}
@media(max-width:700px){
  .eh-depth-heading-actions{
    align-items:flex-start;
    flex-direction:column;
    gap:12px;
    margin-top:12px;
  }
  .eh-depth-sponsor{
    align-items:flex-start;
    flex-direction:column;
    max-width:100%;
    text-align:left;
  }
  .eh-depth-sponsor .eh-ad-slot-content{max-width:220px}
  .eh-archive-ad-item{margin:4px 0 12px}
  .eh-article-main > .eh-ad-slot--article-wide,
  .eh-article-content .eh-ad-slot--inside-copy{margin:22px auto 26px}
  .ea-live-ad{margin-bottom:22px}
}

/* ==========================================================
   v0.7 · Portadas de edición
   ========================================================== */
.eh-edition-page-main{display:block;margin:0;padding:0}
.eh-edition-masthead{
  --eh-edition-accent:var(--eh-red);
  margin:0 0 20px;
  border-bottom:1px solid var(--eh-border);
  background:#fff;
}
.eh-edition-masthead--sports{--eh-edition-accent:var(--eh-green)}
.eh-edition-masthead-inner{
  width:min(calc(100% - (var(--eh-gutter) * 2)),var(--eh-page));
  max-width:var(--eh-page);
  margin-inline:auto;
  padding:14px 0 22px;
}
.eh-edition-switcher{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 18px;
  padding:0 0 13px;
  margin:0 0 18px;
  border-bottom:1px solid var(--eh-border);
  font-size:12px;
  font-weight:750;
  letter-spacing:.02em;
}
.eh-edition-switcher a{color:var(--eh-muted);text-decoration:none}
.eh-edition-switcher a:hover{color:var(--eh-ink)}
.eh-edition-switcher a[aria-current="page"]{color:var(--eh-edition-accent)}
.eh-edition-brand-row{display:flex;justify-content:space-between;gap:28px;align-items:flex-end}
.eh-edition-kicker{
  display:block;
  margin-bottom:7px;
  color:var(--eh-edition-accent);
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
}
.eh-edition-brand-row h1{
  margin:0;
  font-size:clamp(38px,5vw,68px);
  line-height:.9;
  letter-spacing:-.055em;
  font-weight:900;
}
.eh-edition-brand-row h1::after{
  content:"";
  display:inline-block;
  width:.18em;
  height:.18em;
  margin-left:.09em;
  border-radius:50%;
  background:var(--eh-edition-accent);
  vertical-align:.07em;
}
.eh-edition-brand-row p{margin:10px 0 0;color:var(--eh-muted);font-size:15px}
.eh-edition-archive-link{
  flex:0 0 auto;
  color:var(--eh-ink);
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  border-bottom:2px solid var(--eh-edition-accent);
  padding-bottom:4px;
}
.eh-edition-content{--eh-edition-accent:var(--eh-red)}
.eh-edition-content--sports{--eh-edition-accent:var(--eh-green)}
.eh-edition-content .eh-badge a{background:var(--eh-edition-accent)}
.eh-edition-content .eh-section-heading::after{background:var(--eh-edition-accent)}
.eh-edition-content .eh-accent{color:var(--eh-edition-accent)}
.eh-edition-hero{margin-top:0}
.eh-edition-hero .eh-edition-hero-title{font-size:clamp(38px,4.1vw,54px)}
.eh-edition-latest .eh-section-heading,
.eh-edition-feature .eh-section-heading{position:relative;padding-left:15px}
.eh-edition-latest .eh-section-heading::before,
.eh-edition-feature .eh-section-heading::before{
  content:"";position:absolute;left:0;top:.15em;bottom:.12em;width:4px;border-radius:5px;background:var(--eh-edition-accent)
}
.eh-edition-ad{margin-block:30px}
.eh-edition-depth{margin-top:34px}
.eh-edition-newsletter{margin-top:34px;margin-bottom:50px}
body.eh-edition-deportes .eh-wordmark .eh-dot{background:var(--eh-green)}

@media (max-width: 780px){
  .eh-edition-masthead-inner{padding:10px 0 16px}
  .eh-edition-switcher{gap:8px 14px;overflow-x:auto;flex-wrap:nowrap;white-space:nowrap;padding-bottom:10px;margin-bottom:14px;scrollbar-width:none}
  .eh-edition-switcher::-webkit-scrollbar{display:none}
  .eh-edition-brand-row{display:block}
  .eh-edition-brand-row h1{font-size:clamp(34px,11vw,48px)}
  .eh-edition-brand-row p{font-size:13px}
  .eh-edition-archive-link{display:inline-block;margin-top:14px}
  .eh-edition-hero .eh-edition-hero-title{font-size:clamp(29px,9.6vw,40px)}
}
.eh-edition-content--sports .eh-newsletter-kicker{color:var(--eh-green)}
.eh-edition-content--sports .eh-newsletter .wp-block-button__link{background:var(--eh-green);border-color:var(--eh-green)}


/* ==========================================================
   v0.7.3 · Gran apertura editorial contenida
   ========================================================== */
.eh-mega-hero{
  width:min(calc(100% - (var(--eh-gutter,20px) * 2)),var(--eh-page,1360px));
  max-width:var(--eh-page,1360px);
  margin:28px auto 38px;
  overflow:visible;
  background:transparent;
}
.eh-mega-hero-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-height:0;
  background:transparent;
}
.eh-mega-hero-media{
  width:min(100%,1040px);
  margin:0 auto;
}
.eh-mega-hero-media>.wp-block-post-featured-image{
  width:100%;
  margin:0;
  overflow:hidden;
  border-radius:var(--eh-radius,12px);
  background:#f2f2ef;
}
.eh-mega-hero-media>.wp-block-post-featured-image a{display:block;width:100%}
.eh-mega-hero-media>.wp-block-post-featured-image img{
  display:block;
  width:100%;
  height:auto;
  max-height:480px;
  object-fit:cover;
  object-position:center;
}
.eh-mega-hero-copy{
  width:min(100%,1020px);
  margin:0 auto;
  padding:24px 20px 0;
  color:var(--eh-ink);
  text-align:center;
}
.eh-mega-hero-copy .eh-badge{display:inline-flex;margin:0 0 13px}
.eh-mega-hero-title{
  max-width:980px;
  margin:0 auto;
  font-size:clamp(38px,4vw,60px);
  font-weight:900;
  line-height:.98;
  letter-spacing:-.045em;
  text-wrap:balance;
}
.eh-mega-hero-title a{color:var(--eh-ink);text-decoration:none}
.eh-mega-hero-title a:hover{text-decoration:underline;text-decoration-thickness:.055em;text-underline-offset:.08em}
.eh-mega-hero-excerpt{
  max-width:790px;
  margin:18px auto 0;
  color:#4d4d4d;
  font-size:clamp(16px,1.35vw,19px);
  line-height:1.52;
  text-wrap:pretty;
}
.eh-mega-hero-cta{
  display:inline-flex;
  margin-top:18px;
  color:var(--eh-ink);
  font-size:12px;
  font-weight:850;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:3px;
}
.eh-mega-hero-cta:hover{color:var(--eh-red)}
.eh-mega-hero+.eh-home-hero{margin-top:30px}

@media(max-width:1100px){
  .eh-mega-hero-media{width:min(100%,920px)}
  .eh-mega-hero-media>.wp-block-post-featured-image img{max-height:430px}
  .eh-mega-hero-title{font-size:clamp(36px,5.6vw,54px)}
}
@media(max-width:780px){
  .eh-mega-hero{margin-top:18px;margin-bottom:28px}
  .eh-mega-hero-media{width:100%}
  .eh-mega-hero-media>.wp-block-post-featured-image{border-radius:10px}
  .eh-mega-hero-media>.wp-block-post-featured-image img{max-height:360px}
  .eh-mega-hero-copy{width:100%;padding:20px 12px 0}
  .eh-mega-hero-title{font-size:clamp(32px,8.5vw,46px);line-height:1}
  .eh-mega-hero-excerpt{max-width:680px;margin-top:14px;font-size:15px;line-height:1.46}
  .eh-mega-hero-cta{margin-top:15px}
  .eh-mega-hero+.eh-home-hero{margin-top:22px}
}
@media(max-width:520px){
  .eh-mega-hero{width:calc(100% - 32px);margin-top:12px;margin-bottom:24px}
  .eh-mega-hero-media>.wp-block-post-featured-image img{max-height:280px}
  .eh-mega-hero-copy{padding:17px 4px 0}
  .eh-mega-hero-copy .eh-badge{margin-bottom:10px}
  .eh-mega-hero-title{font-size:clamp(29px,9.2vw,38px);letter-spacing:-.035em}
  .eh-mega-hero-excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin-top:12px;font-size:14px;line-height:1.44}
  .eh-mega-hero-cta{margin-top:13px;font-size:11px}
}
