@import url(https://fonts.googleapis.com/css?family=Lato&display=swap);

:root {
  --icon-place: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 0C10.477 0 6 4.477 6 10c0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zm0 16a6 6 0 110-12 6 6 0 010 12z'/%3E%3C/svg%3E");
}

*,
:after,
:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
#map {
  height: 100%;
}

body,
html,
#map {
  margin: 0;
  padding: 0;
}

#map {
  margin: 0 -15px;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: Lato, sans-serif;
  min-height: 100%;
  background: #ebebeb;
  padding: 0 15px;
}

h1 {
  letter-spacing: 1px;
}

.container {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

.auto-search-wrapper {
  margin: 10px auto;
}
