
.fxea-world-market{
  padding:28px 0 36px;
  background:#f7fafc;
}
.fxea-world-market .fxea-shell{
  width:min(1280px,calc(100% - 28px));
  margin-inline:auto;
}
.fxea-world-market__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:16px;
}
.fxea-world-market__eyebrow{
  display:block;
  margin-bottom:6px;
  color:#0878ff;
  font-size:9px;
  line-height:1;
  font-weight:900;
  letter-spacing:.18em;
}
.fxea-world-market__head h2{
  margin:0;
  color:#0d2d48;
  font-size:26px;
  line-height:1.25;
}
.fxea-world-market__head p{
  margin:8px 0 0;
  color:#718599;
  font-size:11px;
  line-height:1.7;
}
.fxea-world-market__badge{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border:1px solid #d8e6f1;
  border-radius:999px;
  background:#fff;
  color:#75889a;
  font-size:8px;
  font-weight:800;
  white-space:nowrap;
}
.fxea-world-market__panel{
  position:relative;
  min-height:520px;
  overflow:hidden;
  border:1px solid #dbe7f0;
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 32px rgba(7,30,50,.05);
}
.fxea-world-market__panel .tradingview-widget-container,
.fxea-world-market__panel .tradingview-widget-container__widget{
  width:100%!important;
  height:520px!important;
  min-height:520px!important;
}
.fxea-world-market__panel iframe{
  display:block!important;
  width:100%!important;
  height:520px!important;
  min-height:520px!important;
  border:0!important;
}
.fxea-world-market__placeholder{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#7c8f9f;
  font-size:10px;
  font-weight:800;
}
.fxea-world-market__pulse{
  width:12px;
  height:12px;
  border-radius:50%;
  background:#0878ff;
  box-shadow:0 0 0 0 rgba(8,120,255,.25);
  animation:fxea-world-market-pulse 1.25s ease-out infinite;
}
@keyframes fxea-world-market-pulse{
  0%{box-shadow:0 0 0 0 rgba(8,120,255,.28)}
  100%{box-shadow:0 0 0 12px rgba(8,120,255,0)}
}
@media(max-width:760px){
  .fxea-world-market{
    padding:22px 0 30px;
  }
  .fxea-world-market__head{
    display:block;
  }
  .fxea-world-market__head h2{
    font-size:23px;
  }
  .fxea-world-market__badge{
    margin-top:10px;
  }
  .fxea-world-market__panel,
  .fxea-world-market__panel .tradingview-widget-container,
  .fxea-world-market__panel .tradingview-widget-container__widget,
  .fxea-world-market__panel iframe{
    height:500px!important;
    min-height:500px!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .fxea-world-market__pulse{
    animation:none;
  }
}


/* =========================================================
   v1.0.4 — VIX + Sunday Dow / Weekend Wall Street
   ========================================================= */
.fxea-world-market__sentiment{
  display:grid;
  grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);
  gap:10px;
  margin-bottom:12px;
}

.fxea-world-market__vix-card,
.fxea-world-market__sunday-card{
  min-width:0;
  min-height:66px;
  border:1px solid #dbe7f0;
  border-radius:11px;
  background:#fff;
  box-shadow:0 6px 18px rgba(7,30,50,.035);
}

.fxea-world-market__vix-card{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  padding:10px 13px;
  color:#17344d!important;
  text-decoration:none!important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.fxea-world-market__sunday-card{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(170px,1fr) auto auto;
  align-items:center;
  gap:11px;
  padding:10px 54px 10px 13px;
}

.fxea-world-market__sentiment-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:9px;
  background:#f0f7ff;
  color:#0878ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.04em;
}

.fxea-world-market__sentiment-icon.is-weekend{
  background:#f2f4f7;
  color:#36536b;
}

.fxea-world-market__sentiment-copy{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}

.fxea-world-market__sentiment-copy strong{
  color:#17344d;
  font-size:11px;
  line-height:1.25;
  font-weight:900;
}

.fxea-world-market__sentiment-copy small{
  color:#8092a2;
  font-size:8px;
  line-height:1.35;
}

.fxea-world-market__vix-card>b{
  color:#0878ff;
  font-size:15px;
}

.fxea-world-market__sunday-values{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
  min-width:0;
}

.fxea-world-market__sunday-values>span{
  display:flex;
  flex-direction:column;
  gap:2px;
  text-align:right;
}

