.bw-image-hotspot-editor .bw-hotspot-editor-container {
  position: relative;
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-toolbar {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 4px;
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper.is-adding {
  cursor: crosshair;
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper.is-adding .bw-hotspot-image {
  opacity: 0.9;
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper .bw-hotspot-image {
  width: 100%;
  height: auto;
  display: block;
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper .bw-hotspot-dot-editor {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #dc2626;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper .bw-hotspot-dot-editor:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper .bw-hotspot-dot-editor.is-selected {
  background: #1e40af;
  transform: translate(-50%, -50%) scale(1.2);
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper .bw-hotspot-dot-editor.is-selected .bw-hotspot-number {
  font-weight: bold;
}
.bw-image-hotspot-editor .bw-hotspot-editor-container .bw-hotspot-image-wrapper .bw-hotspot-dot-editor .bw-hotspot-number {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.components-panel__body .bw-hotspot-settings h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
.components-panel__body .bw-hotspot-settings img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
}

/*# sourceMappingURL=editor.css.map */
