/* IGW Earth fallback 0.1.2 — no invented marker projection on a photograph. */
[data-igw-module="interactive-earth"].igw-earth-static {
  isolation:isolate; position:relative; background:transparent;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  min-height:320px; padding:12px; overflow:hidden;
}
.igw-earth-static [data-igw-image-role="historical-static-fallback"] {
  position:relative; margin:0; display:flex; flex-direction:column;
  align-items:center; justify-content:center; width:100%; height:100%; min-height:0; flex:1 1 auto;
}
.igw-earth-static [data-igw-image-role="historical-static-fallback"] img {
  display:block; width:100%; height:100%; min-height:0; flex:1 1 auto; max-height:560px; object-fit:contain;
  mix-blend-mode:screen; transform:none; filter:none;
}
.igw-earth-static [data-igw-image-role="historical-static-fallback"] figcaption,
.igw-earth-static-note {
  font-family:var(--_igw-2-0---font--body),"Plus Jakarta Sans",system-ui,sans-serif;
  font-size:11px; line-height:1.5; letter-spacing:.01em; color:#9fa7af; text-align:center;
}
.igw-earth-static [data-igw-image-role="historical-static-fallback"] figcaption {margin:8px 0 0; flex:none}
.igw-earth-static-note {position:static; flex:none; max-width:58ch; margin:8px 0 0}
.igw-earth-static [hidden] {display:none!important}
@media(max-width:767px) {
  [data-igw-module="interactive-earth"].igw-earth-static {min-height:280px;padding-bottom:16px}
  .igw-earth-static [data-igw-image-role="historical-static-fallback"] img {max-height:360px}
}

/* Mission Control reuses a photograph inside its original sphere wrapper. */
.igw-earth-static > .igw2-earth-sphere:has([data-igw-image-role="historical-static-fallback"]) {
  position:relative; inset:auto; width:100%; height:100%; min-height:0; flex:1 1 auto;
  aspect-ratio:auto; border:0; border-radius:0; background:none; box-shadow:none;
  transform:none; filter:none; overflow:hidden;
}
