.vp-editor-toolbar { display: flex; flex-wrap: wrap; gap: 3px; margin-bottom: 6px; }
.vp-editor-toolbar .btn { font-size: 12px; padding: 5px 9px; }
.vp-rich-editor { min-height: 230px; height: auto; max-height: 650px; overflow: auto; white-space: normal; }
.vp-rich-editor p, .vp-rich-editor h3 { margin-bottom: 10px; }
.vp-rich-editor img { max-width: 100%; height: auto; }
.vp-profile-avatar { object-fit: contain; }
form[data-vp-workflow] .vp-readonly-fields > .btn { margin-top: 15px; }
