.blog-posts{display:flex;flex-direction:column;gap:1rem}.blog-posts .post-card{background-color:#f7f7f7;border-radius:20px;cursor:pointer;padding:1rem;transition:all .3s ease}.blog-posts .post-card.active,.post-card:hover{background-color:#ece9ee}.blog-posts .post-tag{background-color:#dc1668;border-radius:10px;color:#fff;display:inline-block;font-size:13px;font-weight:400;margin-bottom:1rem;padding:5px 20px}.blog-posts .post-title{font-size:1rem;font-weight:600;margin-bottom:1rem}