.up-map {
  width: 100%;
  height: var(--up-map-height, 400px);
  overflow: hidden;
  border-radius: 0;
}
.up-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.up-map--leaflet {
  position: relative;
}
.up-map--leaflet .leaflet-container {
  width: 100%;
  height: 100%;
}
.up-map--error {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #666;
  font-style: italic;
}
.up-map--editor-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #e8f0f8, #d4e4f7);
  color: #444;
  text-align: center;
}
.up-map--editor-preview .up-map__preview-icon {
  font-size: 2.5rem;
}
.up-map--editor-preview .up-map__preview-text {
  font-size: 1.1rem;
  font-weight: 700;
}
.up-map--editor-preview .up-map__preview-sub {
  font-size: 0.85rem;
  color: #666;
}/*# sourceMappingURL=style.css.map */