.samsm-openstreetmap-home #map {
  width: 100%;
  height: 600px;
}
.samsm-openstreetmap-home .samsm-store-list {
  max-height: 600px;
  overflow-y: auto;
}
.samsm-openstreetmap-home .samsm-store-logo {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.25rem;
}
.samsm-openstreetmap-home #map-store-search {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.samsm-openstreetmap-home #map-store-search + .input-group-append .input-group-text {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.samsm-openstreetmap-home #map-store-list .card-body .btn i {
  margin-right: 0.25em !important;
  vertical-align: baseline;
}
.samsm-openstreetmap-home .samsm-plan-badge {
  font-size: 0.875rem;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .samsm-openstreetmap-home #map {
    height: 420px;
  }
  .samsm-openstreetmap-home .samsm-store-list {
    max-height: 320px;
  }
}/*# sourceMappingURL=display-home-openstreetmap.css.map */