.card-post{width:100%;display:flex;flex-direction:column;gap:1rem}.card-post .thumbnail{display:block;width:100%;overflow:hidden;border-radius:.5rem;position:relative}.card-post .thumbnail img{height:400px;width:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease;cursor:pointer}.card-post .thumbnail:hover img{transform:scale(1.08)}.card-post__tag{width:100%;display:flex;align-items:center;gap:1rem}.card-post .title{font-size:2rem;line-height:2.25rem;font-weight:700}.card-post .title:hover{text-decoration:underline}.card-post p{font-size:1rem;color:gray}.card-post.dark p{color:#fff}