  .tec-tag-panel{
  display: flex;
}
.tec-tag-panel-title{
  margin-right: 32px;
  white-space: nowrap;
  flex-shrink: 0;
}
.tec-tag-panel .tec-tag-list {
  flex-grow: 1;
  word-wrap: break-word;
  margin-top: 0;
}
@media screen and (max-width: 1099px) {
  .tec-tag-panel{
    flex-wrap: wrap;
  }
  .tec-tag-panel-title{
    white-space: wrap;
    flex-shrink: unset;
  }
  .tec-tag-panel .tec-tag-list {
    margin-top: 18px;
  }
}
