.usage-bar-container {
    width: 80px;
    height: 8px;
    background-color: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.usage-bar {
    height: 100%;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.usage-percent {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    margin-left: 6px;
    vertical-align: middle;
}

.employee-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #059669;
    color: #fff;
    border-radius: 12px;
    padding: 2px 8px 2px 10px;
    font-size: 12px;
}

.chip-remove {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 2px;
    font-size: 10px;
    opacity: 0.8;
}

.chip-remove:hover {
    opacity: 1;
}
