/* Knowledge Base article pages — back link + category tag row (shared) */
.kb-article-nav-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 12px;
  margin-bottom: 32px;
  justify-content: flex-start;
}

.page-title-wrap .kb-article-nav-row {
  justify-content: center;
}

.kb-article-nav-row .back-link {
  margin-bottom: 0;
}

.kb-article-nav-row .article-tag {
  margin-bottom: 0;
}
