/* Counter rendered by js/shared/char-counter.js under every textarea[maxlength]. */
.char-counter {
    font-size: 11px;
    color: #94a3b8;
    text-align: right;
    margin-top: 4px;
    line-height: 1.2;
}

.char-counter-full {
    color: #dc2626;
    font-weight: 600;
}
