.mathlive-formula {
    display: inline-block;
    direction: ltr;
    unicode-bidi: isolate;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    padding: 0 2px;
    cursor: pointer;
    background: transparent !important;
    border: 0 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

img.mathlive-formula {
    min-height: 18px;
}

.mathlive-formula.mathlive-display {
    display: block;
    margin: 12px auto;
    text-align: center;
}
