.search-suggestion{position:absolute;top:42px;z-index:999;width:20vw;height:auto}.suggestion-box{background-color:#f5f7fa;width:100%;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.suggestion-section{margin-bottom:16px}.suggestion-section:last-child{margin-bottom:0}.suggestion-header{display:flex;justify-content:space-between;margin-bottom:8px;font-weight:700}.suggestion-tags{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.suggestion-tags .tagItem{display:flex;align-items:center;white-space:nowrap;max-width:200px;overflow:hidden}.suggestion-tags .tagItem .ant-tag-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:160px}.suggestion-tags .tagItem:hover{background-color:#f0f0f0}