.taxonomy-post_tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.taxonomy-post_tag a {
  font-size: var(--wp--preset--font-size--small);
  background-color: var(--wp--preset--color--light-gray);
  line-height: 1;
  padding: 0.55rem 0.625rem;
  border-radius: 5px;
}

.taxonomy-post_tag a:hover {
  background-color: var(--wp--preset--color--deep-blue);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

.taxonomy-post_tag .wp-block-post-terms__separator {
  display: none;
}
