#map {
  height: 80vh;
  width: 100%;
}
#controls {
  margin-top: 10px;
}
.tooltip-content img {
  max-width: 150px;
  height: auto;
}
#summary {
  display: flex;
  gap: 10px;
}

.info-box {
  display: none;
}

.buyer-label {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

