.inventory-point-editor {padding:12px; border-bottom:1px solid var(--border, #777); display:flex; flex-wrap:wrap; align-items:center; gap:8px;}
.inventory-point-editor[hidden], .inventory-point-editor [hidden] {display:none!important;}
.inventory-point-editor button {min-height:44px;white-space:normal;}
.inventory-point-editor-actions {display:flex;flex-wrap:wrap;gap:8px;}
.inventory-point-editor [role="status"], .inventory-point-editor [role="alert"] {flex-basis:100%;overflow-wrap:anywhere;}
.inventory-point-edit-handle {border:2px solid #fff;border-radius:50%;background:#263e32;color:#fff;box-shadow:0 0 0 2px #263e32;display:grid;place-items:center;font:700 16px system-ui;cursor:grab;}
.inventory-point-edit-handle:focus {outline:3px solid #ae893c;outline-offset:3px;}
