@charset "UTF-8";.post-navigation{padding:3.75rem 0;position:relative;overflow:hidden}.post-navigation .grunge-wave{color:var(--theme-base-neutral);z-index:-1}@media (min-width: 992px){.post-navigation{padding:5rem 0}}.post-navigation__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.post-navigation__grid{grid-template-columns:repeat(3,1fr);gap:1.875rem}}.post-navigation__card{background:var(--theme-base-light);border-radius:var(--theme-radius);box-shadow:var(--theme-xs-shadow);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--theme-transition),background var(--theme-transition)}.post-navigation__card:hover{box-shadow:var(--theme-sm-shadow);background:var(--theme-base-lighter)}.post-navigation__card-empty{background:var(--theme-base-light);border-radius:var(--theme-radius);box-shadow:var(--theme-xs-shadow);overflow:hidden;display:flex;flex-direction:column;opacity:.5}.post-navigation__card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.post-navigation__card-link:hover,.post-navigation__card-link:focus-visible{text-decoration:none}.post-navigation__card-link:hover .post-navigation__card-title,.post-navigation__card-link:focus-visible .post-navigation__card-title{color:var(--theme-primary-color)}.post-navigation__card-link:hover .post-navigation__card-arrow svg,.post-navigation__card-link:focus-visible .post-navigation__card-arrow svg{transform:translate(.5rem)}.post-navigation__card-image{aspect-ratio:16/9;overflow:hidden;border-radius:var(--theme-radius) var(--theme-radius) 0 0;flex-shrink:0;background:var(--theme-base-neutral)}.post-navigation__card-image picture,.post-navigation__card-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-navigation__card-image--archive{background:var(--theme-secondary-color)}.post-navigation__card-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-navigation__card-placeholder{width:100%;height:100%;background:var(--theme-base-neutral)}.post-navigation__card-body{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem 1.25rem;flex:1}.post-navigation__card-title{font-family:var(--theme-text-ff);font-weight:700;font-size:var(--theme-h5-fs);line-height:1.5;color:var(--theme-secondary-color);transition:color var(--theme-transition)}.post-navigation__card-title--muted{color:var(--theme-text-color-alternative);font-weight:400}.post-navigation__card-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem;height:1.25rem}.post-navigation__card-arrow svg{width:1.25rem;height:1.25rem;fill:var(--theme-secondary-color);transition:transform var(--theme-transition)}
