.editor-button {
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid white;
  outline: none;
  color: white;
}

.editor-button:hover {
  background: rgba(255, 255, 255, 0.4);
  color: black;
  border: 1px solid black;
}

.editor-window {
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: inline-block;
}

.editor-input-label {

}

.editor-input {
  border: 1px solid white;
  outline: none;
  margin-bottom: 1em;
  background: rgba(100, 100, 100, 0.1);
  padding: 0.5em;
  color: white;
}

.editor-tile-select-gizmo {
  border: 1px solid red;
  width: 64px;
  height: 64px;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
}

.editor-info-box {
  color: white;
}

.editor-info-label::after {
  content: ": ";
}

.debug-file {
  position: absolute;
  top: 0px;
  right: 0px;
}