.cloud-word.reply-milestone,
.legend-chip.reply-milestone {
    background: #15803d;
    color: #fff;
    box-shadow: 0 0 0 3px rgba(21,128,61,0.22);
    font-weight: 800;
}

.reply-count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.35rem;
    margin-left: 0.35rem;
    padding: 0.1rem 0.38rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.9);
    color: var(--text-color);
    font-size: 0.72em;
    font-weight: 800;
}

.cloud-word.reply-milestone .reply-count-badge {
    color: #166534;
}

.weights-table .count.replied {
    color: #166534;
    font-weight: 700;
}

.weights-table .reply-milestone-row {
    background: rgba(21,128,61,0.08);
}

.weights-table .reply-milestone-count {
    display: inline-block;
    min-width: 3rem;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    background: #15803d;
    color: #fff;
}