.fxea-world-market__sunday-values small{
  color:#93a2af;
  font-size:7px;
  font-weight:800;
}

.fxea-world-market__sunday-values b{
  color:#17344d;
  font-size:13px;
  line-height:1.1;
  font-weight:900;
  font-variant-numeric:tabular-nums;
}

.fxea-world-market__sunday-values em{
  min-width:88px;
  color:#708394;
  font-size:9px;
  line-height:1.35;
  font-style:normal;
  font-weight:900;
  text-align:right;
  font-variant-numeric:tabular-nums;
}

.fxea-world-market__sunday-values em.is-positive{color:#079579}
.fxea-world-market__sunday-values em.is-negative{color:#ef4f5f}

.fxea-world-market__sunday-source{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  color:#8394a3!important;
  font-size:8px;
  font-weight:800;
  text-decoration:none!important;
}

@media(hover:hover) and (pointer:fine){
  .fxea-world-market__vix-card:hover{
    transform:translateY(-2px);
    border-color:#9fcaf0;
    box-shadow:0 10px 24px rgba(7,30,50,.07);
  }
}

@media(max-width:760px){
  .fxea-world-market__sentiment{
    grid-template-columns:1fr;
    gap:8px;
  }

  .fxea-world-market__vix-card,
  .fxea-world-market__sunday-card{
    min-height:60px;
  }

  .fxea-world-market__sunday-card{
    grid-template-columns:38px minmax(0,1fr);
    padding:10px 12px;
  }

  .fxea-world-market__sentiment-icon{
    width:38px;
    height:38px;
  }

  .fxea-world-market__sunday-values{
    grid-column:1 / -1;
    justify-content:flex-start;
    gap:18px;
    padding:8px 0 0 49px;
    border-top:1px solid #edf2f6;
  }

  .fxea-world-market__sunday-values>span{
    text-align:left;
  }

  .fxea-world-market__sunday-values em{
    min-width:0;
    text-align:left;
  }

  .fxea-world-market__sunday-source{
    right:12px;
    top:17px;
    transform:none;
  }
}


/* v1.0.5 — Sunday Dow removed; VIX only */
.fxea-world-market__sentiment--vix-only{
  grid-template-columns:minmax(0,460px)!important;
}


/* =========================================================
   v1.0.6 — Dedicated VIX Symbol Overview
   ========================================================= */
.fxea-world-market__sentiment,
.fxea-world-market__vix-card{
  display:none!important;
}

.fxea-world-market__vix{
  margin:0 0 14px;
}

.fxea-world-market__vix-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:9px;
}

.fxea-world-market__vix-eyebrow{
  display:block;
  margin-bottom:4px;
  color:#0878ff;
  font-size:8px;
  line-height:1;
  font-weight:900;
  letter-spacing:.16em;
}

.fxea-world-market__vix-head h3{
  margin:0;
  color:#17344d;
  font-size:18px;
  line-height:1.3;
  font-weight:900;
}

.fxea-world-market__vix-source{
  color:#8294a4;
  font-size:8px;
  font-weight:800;
  white-space:nowrap;
}

.fxea-world-market__vix-panel{
  position:relative;
  width:100%;
  height:330px;
  min-height:330px;
  overflow:hidden;
  border:1px solid #dbe7f0;
  border-radius:12px;
  background:#fff;
  box-shadow:0 8px 24px rgba(7,30,50,.04);
}

.fxea-world-market__vix-panel .tradingview-widget-container,
.fxea-world-market__vix-panel .tradingview-widget-container__widget,
.fxea-world-market__vix-panel iframe,
.fxea-vix-tv-container{
  display:block!important;
  width:100%!important;
  height:330px!important;
  min-height:330px!important;
  border:0!important;
}

@media(max-width:760px){
  .fxea-world-market__vix-head h3{
    font-size:16px;
  }

  .fxea-world-market__vix-panel,
  .fxea-world-market__vix-panel .tradingview-widget-container,
  .fxea-world-market__vix-panel .tradingview-widget-container__widget,
  .fxea-world-market__vix-panel iframe,
  .fxea-vix-tv-container{
    height:310px!important;
    min-height:310px!important;
  }
}


/* =========================================================
   v1.0.7 — VIX / fear index removed
   ========================================================= */
.fxea-world-market__vix,
.fxea-world-market__vix-head,
.fxea-world-market__vix-panel,
.fxea-vix-tv-container{
  display:none!important;
}
