
:root{--ed-blue:#073f82;--ed-orange:#ff713b;--ed-ink:#111827;--ed-muted:#667085;--ed-line:#e5e7eb}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:#fff;color:var(--ed-ink);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.45}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.ed-wrap{width:min(1120px,calc(100% - 28px));margin:0 auto}

/* Header */
.ed-header{position:sticky;top:0;z-index:80;background:#fff;border-bottom:1px solid var(--ed-line);transition:box-shadow .18s ease}
.ed-header-main{height:150px;display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:12px;transition:height .22s ease}
.ed-header-left{display:flex;align-items:center;gap:18px}
.ed-menu{width:40px;height:40px;border:0;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer}
.ed-menu-lines{display:flex;flex-direction:column;gap:5px}
.ed-menu-lines span{display:block;width:24px;height:3px;background:var(--ed-blue);border-radius:99px}
.ed-search{font-size:0;width:44px;height:44px;position:relative;display:inline-block}
.ed-search::before{content:"";position:absolute;left:4px;top:4px;width:25px;height:25px;border:3px solid var(--ed-blue);border-radius:50%}
.ed-search::after{content:"";position:absolute;left:29px;top:30px;width:18px;height:3px;background:var(--ed-blue);transform:rotate(45deg);border-radius:99px}
.ed-brand{display:flex;justify-content:center;align-items:center}
.ed-brand img{width:auto!important;height:auto!important;max-height:122px!important;max-width:640px!important;object-fit:contain;transition:max-height .22s ease,max-width .22s ease}
.ed-live{justify-self:end;background:var(--ed-orange);color:#fff;border-radius:999px;padding:11px 24px;font-size:18px;font-weight:950;letter-spacing:.02em;box-shadow:0 6px 16px rgba(255,113,59,.25)}
.ed-live::before{content:"●";color:red;margin-right:8px}
.ed-nav{background:#fff;border-top:1px solid #eef0f2}
.ed-nav-inner{min-height:38px;display:flex;align-items:center;justify-content:center;overflow:auto;white-space:nowrap}
.ed-nav-inner a{font-size:13px;font-weight:850;color:#344054;padding:0 11px}
.ed-header.is-shrunk{box-shadow:0 8px 22px rgba(15,23,42,.10)}
.ed-header.is-shrunk .ed-header-main{height:78px}
.ed-header.is-shrunk .ed-brand img{max-height:58px!important;max-width:340px!important}

/* Divisas */
.ed-market-strip{background:#fff;border-bottom:1px solid #e5e7eb;padding:18px 0 14px;overflow:hidden}
.ed-market-box,.ed-market-inner{width:min(1560px,calc(100% - 40px));max-width:1560px;margin:0 auto;background:#f1f1f1;min-height:70px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;overflow:hidden;white-space:nowrap;padding:0 26px}
.ed-market-item{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex:0 0 auto;height:70px;padding:0 18px;border-right:1px solid #d7d7d7;font-size:15px;line-height:1;white-space:nowrap}
.ed-market-item:last-child{border-right:0}
.ed-market-item strong{font-size:17px;font-weight:900;color:#2d3748}
.ed-market-item span{font-size:16px;color:#374151}
.ed-market-item small{font-size:15px;color:#76839a}
.ed-market-item em{font-size:14px;font-style:normal;font-weight:900}
.trend-up{color:#8dcf8b!important}.trend-down{color:#ff5a5a!important}.trend-same{color:#2563eb!important}

/* Menú hamburguesa */
.ed-overlay{position:fixed;inset:0;background:#073f82;color:#fff;z-index:120;display:none;overflow:auto}
.ed-overlay.is-open{display:block}
.ed-overlay-inner{width:min(1200px,calc(100% - 48px));margin:0 auto;padding:40px 0 48px}
.ed-overlay-top{display:grid;grid-template-columns:170px 1fr 170px;align-items:center;gap:12px;margin-bottom:44px}
.ed-overlay-left{display:flex;align-items:center;gap:22px}
.ed-close-menu{border:0;background:transparent;color:#fff;font-size:42px;cursor:pointer}
.ed-overlay-search{color:#fff;font-size:34px}
.ed-overlay-brand{display:flex;justify-content:center}
.ed-overlay-brand img{width:auto!important;height:auto!important;max-width:520px!important;max-height:150px!important;object-fit:contain}
.ed-overlay-live{justify-self:end;background:var(--ed-orange);color:#fff;border-radius:999px;padding:11px 22px;font-weight:950;font-size:16px}
.ed-overlay-grid{display:grid;grid-template-columns:380px 1fr 300px;gap:56px;align-items:start}
.ed-login-btn{display:flex;align-items:center;justify-content:center;height:58px;background:#fff;color:#073f82;font-size:24px;font-weight:900;border-radius:16px}
.ed-panel-sep{height:1px;background:rgba(255,255,255,.24);margin:24px 0}
.ed-feria-panel{display:block;background:#ff713b;color:#fff;border-radius:14px;padding:16px 18px 14px;text-align:center}
.ed-feria-panel strong{display:block;font-size:28px;line-height:1.1;font-weight:950;margin-bottom:6px}
.ed-feria-panel span{display:block;font-size:16px;font-weight:850}
.ed-subs-title{font-size:28px;font-weight:900;text-align:center;margin:18px 0}
.ed-sub-options{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.ed-sub-pill{background:#fff;color:#073f82;border-radius:14px;padding:9px 14px;font-weight:900}
.ed-sections-wrap h2{text-align:center;font-size:28px;margin:0 0 18px}
.ed-sections-rule{height:2px;background:rgba(255,255,255,.75);margin:0 auto 26px;max-width:520px}
.ed-sections-columns{display:grid;grid-template-columns:1fr 1px 1fr;gap:34px}
.ed-sections-divider{background:rgba(255,255,255,.7);min-height:420px}
.ed-sections-list{display:grid;gap:18px}
.ed-sections-list a{font-size:22px;font-weight:800;color:#fff}
.ed-social{display:flex;flex-direction:column;gap:26px;padding-top:108px}
.ed-social-icons{display:flex;flex-wrap:wrap;gap:18px 20px}
.ed-social-icons a{width:42px;height:42px;border:1px solid rgba(255,255,255,.28);border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900}
.ed-store-row{display:flex;gap:18px;flex-wrap:wrap}
.ed-store{background:#fff;color:#111827;border-radius:12px;padding:10px 16px;font-weight:800}

/* Página base */
.ed-main{padding:22px 0 42px}
.ed-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.85fr);gap:22px}
.ed-lead img{width:100%;height:380px;object-fit:cover;background:#eef2f7}
.ed-kicker{font-size:11px;text-transform:uppercase;color:#073f82;font-weight:950;letter-spacing:.04em;margin:10px 0 6px}
.ed-lead h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(34px,4vw,52px);line-height:.98;letter-spacing:-.05em;margin:0 0 10px}
.ed-lead p{color:#475467;font-size:15px}
.ed-by{color:#073f82;font-weight:850;font-size:12px;margin-top:10px}
.ed-side{display:grid;gap:14px}
.ed-side-card,.ed-card{background:#fff;border:1px solid var(--ed-line);box-shadow:0 8px 22px rgba(17,24,39,.07)}
.ed-side-card img{width:100%;height:165px;object-fit:cover;background:#eef2f7}
.ed-side-body,.ed-card-body{padding:10px}
.ed-side-card h2,.ed-card h3{font-family:Georgia,'Times New Roman',serif;line-height:1.08;margin:0 0 8px}
.ed-section-title{display:flex;align-items:center;gap:10px;margin:28px 0 14px}
.ed-section-title::before{content:"";width:46px;height:4px;border-radius:999px;background:var(--ed-orange)}
.ed-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ed-card img{width:100%;height:135px;object-fit:cover}

/* Footer */
.ed-footer{background:#fff;color:#071323;margin-top:48px;padding:0 0 38px}
.ed-subscribe-strip{width:min(1420px,calc(100% - 96px));margin:0 auto 54px;background:#073f82;color:#fff;min-height:126px;display:grid;grid-template-columns:1fr 420px;gap:32px;align-items:center;padding:24px 48px}
.ed-subscribe-strip p{margin:0;font-size:24px;line-height:1.45}
.ed-subscribe-btn{background:#ff713b;color:#fff;border-radius:10px;min-height:64px;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:950}
.ed-footer-main{width:min(1280px,calc(100% - 96px));margin:0 auto;display:grid;grid-template-columns:320px 220px 1fr;gap:64px;align-items:start}
.ed-footer-logo img{max-width:280px;display:block;margin-bottom:52px}
.ed-footer-social-title{text-align:center;font-size:21px;font-weight:950}
.ed-footer-socials{display:grid;grid-template-columns:repeat(4,42px);gap:20px 28px;justify-content:center}
.ed-footer-socials a{width:42px;height:42px;background:#073f82;color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:950}
.ed-footer-app{text-align:center;font-size:26px;line-height:1.1;font-weight:950;margin-top:36px}
.ed-footer-section-title{display:inline-block;font-size:27px;font-weight:950;margin:0 0 20px;border-bottom:3px solid #111}
.ed-footer-sections{display:grid;gap:11px}
.ed-footer-sections a{font-size:22px;font-weight:900;letter-spacing:.06em}
.ed-footer-news-item{padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid #dfe3e8}
.ed-footer-news-cat{color:#073f82;font-size:16px;font-weight:950;margin-bottom:10px}
.ed-footer-news-title{font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1.22;margin:0}

/* Artículo opinión */
.ed-opinion-authorbar{border-top:5px solid #00828b;border-bottom:1px solid #00828b;min-height:82px;display:flex;align-items:center;gap:18px;margin:0 0 76px}
.ed-opinion-avatar{width:112px;height:112px;border-radius:999px;object-fit:cover;background:#a6d3d1;margin-left:8px}
.ed-opinion-author{font-size:30px;text-transform:uppercase}
.ed-opinion-shell{width:min(1460px,calc(100% - 48px));margin:0 auto 48px}
.ed-opinion-kicker{font-size:20px;text-transform:uppercase;margin-bottom:16px}
.ed-opinion-mark{width:62px;height:4px;background:#073f82;margin-bottom:84px}
.ed-opinion-title{font-family:Georgia,'Times New Roman',serif;font-size:clamp(46px,5vw,78px);line-height:1.16;letter-spacing:-.045em;margin:0 0 34px}
.ed-opinion-lead{font-size:29px;line-height:1.45;margin:0 0 48px}
.ed-content{font-family:Georgia,'Times New Roman',serif;font-size:19px;line-height:1.78}

@media(max-width:1180px){.ed-market-box,.ed-market-inner{justify-content:flex-start;overflow-x:auto;overflow-y:hidden}.ed-market-item{height:60px;padding:0 14px}}
@media(max-width:980px){.ed-header-main{height:104px}.ed-brand img{max-height:84px!important;max-width:360px!important}.ed-header.is-shrunk .ed-header-main{height:66px}.ed-header.is-shrunk .ed-brand img{max-height:44px!important;max-width:230px!important}.ed-grid,.ed-footer-main,.ed-subscribe-strip,.ed-overlay-grid{grid-template-columns:1fr}.ed-card-grid{grid-template-columns:repeat(2,1fr)}.ed-subscribe-strip{width:min(100% - 28px,900px);padding:22px}.ed-footer-main{width:min(100% - 28px,900px)}.ed-overlay-top{grid-template-columns:100px 1fr 100px}.ed-sections-columns{grid-template-columns:1fr}.ed-sections-divider{display:none}.ed-social{padding-top:0}}
@media(max-width:560px){.ed-header-main{grid-template-columns:70px 1fr 70px}.ed-live{font-size:0;padding:10px 14px}.ed-live::before{font-size:14px}.ed-card-grid{grid-template-columns:1fr}.ed-market-strip{padding:10px 0}.ed-market-box,.ed-market-inner{width:calc(100% - 20px);min-height:52px;padding:0 10px}.ed-market-item{height:52px;gap:8px;padding:0 12px}.ed-market-item strong{font-size:14px}.ed-market-item span,.ed-market-item small,.ed-market-item em{font-size:13px}}

/* DIVISAS COMPACTAS OVERRIDE */

.ed-market-strip{background:#fff;border-bottom:1px solid #e5e7eb;padding:10px 0 8px;overflow:hidden}
.ed-market-box,.ed-market-inner{width:min(1560px,calc(100% - 40px));max-width:1560px;margin:0 auto;background:#f1f1f1;min-height:48px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;overflow:hidden;white-space:nowrap;padding:0 12px}
.ed-market-item{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;height:48px;padding:0 14px;border-right:1px solid #d7d7d7;font-size:12px;line-height:1;white-space:nowrap}
.ed-market-item:last-child{border-right:0}
.ed-market-item strong{font-size:12px;font-weight:900;color:#2d3748}
.ed-market-item span{font-size:11px;color:#374151}
.ed-market-item small{font-size:10px;color:#76839a}
.ed-market-item em{font-size:11px;font-style:normal;font-weight:900}
.trend-up{color:#8dcf8b!important}.trend-down{color:#ff5a5a!important}.trend-same{color:#2563eb!important}
@media(max-width:1180px){.ed-market-box,.ed-market-inner{justify-content:flex-start;overflow-x:auto;overflow-y:hidden}.ed-market-item{height:44px;padding:0 11px;gap:6px}.ed-market-box,.ed-market-inner{min-height:44px}}
@media(max-width:560px){.ed-market-strip{padding:8px 0}.ed-market-box,.ed-market-inner{width:calc(100% - 20px);min-height:40px;padding:0 8px}.ed-market-item{height:40px;gap:6px;padding:0 9px}.ed-market-item strong{font-size:11px}.ed-market-item span{font-size:10px}.ed-market-item small,.ed-market-item em{font-size:9px}}


/* FIX opinión: mismo ancho que el cuerpo y avatar sin corte */
.ed-opinion-authorbar{
  width:min(1460px, calc(100% - 48px)) !important;
  margin:0 auto 76px !important;
  border-top:5px solid #00828b !important;
  border-bottom:1px solid #00828b !important;
  overflow:visible !important;
}
.ed-opinion-avatar{
  flex:0 0 auto !important;
  width:112px !important;
  height:112px !important;
  border-radius:999px !important;
  object-fit:cover !important;
  object-position:center !important;
  background:#e8f2f2 !important;
  border:1px solid #dbe7e7 !important;
  margin-left:10px !important;
}
.ed-opinion-avatar-fallback{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#073f82 !important;
  font-size:42px !important;
  font-weight:950 !important;
  font-family:Arial,Helvetica,sans-serif !important;
}
.ed-opinion-author{
  min-width:0 !important;
  font-size:30px !important;
  line-height:1.1 !important;
}

/* FIX divisas: mismo ancho visual que el layout principal */
.ed-market-box,
.ed-market-inner{
  width:min(1420px, calc(100% - 96px)) !important;
  max-width:1420px !important;
}
@media(max-width:980px){
  .ed-opinion-authorbar{
    width:min(100% - 28px,900px) !important;
    margin-bottom:42px !important;
  }
  .ed-opinion-avatar{
    width:82px !important;
    height:82px !important;
  }
  .ed-opinion-author{
    font-size:22px !important;
  }
  .ed-market-box,
  .ed-market-inner{
    width:min(100% - 28px,900px) !important;
  }
}
