/* The original textarea remains the form field; only the rich editor is visible. */
.baha-keyboard-editor{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;cursor:text;-webkit-user-select:text;user-select:text;overflow-y:auto;min-height:48px;max-height:220px;box-sizing:border-box}
.baha-keyboard-editor:empty::before{content:attr(data-placeholder);color:var(--text-muted,#817663);pointer-events:none}
.baha-keyboard-editor[aria-disabled="true"]{opacity:.6;cursor:default}
.baha-keyboard-editor img{max-width:96px;max-height:96px}
.baha-keyboard-help{font-size:.85rem;line-height:1.45;padding:8px 4px;color:var(--text-secondary,#685a40)}
.baha-keyboard-help p{margin:6px 0}
.baha-keyboard-status{font-size:.85rem;line-height:1.4;overflow-wrap:anywhere;padding:6px 2px}
.baha-keyboard-status[data-error="1"]{color:var(--danger-text,#a13d2c)}
.baha-keyboard-status[hidden]{display:none!important}
