#stores-map-and-list {
  height: 423px;
}

#stores-map-search {
  height: 56px;
}

#stores-map-city-list {
  overflow: scroll;
}
.city-card-button a {
  font-weight: 400;
}

a[href^="http://maps.google.com/maps"]
{
  display: none !important;
}
a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

#stores-map-search-button {
  cursor: pointer;
}

#stores-map-view-toggle {
  display: none;
}
#city-card-info {
  position: absolute;
  bottom: 68px;
  z-index: 99;
  left: 32px;
}

@media screen and (max-width: 767px) {
  #stores-map {
    aspect-ratio: 1/1;
  }
  #stores-map-city-list {
    display: none;
    aspect-ratio: 1/1;
  }
  #stores-map-search {
    gap: 10px;
  }
  #stores-map-and-list {
    flex-direction: column-reverse;
    gap: 0 !important;
    height: unset;
  }

  #stores-map-view-toggle {
    display: flex;
    margin: 0 auto;
  }

  #city-card-info {
    bottom: 120px;
  }
}
