:root{--doc-handle-color: rgba(37, 99, 235, .75);--doc-handle-color-hover: rgba(29, 78, 216, .9);--doc-handle-color-soft: rgba(37, 99, 235, .35)}.doc-row-root{display:flex;flex-direction:row}.doc-node-remove{display:none;position:absolute;top:0;right:8px;background-color:var(--doc-handle-color);z-index:100}.doc-node-remove:hover{background-color:var(--doc-handle-color-hover)}.doc-col-add{background-color:transparent;border:1px dashed #d1d5db;z-index:100;position:relative;transition:all .15s ease}.doc-col-add:hover{background-color:#f9fafb;border-color:#9ca3af}.doc-node-root{position:relative;word-break:break-all;height:auto}.doc-node-root:hover .doc-node-corner-resize-handle,.doc-node-root:hover .doc-node-width-resize-handle,.doc-node-root:hover .doc-node-height-resize-handle,.doc-node-root:hover .doc-node-remove{display:block}.doc-node-width-resize-handle{display:none;cursor:ew-resize;position:absolute;right:0;top:0;height:100%;width:8px;background-color:var(--doc-handle-color);z-index:99}.doc-node-height-resize-handle{display:none;cursor:ns-resize;position:absolute;bottom:0;left:0;height:8px;width:100%;background-color:var(--doc-handle-color);z-index:99}.doc-node-height-add-sublay{display:none;height:2rem;padding:0 2rem 2rem;margin-top:.5rem;background-color:var(--doc-handle-color-soft)}.doc-node-height-add-sublay:hover{background-color:var(--doc-handle-color-hover)}.doc-node-height-resize-handle:hover .doc-node-height-add-sublay{display:block}.doc-node-width-add-sublay{display:none;height:100%;padding:0 2rem 2rem;margin-left:.5rem;background-color:var(--doc-handle-color-soft)}.doc-node-width-add-sublay:hover{background-color:var(--doc-handle-color-hover)}.doc-node-width-resize-handle:hover .doc-node-width-add-sublay{display:block}.doc-node-corner-resize-handle{cursor:nwse-resize;position:absolute;bottom:0;right:0;height:12px;width:12px;background-color:var(--doc-handle-color);z-index:100;display:none}
