/* Preserved satellite map embed styles (from ObserverMoroccoWidget.css — map only) */

.omw__map {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(198, 155, 79, 0.14);
  background: #0a1218;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 8px 28px rgba(0, 0, 0, 0.28);
}

.omw__map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(0.94) contrast(1.06) brightness(0.9);
}

.omw__map-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 14, 20, 0.18) 0%, transparent 22%, transparent 68%, rgba(8, 14, 20, 0.52) 100%),
    radial-gradient(circle at 50% 50%, transparent 48%, rgba(8, 14, 20, 0.22) 100%);
}

.omw__map--google .omw__map-legend {
  z-index: 2;
}

.omw__map-legend {
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.35rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.46rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(234, 236, 232, 0.45);
  pointer-events: none;
}

.arch-weather-map-wrap {
  margin-top: 1.25rem;
}
