.blog-index__posts{display:grid;gap:88px 32px;grid-template-columns:1fr 1fr 1fr}.blog-index__post{display:flex;flex-direction:column}.blog-index__post h2{font-size:28px;margin:8px 0}a.blog-index__post-image{background-size:cover;border-radius:16px;overflow:hidden}.blog-index__post-image img{aspect-ratio:406/228;border-radius:16px;display:block;height:auto;max-width:100%;object-fit:cover;width:100%}.blog-index__post a{text-decoration:none}.blog-index__post a:hover,.blog-index__post.hovered h2{text-decoration:underline}.blog-index__post .publish-date{margin-top:24px}.blog-index__post-content{margin-bottom:8px}.blog-index__post .summary{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;max-height:6rem;overflow:hidden;text-overflow:ellipsis}.blog-index__post-footer{align-items:flex-end;display:flex;flex-grow:1}.blog-index__post-footer .inner-footer{align-items:end;display:flex;gap:16px}.blog-index__post-footer .separator{background:#0b0b26;display:block;height:15px;width:1px}.blog-index__post-footer .reading-time{border-left:1px solid;line-height:1em;margin:7px 0;padding-left:16px;white-space:nowrap}@media (max-width:900px){.blog-index__posts{grid-template-columns:1fr 1fr}}@media (max-width:768px) and (min-width:600px){.blog-index__post-footer .inner-footer{align-items:flex-start;display:flex;flex-direction:column;gap:0}.blog-index__post-footer .separator{display:none}}@media (max-width:600px){.blog-index__posts{gap:80px;grid-template-columns:1fr}.blog-index__post-tags{margin-bottom:32px}}