.vtext{font-size:var(--font-size);align-items:flex-start;line-height:1.5em;display:flex;position:relative}.vtext.left{justify-content:flex-start}.vtext.right{justify-content:flex-end}.vtext.center{justify-content:center}.vtext.singleline{line-height:var(--height-line);align-items:center}.vtext>.icon{height:auto;margin-right:4rem}.vtext>.content{box-sizing:border-box;line-height:inherit;word-wrap:break-word;word-break:break-all;font-size:inherit;border:1rem solid #0000;margin:0}.vtext>.content.indent{text-indent:2em}.vtext>.content.editing{border-bottom:solid 1rem var(--color-theme)}.vtext.singleline>.content{overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vtext.singleline>.content.toraw{white-space:pre}.vtext.singleline>.content.ellipsis{text-overflow:ellipsis}.vtext:not(.singleline).softwrap>.content.toraw{white-space:pre-wrap}.vtext>.edit{width:var(--height-line);height:var(--height-line);line-height:var(--height-line);text-align:center;border-radius:var(--border-radius);color:var(--color-fg);background-color:var(--color-bg);cursor:pointer;font-size:12rem;display:none;position:absolute;top:0;right:0}.vtext:hover>.edit{display:block}
