.baseTag{background:var(--bg-primary);border:1px solid var(--border-secondary);border-radius:8px;align-items:center;gap:2px;display:inline-flex}.baseTag.action:hover,.baseTag.closable:hover{background:var(--bg-secondary)}.baseTag.action:hover .baseTag-text,.baseTag.closable:hover .baseTag-text{color:var(--text-primary)}.baseTag.sm{padding:2px 6px}.baseTag.sm.closable{padding:1px 2px 1px 6px}.baseTag.sm.withLogo{padding-top:1px;padding-bottom:1px;padding-left:1px}.baseTag.sm.withLogo .baseTag-text{letter-spacing:-.21px;font-size:14px;line-height:20px}.baseTag.sm .baseTag-text{letter-spacing:-.18px;font-size:12px;line-height:18px}.baseTag.md{padding:4px 8px}.baseTag.md.closable{padding:4px 4px 4px 10px}.baseTag.md.withLogo{padding-top:4px;padding-bottom:4px;padding-left:3px}.baseTag.md .baseTag-text,.baseTag.md.withLogo .baseTag-text{letter-spacing:-.21px;font-size:14px;line-height:20px}.baseTag.action{background:var(--bg-primary);border:1px solid var(--border-secondary);gap:0;overflow:clip}.baseTag.action.sm{border-radius:6px;padding:0}.baseTag.action.md{border-radius:8px;padding:0}.baseTag.action .baseTag-content{border-right:1px solid var(--border-secondary)}.baseTag.action .baseTag-text{color:var(--text-secondary);letter-spacing:-.21px;font-size:14px;font-weight:500;line-height:20px}.baseTag.action.sm .baseTag-content{gap:2px;padding:2px}.baseTag.action.md .baseTag-content{gap:2px;padding:4px}.baseTag.action .baseTag-actionButton:active,.baseTag.action .baseTag-actionButton:hover{background:var(--button-secondary-grey-bg-hover)}.baseTag.content{background:var(--bg-primary);border:none;border-right:1px solid var(--border-secondary);gap:0;overflow:clip}.baseTag.content.md,.baseTag.content.sm{border-radius:0;padding:0}.baseTag.content .baseTag-text{color:var(--text-primary);letter-spacing:-.21px;font-size:14px;font-weight:500;line-height:20px}.baseTag.content.sm .baseTag-content{gap:2px;padding:2px}.baseTag.content.md .baseTag-content{gap:2px;padding:4px}.baseTag.content:hover{background:var(--bg-secondary)}.baseTag.content.md:hover,.baseTag.content.sm:hover{border-radius:0}.baseTag.button{cursor:pointer;background:0 0;border:none;border-radius:0;gap:0;overflow:clip}.baseTag.button.md,.baseTag.button.sm{padding:0}.baseTag.button .baseTag-text{color:var(--text-tertiary);letter-spacing:-.21px;font-size:14px;font-weight:500;line-height:20px}.baseTag.button.sm .baseTag-content{gap:2px;padding:2px 4px}.baseTag.button.md .baseTag-content{gap:2px;padding:4px 6px}.baseTag.button:hover{background:var(--bg-secondary)}.baseTag.button:hover .baseTag-text{color:var(--text-secondary)}.baseTag-content{align-items:center;gap:3px;min-width:0;display:flex}.baseTag-text{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.baseTag-close.baseIcon{cursor:pointer}.baseTag-close.baseIcon.sm:hover{color:var(--text-primary)}.baseTag-actionButton{cursor:pointer;align-items:center;display:inline-flex}.baseTag.md .baseTag-actionButton{padding:4px 6px}.baseTag.sm .baseTag-actionButton{padding:2px 4px}.baseTag.disabled{pointer-events:none}.baseTag.disabled .baseTag-text{color:var(--text-disabled)}.baseTag.disabled .baseTag-actionButton .baseIcon.tertiary,.baseTag.disabled .baseTag-close.baseIcon.sm{color:var(--fg-disabled)}.baseTag.disabled.action{background:var(--bg-disabled);border-color:var(--border-disabled)}
