.tags-wrapper .tag-elem.reset-button svg {
  width: 15px;
  height: 15px;
}

.tags-wrapper .tag-elem.reset-button span {
  display: inline-block;
  margin-left: 0.3em;
}

.tags-wrapper .tag-elem.reset-button svg,
.tags-wrapper .tag-elem.reset-button span {
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  .tags-wrapper .tag-elem.reset-button svg {
    width: 12px;
    height: 12px;
  }
}
