.Tag {
  display: inline-block;
  margin: 0;
  padding: 0;
  hyphens: manual;
}

.Tag a {
  align-items: center;
  /* border-radius: 0.5rem; */
  display: block;
  font-variant-caps: all-small-caps;
  text-decoration: none;
  color: var(--link);
  border: 1px solid var(--link);
  border-radius: 0.25rem;
  line-height: 1;
  padding: 0.15rem var(--size-small) 0.35rem;
  hyphens: manual;
}
.Tag a:hover {
  background-color: var(--link);
  color: white;
  border-color: white;
}
/* .Tags a[aria-current="page"] {
  font-weight: 800;
  outline: 0.25rem solid;
} */
