.vgh-toolbar{display:flex;flex-wrap:wrap;gap:4px;align-items:center;padding:6px;border-bottom:1px solid var(--bor);border-top-left-radius:3px;border-top-right-radius:3px}.vgh-toolbar button.active{background-color:var(--bg2)}.simplehtml-editor,.simplehtml-url-form,.vgh-toolbar{background:var(--bg1)}.simplehtml-url-form{display:none;align-items:center;gap:6px;padding:8px;border-bottom:1px solid var(--bor);flex-wrap:wrap}.simplehtml-url-form .simplehtml-url-input{flex:1 1 220px;min-width:0}.simplehtml-url-form .btn{margin-right:0}.simplehtml-url-file{display:none}.simplehtml-view p,.vgh-content p{margin-bottom:1rem;margin-top:0}.simplehtml-view,.vgh-content{padding:12px;outline:0;font-family:inherit;font-size:16px;line-height:1.5;background-color:var(--wht);border-bottom-left-radius:3px;border-bottom-right-radius:3px}.vgh-content{min-height:4rem;overflow-y:auto}.simplehtml-editor--compact .vgh-content{min-height:10em}.simplehtml-view blockquote,.vgh-content blockquote{border-left:3px solid var(--bor);margin:0 0 1rem;padding-left:1rem}.simplehtml-view code,.vgh-content code,.vgh-markup{font-family:monospace}.simplehtml-view table,.vgh-content table{border-collapse:collapse;margin-bottom:1rem}.vgh-content a{cursor:text}.simplehtml-view img,.vgh-content img{max-width:100%;height:auto}.simplehtml-view td,.simplehtml-view th,.vgh-content td,.vgh-content th{border:1px solid var(--bor);padding:.25rem;text-align:left;min-width:1.5rem;height:1.5rem}.vgh-markup{padding:12px;min-height:12rem;width:100%;box-sizing:border-box;border:0;font-size:14px;outline:0;resize:vertical;display:none}.simplehtml-table-picker{position:absolute;padding:8px;background:var(--bg1);border:1px solid var(--bor);border-radius:4px;box-shadow:0 6px 18px rgba(0,0,0,.12);z-index:20;user-select:none}.simplehtml-table-picker-label{font-size:12px;margin-bottom:6px}.simplehtml-table-picker-grid{display:grid;grid-template-columns:repeat(12,14px);grid-template-rows:repeat(12,14px);gap:2px}.simplehtml-table-picker-cell{width:14px;height:14px;background:var(--bg1);border:1px solid var(--bor);box-sizing:border-box;cursor:pointer}.simplehtml-table-picker-cell.active{background:var(--bg2);border-color:var(--acc)}