.badgeLarge_R3Eyx {
    width: 32px;
    height: 32px;
}

.badgeSmall_tUf2f {
    position: relative;
    left: -10px;

    background-color: var(--sp-color-badge-bg-info);
    color: var(--sp-color-badge-bg-primary);
    /* here for now as there is a bug in the badge implementation requiring this due to iconOnly
     * conflicting with kind=small */
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
}

.negativeRightMargin_hnOOw {
    margin-right: -10px;
}

.negativeTopMargin_A13aV {
    margin-top: -10px;
}

.iconMinWidth_3LMsH {
    min-width: var(--sp-size-150);
}

.inAppLink_jyv5c {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
