main{padding:4rem 0 1rem;min-height:100vh}h1{font-size:1.4rem}h2{font-size:1.2rem;margin-bottom:1.5rem}h3{font-size:1rem}img{width:100%;max-width:100%}.news-list-container{padding:40px 20px}.news-grid{display:grid;gap:20px;margin:0 auto;max-width:1200px}.news-item{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease-in-out}.news-item:hover{transform:scale(1.05)}.news-thumbnail img{width:100%;height:180px;object-fit:cover}.news-content{padding:.5rem 1rem 1rem}.news-list h3{font-size:1rem;font-weight:600;text-align:left}.news-title a{text-decoration:none;color:#111;transition:color .3s ease-in-out}.news-title a:hover{color:#13a6ff}.news-date{font-size:.9rem;color:#113e97;margin-bottom:.2rem;display:inline-block}.news-pagination{margin-top:2rem;display:flex;justify-content:center}.news-pagination .page-numbers{display:inline-block;padding:8px 12px;margin:0 4px;background:#113e97;color:#fff;border-radius:4px;text-decoration:none;transition:background .3s ease-in-out}.news-pagination .page-numbers:hover{background:#13a6ff}.back-to-home{margin-top:40px}@media (min-width:768px){main{padding:6rem 0 2rem}h1{font-size:2.4rem}h2{font-size:1.6rem;font-weight:600;margin-bottom:2rem}.news-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.news-grid{grid-template-columns:repeat(4,1fr)}}