.cnet-pattern--geo-map-point {
  width: 100%;
  min-height: 280px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.cnet-geo-map__canvas {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.cnet-geo-map__loading {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  margin: 0;
  padding: 0.65rem 0.8rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  font-size: 0.875rem;
}

.cnet-geo-map__point-editor {
  border: 1px solid #dcdcde;
  border-radius: 8px;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}

.cnet-geo-map__point-title {
  margin: 0 0 0.5rem;
  font-weight: 600;
}
