.recent-post-grid{display:flex;flex-direction:column;gap:var(--space)}.recent-post-grid--stacked{gap:calc(var(--space)*.33)}@media (min-width:690px){.recent-post-grid:not(.recent-post-grid--stacked){flex-direction:row}}@media (min-width:1080px){.recent-post-grid:not(.recent-post-grid--stacked){gap:calc(var(--space)*1.88)}}.recent-post{aspect-ratio:1/1.125;background-color:#fff;box-shadow:4px 4px 15px 1px rgba(79,79,79,.52);display:block;position:relative}.recent-post:nth-child(1n){background-color:#649c64}.recent-post:nth-child(2n){background-color:#fd9901}.recent-post:nth-child(3n){background-color:#884a7d}.recent-post__bg{display:block;filter:grayscale(1);height:100%!important;object-fit:cover;opacity:.33;width:100%}.recent-post__title{align-items:center;display:flex;font-size:1.33em;line-height:1.2;padding:1.33em 1.33em 2.33em;top:0}.recent-post__fake-button,.recent-post__title{bottom:0;color:#fff;left:0;position:absolute;right:0}.recent-post__fake-button{background-color:rgba(50,50,50,.66);opacity:0;padding:.66em;text-align:center;transition:all .25s ease-in-out}@media (min-width:800px){.recent-post__title{font-size:1.66em}.recent-post__fake-button{padding:1.33em}}.recent-post:focus .recent-post__fake-button,.recent-post:hover .recent-post__fake-button{opacity:1}.recent-post--short{aspect-ratio:1.5/1}.recent-post--short .recent-post__title{justify-content:center;padding:1.33em;text-align:center;z-index:1}.recent-post--short .recent-post__fake-button{top:0}