.dw-badge {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.dw-badge-label {
    color: var(--text-text_primary);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dw-badge-count {
    display: flex;
    height: 24px;
    padding: 4px 8px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-radius: 24px;
    border: 1px solid var(--border-border-dark);
    background: var(--button-bt_light);
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    letter-spacing: 0.56px;
    line-height: normal;
}