.badge {
    border-radius: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 7px;
    text-align: center;
    background-color: var(--color-base-accent-1);
    word-break: break-word;
    font-weight: 500;
    color: #fff;
}