.post-card{background:#fff;flex-direction:column;margin-bottom:30px;display:flex}.post-image-container{background:#f0f0f0;width:100%;height:240px;margin-bottom:15px;position:relative;overflow:hidden}.post-image-container img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.post-card:hover .post-image-container img{transform:scale(1.05)}.post-content-preview{padding:10px 0}.post-meta{color:var(--light-text);text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-size:.75rem;font-weight:600}.post-meta span{margin-right:10px}.post-title{color:var(--secondary-color);margin-bottom:15px;font-size:1.4rem;font-weight:700;line-height:1.3}.post-excerpt{color:#666;margin-bottom:20px;font-size:.95rem;line-height:1.6}.read-more-btn{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:2px;padding:10px 20px;font-size:.8rem;font-weight:600;display:inline-block}.read-more-btn:hover{background:#8a2b2b}
