.node-fill-tool {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  cursor: pointer;
  overflow: hidden;
}

.node-fill-tool.disabled {
  opacity: 0.42;
  pointer-events: none;
}

.node-fill-tool input[type="color"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.node-fill-tool .node-fill-swatch {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(53, 61, 82, 0.34);
  pointer-events: none;
}

.node-fill-tool:focus-within {
  outline: 2px solid #526be0;
  outline-offset: 2px;
}
