.post-list-navigation { background-color: var(--light-grey); padding-left: var(--padding); padding-right: var(--padding); padding-top: calc(var(--section_space) - 45px); padding-bottom: calc(var(--section_space) - 45px); }
@media (max-width: 1079px) { .post-list-navigation { padding-left: var(--padding-tablet); padding-right: var(--padding-tablet); } }
@media (max-width: 699px) { .post-list-navigation { padding-left: var(--padding-mobile); padding-right: var(--padding-mobile); } }
@media (max-width: 699px) { .post-list-navigation { padding-top: calc(var(--section_space) - 50px); padding-bottom: calc(var(--section_space) - 50px); } }
.post-list-navigation .inner { max-width: var(--wrap-regular); margin-left: auto; margin-right: auto; overflow-y: auto; white-space: nowrap; z-index: 1; display: flex; align-items: center; flex-direction: row; flex-wrap: nowrap; }
@media (max-width: 699px) { .post-list-navigation .inner { overflow-y: unset; } }
.post-list-navigation .inner strong { padding-right: 20px; }
.post-list-navigation .inner ul { display: inline-flex; flex-direction: row; flex-wrap: nowrap; list-style: none; padding: 0; margin: 0; }
.post-list-navigation .inner ul li a { white-space: nowrap; padding: 0 10px; }
.post-list-navigation .inner ul li a.active { color: var(--highlight-darker); }
.post-list-navigation .inner ul li.current-cat a { color: var(--highlight-darker); }
@media (max-width: 699px) { .post-list-navigation .inner .desktop-nav { display: none; } }
.post-list-navigation .inner .mobile-nav { display: none; width: 100%; }
@media (max-width: 699px) { .post-list-navigation .inner .mobile-nav { display: block; } }
