#contact-form .contact-editor-group,
#xet-page .contact-form .contact-editor-group {
    display: block;
    min-width: 0;
    text-align: left;
}
.contact-editor-label { display: block; margin: 14px 0 10px; font-size: 14px; font-weight: 600; }
.xet-contact-editor { width: 100%; min-width: 0; text-align: left; }
.xet-contact-editor .xe_handyeditor_wrapper { width: 100%; max-width: 100%; box-sizing: border-box; }
.xet-contact-editor .tox-tinymce { max-width: 100%; }
@media (max-width: 767px) {
    .xet-contact-editor .xe_handyeditor_editable { min-height: 280px !important; }
}

/* Keep the message body visible; reveal only the toolbars on editor focus. */
.xet-contact-editor.contact-focus-toolbar:not(.is-contact-editing) .handyeditor_tool_wrap,
.xet-contact-editor.contact-focus-toolbar:not(.is-contact-editing) .tox-editor-header {
    display: none !important;
}
