.badge{--badge-translate: 0em 0em;--badge-height: 1.5em;--badge-min-width: var(--badge-height);--badge-padding: .45em;--badge-font-weight: 700;--badge-background-color: var(--primary);--color: var(--color-foreground)}.badge__label{display:flex;align-items:center;justify-content:center;min-width:var(--badge-min-width);height:var(--badge-height);padding-inline:var(--badge-padding);white-space:nowrap;font-size:.9em;font-weight:var(--badge-font-weight);border-radius:100px;background-color:var(--badge-background-color)}.badge__label:is([data-count="0"],[data-count=""]){display:none}.badge__label:before{content:attr(data-count)}
