.visitor-map {
  padding: 1.5rem 0 2rem;
  text-align: center;
}

.visitor-map-widget {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}

.visitor-map-fallback-globe {
  align-items: center;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.92) 0 7%, transparent 8%),
    radial-gradient(circle at 50% 50%, rgba(21, 101, 192, 0.12) 0 30%, transparent 31%),
    linear-gradient(90deg, transparent 47%, rgba(255, 255, 255, 0.8) 48% 52%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(255, 255, 255, 0.8) 48% 52%, transparent 53%),
    repeating-linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.35) 19% 20%, transparent 21% 38%),
    linear-gradient(135deg, #0d47a1, #1565c0 48%, #26c6da);
  border-radius: 50%;
  box-shadow: 0 14px 32px rgba(21, 101, 192, 0.28), inset -16px -14px 28px rgba(0, 0, 0, 0.22);
  display: inline-flex;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  width: 86px;
}

.visitor-map-fallback-globe::before,
.visitor-map-fallback-globe::after {
  border: 2px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  content: "";
  inset: 12px 28px;
  position: absolute;
}

.visitor-map-fallback-globe::after {
  inset: 28px 12px;
}

.visitor-map-fallback-globe:hover,
.visitor-map-fallback-globe:focus {
  box-shadow: 0 18px 42px rgba(21, 101, 192, 0.34), inset -16px -14px 28px rgba(0, 0, 0, 0.22);
  outline: none;
  transform: translateY(-2px) scale(1.04);
}

.visitor-map-fallback-globe:focus-visible {
  outline: 3px solid rgba(21, 101, 192, 0.35);
  outline-offset: 6px;
}
