.news-module__MlY1RW__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem;display:grid}.news-module__MlY1RW__card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;padding:2rem;transition:all .3s}.news-module__MlY1RW__card:hover{box-shadow:var(--shadow-lg);border-color:var(--purple-200);transform:translateY(-4px)}.news-module__MlY1RW__cardTop{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.news-module__MlY1RW__category{color:var(--purple-600);background:var(--purple-50);border-radius:50px;padding:4px 10px;font-size:.75rem;font-weight:600}.news-module__MlY1RW__date{color:var(--text-muted);font-size:.8rem}.news-module__MlY1RW__card h3{margin-bottom:.5rem;font-size:1.1rem}.news-module__MlY1RW__card p{color:var(--text-light);margin-bottom:.75rem;font-size:.9rem;line-height:1.6}.news-module__MlY1RW__readMore{color:var(--purple-600);font-size:.9rem;font-weight:600}@media (max-width:640px){.news-module__MlY1RW__grid{grid-template-columns:1fr}}
