.tag{border:1px solid var(--gray-steel-500);height:32px;font-family:var(--font-main);color:var(--gray-steel-900);white-space:nowrap;box-sizing:border-box;flex-shrink:0;align-items:center;gap:4px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.tag--selectable{background:var(--gray-steel-100)}.tag--read-only{background:var(--white)}.tag--clickable{cursor:pointer;transition:background .15s,border-color .15s}.tag--clickable:hover{background:var(--bg-light);border-color:var(--gray-steel-600)}.tag--selected{background:var(--dark);color:var(--white);border-color:var(--dark)}.tag--selected:hover{background:var(--dark);border-color:var(--dark)}.tag--disabled{background:var(--gray-steel-100);border-color:var(--gray-steel-400);color:var(--gray-steel-600);cursor:not-allowed}
