.featured-posts-module{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:90px;padding:2rem 0}.post-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease}.post-card:hover{transform:translateY(-4px)}.post-card a{color:inherit;text-decoration:none}.post-image img{height:200px;object-fit:cover;width:100%}.post-content{padding:1.5rem}.post-content h3{color:#0270e0;font-size:1.25rem;margin:0 0 1rem}.post-content p{color:#000;line-height:1.6;margin:0 0 1rem}.post-date{color:#999;display:block;font-size:.875rem;margin-bottom:20px}