button.moreTags{background-color:transparent;border-radius:24px;border:1px solid var(--brand-pink);color:var(--white);cursor:pointer;height:36px;line-height:36px;text-shadow:black 1px 0 5px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;width:36px;display:flex;align-items:center;justify-content:center}button.moreTags:hover{background-color:#ff536d66}button.moreTags.less svg{margin-bottom:0;transform:rotate(45deg)}button.moreTags .PulseCircle{position:absolute;z-index:-1}.TagFeedbackNotice .Tooltip{left:calc(var(--left) + 13px)!important;padding:16px;display:flex;flex-direction:column}.TagFeedbackNotice .Tooltip .Button{margin-top:12px;align-self:flex-end}.TagFeedbackNotice-Message{max-width:150px}.tagButton{border-radius:24px;color:var(--white);display:flex;align-items:center;height:36px;padding:0 12px;text-decoration:none;text-shadow:black 1px 0 5px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;white-space:nowrap;background:transparent;cursor:pointer}.tagButton:hover,.tagButton.selected{background-color:#ff536d66}.tagButton.tag{border:1px solid var(--brand-pink)}.tagButton.niche{border:1px solid var(--white);padding:0 6px}.tagButton .tagContainer{display:flex;align-items:center;gap:6px}.tagButton .tagContainer .icon{border-radius:50%;display:block;overflow:hidden}.tagButton .tagContainer .text{font:var(--s1-medium)}.tagButtonFeedback{justify-content:space-between;padding-right:8px;border:1px solid var(--brand-pink);font:var(--s1-medium)}.tagButtonFeedback.isIrrelevant{opacity:.4}.tagButtonFeedback svg{width:16px;height:16px;margin:4px}.tagList{margin-top:.5rem;margin-bottom:.5rem;overflow:hidden;display:flex;flex-flow:row wrap;gap:.5rem;transition:max-height .5s,min-height .5s ease-out;position:relative}.tagList.collapsed .tagButton.hidden,.tagList.collapsed .less,.tagList.expanded .more,.tagList.nomore .more,.tagList.nomore .less{display:none}.tagList.withFeedback.nomore .more,.tagList.withFeedback.nomore .less{display:flex}.tagList.withFeedback.expanded .more,.tagList.withFeedback.collapsed .less{display:none}.tagList .tagListLoader{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%}.tagList.withTooltip{padding:30px 0;margin-top:-21px;margin-bottom:-21px;max-height:inherit!important}