 
.post-nav-btn{font-family:var(--sof-secondary-font); font-size:20px; line-height:1; color:var(--sof-blue-dark); text-transform:uppercase; letter-spacing:0.2em; display:flex; align-items:center; gap:22px;}
.post-nav-btn:hover{transform:scale(1.05); color:var(--sof-blue-light);}
.post-nav-btn:not([href]) {cursor: not-allowed; opacity: 0; visibility: hidden;}
 
/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) {
}

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) { 
     
}

/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) { 
    .next-prev-all-container .btn.btn-xl{min-width: auto;}
}

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { }