/* =========================================================
   BG TAG CLOUD
========================================================= */

.bg-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1.5rem 0;
}

.bg-tag-cloud a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  line-height: 1.2;
}

.bg-tag-cloud a:hover {
  text-decoration: none;
}

/* =========================================================
   BG RELATED POSTS
========================================================= */

.bg-related-posts {
  margin-top: 2.5rem;
}

.bg-related-item {
  margin-bottom: 6px;
}

.bg-related-item a {
  font-weight: 600;
  text-decoration: underline;
}
