.chip {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 8px;
    border-radius: 8px;
    color: #fff;
    background: var(--color-secondary);
    font-weight: 600;
    text-overflow: ellipsis;
    border: none;
    text-align: center;
}


.chip-success {
    background-color: var(--color-success-button-secondary);
    color: var(--color-success);
}