.count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 9px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    font-family: 'JetBrains Mono', monospace;
    min-width: 28px;
    margin-right: 6px;
    white-space: nowrap;
    vertical-align: middle;
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.35);
}

.count-line {
    display: block;
    margin: 3px 0;
    line-height: 1.7;
}
