:root{--group-badge-background: var(--group-light-interactive-on-light-surface-brand-1);--group-badge-disabled-background: var(--group-light-interactive-on-light-surface-brand-1-disabled);--group-badge-radius: var(--group-radius-rounded);--group-badge-text-color: var(--group-light-text-on-dark);--group-badge-font-size: var(--group-text-size-5);--group-badge-font-weight: var(--group-font-weight-bold);--group-badge-font-family: var(--group-font-family-text)}:root[data-theme=dark]{--group-badge-background: var(--group-dark-interactive-on-dark-surface-brand-1);--group-badge-disabled-background: var(--group-dark-interactive-on-dark-surface-brand-1-disabled);--group-badge-text-color: var(--group-dark-text-on-dark)}.group-badge{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-flex;justify-content:center;align-items:center;min-width:1.5rem;height:1.5rem;border-radius:var(--group-badge-radius);background:var(--group-badge-background);padding:.25rem}.group-badge--disabled{background:var(--group-badge-disabled-background);color:var(--group-badge-text-color)}.group-badge--size-small{width:.75rem;max-width:.75rem;min-width:.75rem;height:.75rem}.group-badge--size-large{width:2rem;height:2rem}.group-badge--background-grey{background:var(--group-badge-background)}.group-badge--position-card,.group-badge--position-button{position:absolute;right:-0.5rem;top:-0.5rem}.group-badge--position-tabs{margin-top:-0.25rem;position:absolute;right:-1.625rem}.group-badge--position-tabs.group-badge--size-small{right:-1rem}span.group-badge__label{font-weight:var(--group-badge-font-weight) !important;font-family:var(--group-badge-font-family),sans-serif !important;font-size:var(--group-badge-font-size) !important;color:var(--group-badge-text-color);line-height:1.5rem !important;hyphens:auto}span.group-badge__label--hidden{display:none !important}span.group-badge__label--color-grey{color:var(--group-badge-text-color)}.group-badge__icon--hidden{display:none !important}