.blog-card{overflow:hidden;border-bottom:1px solid grey;min-width:0;display:flex;flex-direction:column}.blog-card-link{display:block;flex:1 1;display:flex;flex-direction:column}.blog-card-image-wrapper{position:relative;width:90%;margin-left:auto;margin-right:auto;aspect-ratio:16/9;overflow:hidden;border-radius:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s ease}.blog-card-link:hover .blog-card-image-wrapper{box-shadow:0 4px 12px rgba(0,0,0,.15)}.blog-card-image{transition:transform .3s ease;width:100%;height:auto;object-fit:cover;display:block}.blog-card-link:hover .blog-card-image{transform:scale(1.05)}.blog-card-title{margin-top:1rem;transition:-webkit-text-decoration .7s ease;transition:text-decoration .7s ease;transition:text-decoration .7s ease,-webkit-text-decoration .7s ease;color:white;text-align:center;min-height:3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-link:hover .blog-card-title{text-decoration:underline}.blog-card-excerpt{margin-top:.5rem;color:white;opacity:.9}@media (min-width:1024px){.blog-card-image-wrapper{aspect-ratio:4/3;height:200px}}.hash-link{text-decoration:none;transition:width .7s ease;color:white}.hash-link:hover{text-decoration:underline;opacity:.7}.blog-grid{display:grid;width:100%;min-width:0;grid-gap:1.5rem;gap:1.5rem}@media (min-width:640px){.blog-grid{grid-template-columns:repeat(2,1fr)}}.blog-skeleton-card{height:300px;background:linear-gradient(90deg,#e2e2e2,#f5f5f5 50%,#e2e2e2);background-size:200% 100%;animation:shimmer .7s ease-in-out infinite}.skeleton-img,.skeleton-line,.skeleton-title{background:linear-gradient(90deg,#3a3a3a,#4a4a4a 50%,#3a3a3a);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:8px}.skeleton-img{width:90%;margin-left:auto;margin-right:auto;aspect-ratio:16/9;border-radius:.5rem}@media (min-width:1024px){.skeleton-img{aspect-ratio:4/3;height:200px}}.skeleton-title{width:70%;height:2rem;border-radius:4px;margin:1rem auto}.skeleton-line{width:100%;height:1.5rem;margin-top:.5rem;border-radius:4px;margin-bottom:1rem}.skeleton-line.short{width:60%;margin-bottom:1rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}