.blog-post{display:flex;flex-flow:column;gap:32px}.blog-post .blog-post__infos{align-items:center;display:flex;flex-flow:row wrap;gap:8px;justify-content:flex-start}.blog-post .blog-post__featured-image .image-container{box-shadow:0 15px 40px 0 #01021d29}.blog-post__category{background:#000;color:#fce800;font-family:Oswald,sans-serif;font-weight:500;line-height:1;padding:4px;text-transform:uppercase}.blog-post__date{color:#707070}.blog-post__tags{align-items:center;display:flex;flex-flow:row wrap;gap:8px;justify-content:flex-start}.blog-post__tag{border:1px solid #0842e8;border-radius:50px;color:#0842e8;line-height:1;padding:5px 10px}.blog-post .blog-post__separator{all:unset;background-color:#707070;height:1px;width:100%}