.resizable-image-container{position:relative;display:inline-block;max-width:100%;margin:10px 0}.resizable-image-container img{display:block;max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.resize-handle{position:absolute;background:#3b82f6;border:2px solid white;border-radius:50%;width:12px;height:12px;cursor:pointer;opacity:0;transition:opacity .2s ease;z-index:10}.resizable-image-container:hover .resize-handle,.resizable-image-container.resizing .resize-handle{opacity:1}.resize-handle-nw{top:-6px;left:-6px;cursor:nw-resize}.resize-handle-ne{top:-6px;right:-6px;cursor:ne-resize}.resize-handle-sw{bottom:-6px;left:-6px;cursor:sw-resize}.resize-handle-se{bottom:-6px;right:-6px;cursor:se-resize}.resizable-image-container.resizing{outline:2px solid #3b82f6;outline-offset:2px}.resizable-image-container.resizing img{pointer-events:none;-webkit-user-select:none;user-select:none}.ProseMirror .resizable-image-container{margin:1rem 0}.ProseMirror .resizable-image-container img{cursor:default}.ProseMirror .resizable-image-container:focus-within{outline:2px solid #3b82f6;outline-offset:2px}
