.st-post-adjacent-nav{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem;padding-top:2rem}.st-post-adjacent-nav a{color:inherit;text-decoration:none;transition:color .3s ease-in-out}.st-post-adjacent-nav a:hover{color:var(--color-primarypal-100, #005eb8)}.st-post-adjacent-nav__link{display:inline-flex;align-items:center;gap:1rem;min-height:100%}.st-post-adjacent-nav__link--prev{justify-self:start}.st-post-adjacent-nav__link--next{justify-self:end;flex-direction:row-reverse;text-align:right}.st-post-adjacent-nav__content{display:flex;flex-direction:column}.st-post-adjacent-nav__link--next .st-post-adjacent-nav__content{align-items:end}.st-post-adjacent-nav__icon{width:35px;flex:0 0 35px}.st-post-adjacent-nav__icon--next{transform:rotateY(180deg)}.st-post-adjacent-nav__label{font-size:16px;font-weight:700;margin-bottom:2px;text-transform:uppercase}.st-post-adjacent-nav__title{font-size:14px}.st-post-adjacent-nav__empty{min-height:1px}@media(max-width: 640px){.st-post-adjacent-nav{grid-template-columns:1fr}.st-post-adjacent-nav__link--next{justify-self:start;flex-direction:row;text-align:left}.st-post-adjacent-nav__link--next .st-post-adjacent-nav__content{align-items:start}.st-post-adjacent-nav__icon--next{transform:none}}