.tms-counted-field {
    display: block;
    position: relative;
    min-width: 0;
    width: 100%;
}
.tms-counted-field > input,
.tms-counted-field > textarea {
    width: 100%;
    padding-bottom: 1rem;
}
.tms-character-counter {
    position: absolute;
    right: 6px;
    bottom: 2px;
    max-width: calc(100% - 12px);
    padding: 0 3px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 12px;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    color: #495057;
    background: #fff;
    pointer-events: none;
}
.tms-character-counter[data-level="yellow"] { color: #594800; background: #fff0a6; }
.tms-character-counter[data-level="orange"] { color: #702d00; background: #ffd1a1; }
.tms-character-counter[data-level="purple"] { color: #fff; background: #7936a6; }
.tms-character-counter[data-level="red"] { color: #fff; background: #b42332; }
.tms-counted-field > .tms-limit-exceeded { border-color: #b42332; }
