.kiwl-map-wrap {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.kiwl-map-wrap .kiwl-google-map {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.kiwl-map-info-card {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  max-width: 380px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  font-size: 13px;
  line-height: 1.55;
  color: #333;
  pointer-events: none;
}

.kiwl-map-info-card strong {
  display: block;
  font-size: 14px;
  color: #111;
  margin-bottom: 4px;
}

.kiwl-map-info-cn {
  display: block;
  color: #666;
  font-size: 13px;
  margin-bottom: 8px;
}

.kiwl-map-info-card p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .kiwl-map-info-card {
    left: 8px;
    right: 8px;
    bottom: 8px;
    max-width: none;
    font-size: 12px;
  }
}
