.posts{display:flex;flex-direction:column}.post__wrapper{padding:.5rem 0;width:100%}.post{background-color:#fff;border:2px solid #f1f2f2;border-radius:1rem;box-shadow:0 1px 2px rgb(16 24 40/5%);padding:2rem}.post__tags{margin-bottom:1rem}.post__tag-link{background-color:#f1f2f2;border-radius:.25rem;margin-right:.5rem;padding:.25rem .5rem}.post__tag-link,.post__tag-link:active,.post__tag-link:focus,.post__tag-link:hover{text-decoration:none}.post__title{margin-bottom:.5rem}.post__title a{text-decoration:none}.post__meta{display:flex;flex-direction:row;font-size:.875rem;justify-content:space-between}@media (max-width:767px){.post{padding:1rem}.post__meta{flex-direction:column}}