.pretpot-text-superscript-counter {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    line-height: 1;
}

.pretpot-text-superscript-counter__text {
    display: inline-block;
}

.pretpot-text-superscript-counter__sup {
    display: inline-block;
    font-size: 0.5em;
    line-height: 1;
    vertical-align: super;
    margin-left: 3px;
    white-space: nowrap;
}