.tag-select{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;margin-top:12px}.tag-select .item{flex:0 1 auto;border:1px solid #333;border-radius:10px;padding:8px;cursor:pointer;text-decoration:none}.tag-select .item.active{background-color:#E4E4E4}.tag-select .item:hover{background-color:#E4E4E4}