.post_tag {
  /* margin-bottom: 25px; */
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.post_tag a {
  font-size: 14px;
  background-color: #f1f1f1;
  color: #212121;
  padding: 2px 10px;
  display: inline-block;
  transition: all 0.3s ease;
}

.post_tag a:is(:hover, :focus) {
  background-color: #212121;
  color: #f1f1f1;
}

/* Post tag Underlined */
.post_tag_underlined a {
  text-decoration: underline;
}
