#storeMap {
  position: relative;
  width: 100%;
  max-width: 800px;
}

#storeMap img {
  width: 100%;
}

.coordinate {
  position: absolute;
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
}

.cards-flex-wrapper {
  overflow-x: hidden;
}

.cards-flex-wrapper h4 {
  font-size: large;
  border-bottom: 1px solid lightgray;
}

.cards-flex-wrapper h4::before {
  font-size: small;
  content: "Location: ";
}

.cards-flex-wrapper .card {
  min-width: 19%;
  height: 10rem;
  overflow-y: hidden;
}

#locationInputColumn .row {
  margin-bottom: 10px;
}

#locationInputColumn .row::before {
  content: 15px;
}

#locationInputColumn .row {
  border: 1px solid grey;
  padding: 10px;
  border-radius: 5px;
}

