.tag{grid-column-gap:var(--_spacing---space--1);grid-row-gap:var(--_spacing---space--1);border-top-left-radius:var(--radius--round);border-top-right-radius:var(--radius--round);border-bottom-left-radius:var(--radius--round);border-bottom-right-radius:var(--radius--round);background-color:var(--_theme---button-primary--background);color:var(--_theme---button-primary--text);line-height:var(--_typography---line-height--heading);text-align:var(--_text-align---direction,center);justify-content:center;align-items:center;width:fit-content;padding:.6rem .75rem;display:flex}.tag:where([data-variant=text]){color:var(--_theme---text);background-color:var(--swatch--transparent);border-radius:0;padding:.15em 0}.tag_wrap{z-index:var(--z-content);justify-content:var(--_align-items---direction,start);flex-flow:row;display:flex;position:relative}.tag_text{font-family:var(--_typography---font--ui-family);font-size:var(--_typography---font-size--text-small);font-weight:var(--_typography---font--weight-bold);letter-spacing:.08em;text-transform:uppercase;margin-top:0;margin-bottom:0}.tag_dot{border-top-left-radius:var(--radius--round);border-top-right-radius:var(--radius--round);border-bottom-left-radius:var(--radius--round);border-bottom-right-radius:var(--radius--round);background-color:currentColor;width:.6em;height:.6em;display:none}[data-variant=text]>.tag_dot{color:var(--_theme---button-primary--background);display:block}.tag:where([data-size=small]){padding:.4rem .6rem}.tag:where([data-size=small])>.tag_text{font-size:calc(var(--_typography---font-size--text-small) * .85);letter-spacing:.1em}.tag:where([data-size=small])>.tag_dot{width:.45em;height:.45em}.tag:where([data-pulse])>.tag_dot{animation:2s ease-in-out infinite tag-dot-pulse}@keyframes tag-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}
