

/* Start:/local/components/custom/mall.map/templates/.default/style.css?1751533708940*/
.mall-map-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background: white;
  padding: 20px;
  overflow: hidden;
}

#mall-map-controls {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

#mall-map-container-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  touch-action: none;
  cursor: grab;
}

#mall-map-container svg {
  width: 100%;
  height: auto;
  user-select: none;
}

.shop-tooltip {
  position: absolute;
  background: white;
  border: 1px solid #aaa;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  z-index: 10;
  width: 200px;
}

.tooltip-content {
  position: relative;
}

.tooltip-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  font-weight: bold;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.tooltip-logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* End */
/* /local/components/custom/mall.map/templates/.default/style.css?1751533708940 */
