/*
 * Inline math-formula images (class "mtx") embedded in blog post body text
 * render at native size and break the post layout unless constrained.
 * Ported from the legacy app's "Blog formulas images update" fix.
 */
.info__text img.mtx {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: 100%;
}
