/* ── Post navigation (prev / next) ───────────────────── */
.post-navigation {
  padding-block: var(--space-4);
}

.post-navigation .nav-links {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  max-width: 48%;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: var(--color-primary);
}

.post-navigation .nav-next a {
  text-align: right;
}

.post-navigation__label {
  font-size: var(--text-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
}

.post-navigation__title {
  font-weight: var(--font-weight-bold);
}
