
._badge_12ghk_2 {
    position: absolute;
    inset: var(--badge-inset);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
&:empty {
        display: none;
}
}
