/*
Component-level designer overrides.
Use this for reusable buttons, badges, tabs, cards, alerts, and dropdowns.
*/

.erp-badge {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: var(--ui-small-button-font-size, 12px);
    font-weight: 700;
    line-height: 1;
    min-height: 24px;
    padding: 4px 10px;
    white-space: nowrap;
}

.erp-actions {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--erp-gap-sm, 8px);
}

