.badge {
    margin-bottom: 3px;
    border-radius: 100px;
    padding: 6px $spacing-s;

    text-transform: uppercase;
    line-height: normal;
    font-size: $font-xs;

    &--grey {
        background: $neutral-95;
    }

    &--red {
        background: $red-1;
    }

    &--green {
        background: $green-2;
    }
}