.ProseMirror img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0;transition:all .2s ease-in-out}.ProseMirror img[data-loading=true]{opacity:.6;filter:blur(2px);position:relative}.ProseMirror img[data-loading=true]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.1);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:14px;color:#111111}.ProseMirror img:not([data-loading=true]){box-shadow:0 2px 8px rgba(0,0,0,.1)}.ProseMirror img:not([data-loading=true]):hover{transform:scale(1.01);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ProseMirror .image-caption{text-align:center;font-size:.875rem;color:#6E6E6E;margin-top:.5rem}.ProseMirror .resize-handle{position:absolute;width:7px;height:7px;background-color:#079768;border:1px solid white;border-radius:50%}.ProseMirror .resize-handle.top-left{top:-5px;left:-5px;cursor:nwse-resize}.ProseMirror .resize-handle.top-right{top:-5px;right:-5px;cursor:nesw-resize}.ProseMirror .resize-handle.bottom-left{bottom:-5px;left:-5px;cursor:nesw-resize}.ProseMirror .resize-handle.bottom-right{bottom:-5px;right:-5px;cursor:nwse-resize}.ProseMirror .image-upload-placeholder{border:2px dashed #079768;border-radius:.5rem;padding:2rem;display:flex;align-items:center;justify-content:center;background-color:rgba(7,151,104,.05);color:#079768;font-size:.875rem;margin:1rem 0}@keyframes pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}.ProseMirror img[data-loading=true]{animation:pulse 1.5s infinite}.prose img,[dangerouslySetInnerHTML] img{max-width:100%!important;height:auto!important;border-radius:.5rem;margin:1rem auto;display:block}.ProseMirror [style*=font-size],.prose [style*=font-size]{font-size:inherit!important}