.rnc{display:flex;flex-direction:column;width:100%;background-color:#eee;border-radius:6px;padding:10px;box-sizing:border-box}.rnc-row{display:flex;align-items:stretch;margin:0 0 10px}.rnc-column{display:flex;flex-direction:column;gap:1rem;margin:0 0 0 10px}.rnc-canvas{box-sizing:border-box;background-color:#fff;border-radius:4px;width:100%}.rnc-button{display:flex;justify-content:center;align-items:center;font-size:16px;background:#fff;color:inherit;border:none;padding:0;width:25px;height:20px;box-sizing:border-box;border-radius:4px}.rnc-button svg{width:1em;height:1em;fill:currentColor}.rnc-input{border:1px solid red;padding:10px 6px;font-size:inherit;font-family:inherit}.rnc-input:focus{border:none}