.blurred-math-protection-field {
  word-wrap: normal; }
  .blurred-math-protection-field label {
    position: relative; }
    .blurred-math-protection-field label .calc {
      display: inline-block;
      padding: 0 4px;
      background-color: #eeeeee;
      line-height: 1.5; }
      .blurred-math-protection-field label .calc .calc-elem {
        position: relative;
        display: inline-block;
        width: 2ch;
        font-family: monospace; }
        .blurred-math-protection-field label .calc .calc-elem.calc-elem--no-one {
          text-align: right; }
        .blurred-math-protection-field label .calc .calc-elem.calc-elem--operator {
          width: 1ch; }
        .blurred-math-protection-field label .calc .calc-elem.calc-elem--no-two {
          text-align: left; }
        .blurred-math-protection-field label .calc .calc-elem .calc-elem__extra-elem {
          position: absolute;
          display: inline-block;
          top: 0;
          left: 0;
          width: inherit;
          background-color: #eeeeee; }
          .blurred-math-protection-field label .calc .calc-elem .calc-elem__extra-elem.calc-elem__extra-elem--before::before {
            content: attr(data-content); }
          .blurred-math-protection-field label .calc .calc-elem .calc-elem__extra-elem.calc-elem__extra-elem--after::after {
            content: attr(data-content); }
