/* Self-contained typography — no external font requests */
body,
.wx-fonts-style {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.google-map.rush-map-static {
  min-height: 280px;
  background: linear-gradient(135deg, #f0ebe3 0%, #e8e0d5 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.rush-map-static-inner {
  max-width: 36rem;
}

.rush-map-static-inner p {
  margin: 0;
  color: #333;
}
