

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

#mall-map-controls {
  margin-bottom: 20px;
}

#mall-map-controls button {
  margin-right: 10px;
  padding: 8px 16px;
  cursor: pointer;
}

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

/* Tooltip */
.shop-tooltip {
  background: #fff;
  border: 1px solid #ccc;
  padding: 16px;
  min-width: 200px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 1000;
  border-radius: 8px;
}

.tooltip-content {
  position: relative;
}

.tooltip-close {
  position: absolute;
  top: 4px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.tooltip-logo {
  max-width: 100%;
  max-height: 80px;
  display: block;
  margin-bottom: 10px;
}

.tooltip-name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
/* End */
/* /local/components/custom/mall.map/templates/.default/style.css?1750006699880 */
