.post-nav{margin:0 0 4.3em}.post-nav :is(.prev,.next){position:relative;width:47%}.post-nav .next{float:right;text-align:right}.post-nav a{align-items:center;display:flex;text-decoration:none}.post-nav .prev,.post-nav .prev a{float:left}.post-nav .next a{float:right}.post-nav .arrow{border-radius:var(--theme_rounded);color:#fff;display:block;float:left;height:56px;min-height:56px;min-width:56px;overflow:hidden;position:relative;text-align:center;text-decoration:none;transition:margin .3s linear;width:56px}.post-nav .prev .arrow{margin-right:1em}.post-nav .next .arrow{float:right;margin-left:1em;order:2}.post-nav .prev a:hover .arrow{margin-right:1.5em}.post-nav .next a:hover .arrow{margin-left:1.5em}.post-nav .next a{justify-content:end;margin-right:auto}.post-nav .next .arrow:before,.post-nav .prev .arrow:before{border:2px solid transparent;border-top-color:inherit;content:"";font-size:1.7em;height:.65em;left:50%;margin-left:-15px;margin-top:-11px;opacity:0;position:absolute;text-decoration:none;top:50%;width:.55em;z-index:1}.post-nav .next .arrow:before{border-right-color:inherit;transform:rotate(45deg)}.post-nav .prev .arrow:before{border-left-color:inherit;transform:rotate(-45deg)}.post-nav .next .arrow:after,.post-nav .prev .arrow:after{background-color:rgba(0,0,0,.3);content:"";display:block;height:100%;opacity:0;position:absolute;right:100%;top:0;transition:.3s linear;width:100%}.post-nav .prev .arrow:after{left:100%}.post-nav .arrow .featimg{background-size:cover;display:block;height:100%;transition:.3s linear;width:100%}.post-nav .prev a:hover span:before{animation:arrow-prev 1s infinite;animation-timing-function:linear}.post-nav .next a:hover span:before{animation:arrow-next 1s infinite;animation-timing-function:linear}.post-nav a:hover>.arrow .featimg{transform:scale(1.3)}.post-nav .next a:hover .arrow:before,.post-nav .prev a:hover .arrow:before{opacity:1}.post-nav .prev a:hover .arrow:after{left:0;opacity:1}.post-nav .next a:hover .arrow:after{opacity:1;right:0}@keyframes arrow-prev{0%,to{left:50%}50%{left:30%}}@keyframes arrow-next{0%,to{left:50%}50%{left:70%}}@media(max-width:680px){.post-nav :is(.prev,.next){clear:both;display:block;margin-bottom:10px;width:100%}}