.masonry-container{gap:10px;align-items:flex-center;width:100%;padding:0 4em;display:flex}.masonry-column{flex-direction:column;flex:1;gap:0;display:flex}.post-card-link{color:inherit;border-left:1px solid #0000;width:100%;text-decoration:none;transition:transform .2s;display:block}.post-card{text-align:left;opacity:0;will-change:transform, opacity;animation:1s cubic-bezier(.22,.9,.32,1) forwards postEntrance;animation-delay:calc(sqrt(var(--order,0)) * .2s + (var(--order,0) * 50ms));background:0 0;border:none;border-radius:8px;margin-bottom:20px;padding:16px;transform:translateY(64px)}.post-card:hover{box-shadow:0 0 24px #0003}@keyframes postEntrance{0%{opacity:0;transform:translateY(500px)}to{opacity:1;transform:translateY(0)}}.post-card-image{width:100%;height:auto;margin-bottom:1rem;display:block}.post-card-content{padding:0}.post-card h2{color:#333;margin-top:0;margin-bottom:.5rem;font-size:16px;font-weight:600;line-height:1.4}.post-card h2 a{color:#333;text-decoration:none}.post-excerpt{color:#666;text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin-top:0;margin-bottom:.75rem;font-size:13px;line-height:1.2rem}.post-meta{color:#999;margin-bottom:.75rem;font-size:12px}@media (width<=768px){.masonry-container{flex-direction:column;column-gap:15px;padding:1em}.masonry-column{display:contents}.post-card{order:var(--order,0);margin-bottom:15px}}@media (prefers-reduced-motion:reduce){.post-card{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}}
