/* Remove separator in post-meta */
.post-meta > *:not(:first-child)::before {
  content: "";
  margin: 0;
}