/* ============================================================
   COMPONENTS: BADGES
   Small status and count indicators
   ============================================================ */

.ds-badge {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: var(--ds-font-size-xs);
    font-weight: var(--ds-font-weight-semibold);
    line-height: 1;
    color: var(--ds-text-inverse);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

