/* MAP */
.mlf-map {
  width: 100%;
  min-height: 300px;
  background-color: #f1f1f1;
  margin-bottom: 0;
}

/* NAV */
.mlf-container nav {
  display: flex;
  flex-direction: row;
  background-color: white;
  padding: 10px 20px;
}
.mlf-container nav .mlf-filters {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.mlf-container nav .mlf-title {
  flex-grow: 1;
}

/* LOCATIONS */
.mlf-container .mlf-locations {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 10px;
}
.mlf-container .mlf-locations .mlf-location {

}


.gm-style-iw-ch {
  height: 0 !important;
}
