.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;
}
.samsm-openstreetmap-home .samsm-map-wrapper {
  position: relative;
}
.samsm-openstreetmap-home .samsm-map-touch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.samsm-openstreetmap-home .samsm-map-touch-overlay.is-visible {
  opacity: 1;
}
.samsm-openstreetmap-home .samsm-map-touch-overlay span {
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  font-size: 1rem;
  text-align: center;
}

@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 */