/** Annotated Keywords addition to the search results. */
.annotated-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}
.annotated-keywords .annotated-keyword-item {
  border: 1px solid #ccc;
  border-radius: 7px;
  background-color: #fff;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
}
.annotated-keywords .annotated-keyword-item .highlight {
  font-style: normal;
  background-color: yellow;
}
.annotated-keywords .annotated-keywords-see-more, .annotated-keywords .annotated-keywords-see-less {
  font-size: 12px;
}

.btn-link-style {
  padding: 0;
  margin: 0;
  color: #54678c;
  text-decoration: none;
  background: none;
  border: none;
}
.btn-link-style:hover, .btn-link-style:focus {
  text-decoration: underline;
}
.btn-link-style[disabled] {
  color: #aaa;
}

.highlight {
  font-style: normal;
  background-color: yellow;
}
