.decoration-overlay { position: absolute; pointer-events: none; }
.decoration-overlay.interactive { pointer-events: auto; }
.decoration-item { position: absolute; cursor: default; }
.decoration-item.draggable { cursor: grab; }
.decoration-item.selected { outline: 2px dashed #E91E63; outline-offset: 2px; }
.decoration-resize-handle {
    position: absolute; width: 8px; height: 8px;
    background: #E91E63; border: 1px solid white; border-radius: 2px;
    cursor: nwse-resize; pointer-events: auto;
}
