body {
  margin: 0;
}

#map {
  display: block;
  font-size: 11px;
  width: 100%;
  height: 100vh;
}

#info-window {
  max-width: 32em;
  margin-bottom: 1em;
  padding-left: 6px;
}

#info-window h2,
#info-window p,
#info-window span {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}

#info-window h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 6px;
  margin-top: 0px;
}

#info-window h2,
#info-window p {
  color: #24304d;
}

#info-window p,
#info-window span {
  font-weight: 400;
}

#info-window p {
  line-height: 18px;
  margin: 1em 0;
  font-size: 12px;
}

#info-window span {
  font-size: 10px;
}

.farm-details {
  color: #7583a6;
  text-transform: uppercase;
  font-size: 0.85em;
}

.farmland-image-container {
  height: 18em;
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0 0 1em !important;
  width: 100%;
}

img.farm-image {
  margin: 0 !important;
  position: absolute;
  width: 100%;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.acreage {
  font-style: italic;
}

button[title="Close"] {
  top: 0 !important;
  right: 6px !important;
  width: auto !important;
  height: auto !important;
}

button[title="Close"] span {
  width: 20px !important;
  height: 20px !important;
}
