/* MicroMath — cores inline para trechos de texto */
.mm-text-blue{color:#0cc0df!important;}
.mm-text-orange{color:#ff9600!important;}
.mm-text-green{color:#00b879!important;}
.mm-text-purple{color:#8b5cf6!important;}
.mm-text-red{color:#ef4444!important;}
.mm-text-highlight{
 color:#fff!important;
 background:linear-gradient(90deg,rgba(255,150,0,.38),rgba(12,192,223,.22));
 border-radius:.28em;
 padding:.05em .22em;
 box-decoration-break:clone;
 -webkit-box-decoration-break:clone;
}
.editor-styles-wrapper span.mm-text-blue,
.editor-styles-wrapper span.mm-text-orange,
.editor-styles-wrapper span.mm-text-green,
.editor-styles-wrapper span.mm-text-purple,
.editor-styles-wrapper span.mm-text-red,
.editor-styles-wrapper span.mm-text-highlight{display:inline;}
