.blog-index{display:flex;flex-wrap:wrap}.blog-index__post{border-bottom:1px solid #ddd;flex:0 0 100%;padding:.7rem 0}.blog-index__post:first-child{border-top:1px solid #ddd}@media screen and (min-width:768px){.blog-index__post--small{flex:0 0 50%}}@media screen and (min-width:1000px){.blog-index__post--small{flex:0 0 33.33333%}}@media screen and (min-width:768px){.blog-index__post--large{display:flex;flex:1 0 100%}}.blog-index__post-image{height:auto;max-width:100%}@media screen and (min-width:768px){.blog-index__post-content--large,.blog-index__post-image-wrapper--large{flex:1 1 48%}.blog-index__post-content--full-width{flex:1 1 100%;padding-left:0}}.blog-index__post-title{font-size:16px}.blog-index__post-timestamp{display:block}.blog-index__post-author{align-items:center;display:flex}.blog-index__post-author-image{border-radius:50%;height:auto;margin-right:.35rem;width:30px}.blog-index__post-author,.blog-index__post-image--small,.blog-index__post-tags,.blog-index__post-timestamp,.blog-index__post-title{margin:0 0 .7rem}.blog-index__post-timestamp{display:inline-block;font-size:15px;margin-bottom:0}.blog-index__post-tags{display:inline-block;margin-left:20px}.blog-index__post-tag{font-size:11px;margin-bottom:0;min-width:105px;padding:2px 19px;text-align:center;text-decoration:none}.blog-index__post-tag:focus,.blog-index__post-tag:hover{opacity:.8;text-decoration:none}