/* Notice rendered by maps-offline.js in place of an interactive Google map. */
.map-offline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 220px;
  padding: 24px;
  text-align: center;
  background: #e8eaec;
  background-image:
    linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px);
  background-size: 28px 28px;
  color: #5c666b;
  font-family: 'Open Sans', sans-serif;
}
.map-offline-title { margin: 0 0 6px; font-size: 15px; font-weight: 600; color: #465054; }
.map-offline-body { margin: 0; font-size: 12px; line-height: 1.5; max-width: 30em; }
