#map-style {
  max-width: 770px;
  margin-left: auto;
}
#map-style .alert-warning {
  padding: 5px 10px;
  margin: 10px 0;
}
#storemap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 770px;
  height: 770px;
}

/* Details */
#stores .map-row .store_infos p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 0;
}
#stores .map-row .store_infos p.moco-heading {
  font-size: 28px;
  line-height: 36px;
}
#stores .map-row .store_infos p.note {
  white-space: break-spaces;
}
#stores .map-row .store_infos a.btn-secondary {
  width: 100%;
  margin: 10px 0 0;
}
#stores .map-row .store_infos a.btn-secondary:active,
#stores .map-row .store_infos a.btn-secondary:hover,
#stores .map-row .store_infos a.btn-secondary:focus {
  color: #fff;
}

/* store card*/
article.storeggmap-hide {
  display: none;
}

/* Location search */
#map_location_search .form-group {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
  margin: 0;
}

#map_location_search .form-group label {
  white-space: nowrap;
}

#map_location_search .form-group [class^="form-control"]:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.2rem;
}

#map_location_search .form-group select {
  height: inherit;
  max-width: 10%;
}

#map_location_search .form-group .btn-primary .material-icons {
  margin-right: 0;
}

@media (max-width: 900px) {
  #map_location_search .form-group {
    flex-direction: column;
    align-items: flex-start;
  }

  #map_location_search .form-group select {
    max-width: 100%;
  }
}
