.efp-enabled {
  position: absolute !important;
  z-index: 9999;
  cursor: move;
}

.efp-toolbar {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 5px;
  font-size: 12px;
  display: flex;
  gap: 4px;
  z-index: 10000;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.efp-toolbar button {
  border: none;
  background: #f0f0f0;
  padding: 2px 6px;
  cursor: pointer;
  border-radius: 3px;
}
