.image-layer-stage{position:relative;min-height:48px;isolation:isolate}
.image-layer-text{display:flow-root;position:relative;z-index:0}
.image-layer-object{position:absolute;z-index:1;pointer-events:none;line-height:0}
.image-layer-object img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0;user-select:none;-webkit-user-select:none}
.image-layer-move{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;border-radius:0;cursor:move;pointer-events:auto;touch-action:none;line-height:0}
.image-layer-handle{position:absolute;width:24px;height:24px;padding:0;border:2px solid #fff;background:#795e4b;border-radius:3px;pointer-events:auto;touch-action:none;opacity:0;box-shadow:0 0 0 1px #795e4b}
.handle-nw{left:-12px;top:-12px;cursor:nwse-resize}.handle-ne{right:-12px;top:-12px;cursor:nesw-resize}.handle-sw{left:-12px;bottom:-12px;cursor:nesw-resize}.handle-se{right:-12px;bottom:-12px;cursor:nwse-resize}
.block-wrap.selected .image-layer-handle,.image-layer-object:hover .image-layer-handle,.image-layer-object:focus-within .image-layer-handle{opacity:1}
.block-wrap.selected .image-layer-move,.image-layer-object:focus-within .image-layer-move{outline:1px dashed #795e4b;outline-offset:2px}
.image-layer-object button:focus-visible{outline:3px solid #5b3f5f;outline-offset:4px}
.image-layer-controls .layer-corners{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:12px 0}
.image-layer-controls .layer-coordinates{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.image-layer-controls .layer-coordinates .field{min-width:0}
