.PostCard_postCard__tAZQW{background:var(--bg-primary);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.PostCard_postCard__tAZQW:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.PostCard_imageContainer__VdMIc{position:relative;width:100%;height:200px;overflow:hidden;background:var(--gray-100)}.PostCard_image__8j8k3{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.PostCard_postCard__tAZQW:hover .PostCard_image__8j8k3{transform:scale(1.05)}.PostCard_imagePlaceholder__ac1vq{width:100%;height:100%;background:linear-gradient(135deg,var(--primary-blue),var(--primary-orange));display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem;font-weight:700}.PostCard_categoryBadge__dglUU{position:absolute;top:12px;left:12px;background:rgba(30,64,175,.9);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;backdrop-filter:blur(4px)}.PostCard_durationBadge__wzqhp{position:absolute;bottom:12px;right:12px;background:rgba(0,0,0,.8);color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.PostCard_content__vt_jV{padding:1.5rem;flex:1;display:flex;flex-direction:column}.PostCard_title__YMb19{font-size:1.125rem;font-weight:600;color:var(--text-primary);line-height:1.4;margin-bottom:.75rem;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.PostCard_title__YMb19:hover{color:var(--primary-blue);text-decoration:none}.PostCard_description__AH_4s{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.PostCard_meta__FtHut{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-light)}.PostCard_date__2bRDc{color:var(--text-light);font-size:.75rem;font-weight:500}.PostCard_readMore__akAaH{color:var(--primary-blue);font-size:.875rem;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:.25rem;transition:all .2s ease}.PostCard_readMore__akAaH:hover{color:var(--accent-blue);text-decoration:none;gap:.5rem}.PostCard_arrow__2tNAc{width:16px;height:16px;transition:transform .2s ease}.PostCard_readMore__akAaH:hover .PostCard_arrow__2tNAc{transform:translateX(2px)}.PostCard_featured__fSLYt{background:linear-gradient(135deg,rgba(30,64,175,.05),rgba(249,115,22,.05));border:1px solid var(--primary-blue)}.PostCard_featured__fSLYt .PostCard_categoryBadge__dglUU{background:var(--primary-orange)}.PostCard_featured__fSLYt .PostCard_title__YMb19{color:var(--primary-blue)}@media(max-width:480px){.PostCard_imageContainer__VdMIc{height:180px}.PostCard_content__vt_jV{padding:1rem}.PostCard_title__YMb19{font-size:1rem}.PostCard_description__AH_4s{font-size:.8125rem}.PostCard_meta__FtHut{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(min-width:768px)and (max-width:1024px){.PostCard_imageContainer__VdMIc{height:160px}.PostCard_title__YMb19{font-size:1rem}}