.input-assist {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-top: 5px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.4;
}

.input-assist[hidden] {
    display: none;
}

.input-assist-counter {
    margin-left: auto;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.input-assist-counter.is-near-limit {
    color: #b45309;
    font-weight: 700;
}

.input-assist-counter.is-at-limit {
    color: #b91c1c;
    font-weight: 800;
}
