pr-resize {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

#component-resize-handle {
  position: absolute;
  bottom: 1px;
  right: 0px;
  height: 0.8rem;
  width: 0.8rem;
}
#component-resize-handle svg {
  fill: var(--c-surface-bg);
  padding-bottom: 3px;
  height: 0.8rem;
  width: 0.8rem;
  pointer-events: auto;
}
#component-resize-handle svg #clip {
  cursor: se-resize;
}

.animation-layer .resize-animation-box {
  position: absolute;
  border: 5px solid var(--c-border);
}
