
.map-static-bar {
  align-items: center;
  background: #102f49;
  color: #fff;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  justify-content: space-between;
  letter-spacing: .04em;
  padding: 9px clamp(18px, 4vw, 58px);
}
.map-static-bar a { color: #fff; text-decoration: none; }
.map-static-bar a:hover { text-decoration: underline; }
@media (max-width: 520px) {
  .map-static-bar { font-size: 11px; padding: 8px 14px; }
}
