.taxonomy-post_tag.is-style-tags-pill a {
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: var(--wp--preset--color--gray-700);
  background-color: var(--wp--preset--color--gray-100);
  border-radius: 5px;
  padding: 10px 15px;
}

.taxonomy-post_tag.is-style-tags-pill a:hover {
  color: var(--wp--preset--color--black);
}

.taxonomy-post_tag.is-style-tags-pill a:not(:last-of-type) {
  margin-right: 10px;
}

.taxonomy-post_tag.is-style-tags-pill .wp-block-post-terms__separator {
  display: none;
}

@media (max-width: 767px) {
  .taxonomy-post_tag.is-style-tags-pill a:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
