.kb-article-keywords {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  margin: 10px 0 20px;
  color: var(--env-font-color-muted);
}

.kb-article-keywords ul {
  display: flex;
  flex: 1 1;
  flex-wrap: wrap;
  column-gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.kb-article-keywords i {
  align-items: center;
  height: 24px;
  font-size: 18px;
}

.kb-article-keywords a {
  font-size: 0.875rem;
  line-height: 1.71;
  color: currentcolor;
}

.kb-article-keywords a span {
  text-decoration: underline;
}

.kb-article-keywords-empty {
  display: none;
  font-style: italic;
  color: var(--env-element-danger-background-color);
}

.sv-edit-mode .kb-article-keywords-empty {
  display: block;
}
