.add-percent .percent-symbol {
  display: inline-block;         /* keep it on the same line */
  width: auto;
  vertical-align: baseline;      /* align with the 98’s baseline */
  margin-left: 0.1em;            /* small gap between number and % */
  font-weight: 700;              /* make it bold */
  color: inherit;                /* use the same color as the number */
  line-height: 1;                /* keep alignment tight */
}