.post-card{display:flex}.post-card .image-container{flex:1 1;min-width:200px}.post-card .content,.post-card .header{display:flex;gap:1rem}.post-card .content{flex:5 1;padding:24px;color:#666;flex-direction:column;justify-content:space-between}.post-card .content h2{font-size:1.25rem;margin:0 0 .5rem;line-height:1.5}.post-card .content a{transition:.2s}.post-card .content a h2{color:var(--color-secondary)}.post-card .content a:hover h2{color:var(--color-active)}.post-card .content .body{padding:.5rem 0;display:flex;flex-direction:column;justify-content:space-between}.post-card .content .footer{font-size:.9rem;display:flex;gap:1rem}.post-card figure{position:relative}@media (max-width:768px){.post-card{flex-direction:column}.post-card figure{width:100%;height:200px}}