/* HEY LOOK HERE - NOTE - if you're adding a custom variable, make sure '!default' in not at the end, otherwise,
 Bootstrap will enforce the factory default color */
.tags-list a.label-search-tag {
  background-image: none;
  border: 1px solid #efefef;
  margin: 3px 0 3px 5px;
  padding: 4px 6px;
  border-radius: 0.25em;
  white-space: nowrap;
}
.tags-list a.label-search-tag.long-text {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
.tags-list a.label-search-tag.short-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tags-list a.label-search-tag:hover {
  text-decoration: underline;
}
.tags-list a.label-search-tag i {
  color: #7c7c7c;
}

/*# sourceMappingURL=LibraryContent~eba9e571.e35a446d.chunk.css.map*/