html {
	word-break: break-all;
}
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: initial;
}

.p-posts-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  margin-bottom: 2em;
}
.p-posts-navigation__item {
  padding: 1em 0.5em;
  max-width: 45%;
  line-height: 1.6;
}
.p-posts-navigation__item span {
  display: block;
  color: #b0afa9;
  margin-bottom: 0.5em;
}
.p-posts-navigation__item a {
  text-decoration: underline;
}
.p-posts-navigation__item.next {
  text-align: right;
}