.blog-index{background:#f6f8f9;border-radius:40px;padding:32px}.blog-author-heading,.blog-index__post-tags .blog-index__post-tag{color:var(--color-primary)}.blog-index__post-tags .blog-index__post-tag{font-size:var(--fs-small);font-weight:700;letter-spacing:3px;text-transform:uppercase}.blog-author-heading,.blog-tag-heading{padding:0 1rem}.blog-index{display:flex;flex-wrap:wrap}.blog-index__post{border-top:1px solid #e1eaf0;display:flex;gap:24px;padding:12px 0;width:100%}.blog-index__post:first-child{border-top:0;padding-top:0}.blog-index__post-image{height:100%;max-height:120px;max-width:111px;object-fit:cover}.blog-index__post-title{font-size:1.25rem}.blog-index__post-timestamp{flex:0 0 100%;font-size:var(--fs-small);max-width:calc(100% - 30px)}.blog-index__post-timestamp-wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.blog-index__post-author{align-items:center;display:flex;font-size:var(--fs-small)}.blog-index__post-author-image{border-radius:50%;height:auto;margin-right:.35rem;width:30px}.blog-index__post-summary p:last-child{margin-bottom:0}.blog-index__post-author,.blog-index__post-image--small,.blog-index__post-tags,.blog-index__post-timestamp-wrap,.blog-index__post-title{margin:0 0 6px}.blog-index__post-content{display:flex;flex-direction:column;justify-content:center;min-height:120px;padding:8px 0}@media (max-width:480px){.blog-index__post{flex-direction:column;gap:12px}.blog-index__post-image{height:200px;max-height:unset;max-width:100%}.blog-index__post-content{padding:0}}