.article__meta-tags {
  position: absolute;
  z-index: 20;
}

.article__meta-tags #custom-blog-tag {
  padding: 8px;
}

#custom-blog-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.article__meta-tags #custom-blog-tag a,
.article__meta-tags #custom-blog-tag a:hover {
  padding: 4px 8px;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
