/**
 * Public-facing styles
 */

.data-pilot-container {
  margin: 20px 0;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.data-pilot-container .data-pilot-content {
  /* Your public styles here */
}

/**
 * Map embed styles
 */
.data-pilot-map-embed {
  margin: 20px 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}

.data-pilot-map-embed iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}

.data-pilot-map-embed small {
  display: block;
  padding: 5px 10px;
  text-align: right;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
}

.data-pilot-map-embed small a {
  color: #0073aa;
  text-decoration: none;
}

.data-pilot-map-embed small a:hover {
  text-decoration: underline;
}
