.qpmv2-map-card {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
}

.qpmv2-map-wrap {
  position: relative;
}

.qpmv2-map-overlay {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 500;
  max-width: calc(100% - 24px);
  padding: 5px 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 400;
  color: #444;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.qpmv2-map {
  width: 100%;
  min-height: 360px;
  border-radius: 8px;
  overflow: hidden;
}
