.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: grey;
  margin-top: 0.25rem; /* small space under the article */
  font-size: 0.60rem;  /* smaller, more reasonable text */
}

.article-tags .tag.active {
  background-color: rgb(216, 216, 216);
  color: grey;
}