body .badge {
    border-radius: var(--atmr-border-radius-full);
    display: flex;
    padding: 0px var(--atmr-spacing-2x);
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    color: var(--fg-defaul);
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    font-size: inherit;
}
body .badge-light {
    background: var(--neutral-container-default);
}

body .badge-success {
    color: #fff;
}

body .badge-danger {
    color: #fff;
}