.card-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;transition:transform .3s}.card img{height:200px;object-fit:cover;width:100%}.card-content{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:15px}.card-title{color:#333;font-size:20px;margin-bottom:10px}.read-button{background-color:#007bff;border-radius:5px;color:#fff;font-size:16px;margin-top:auto;padding:10px 15px;text-align:center;text-decoration:none;transition:background-color .3s}.read-button:hover{background-color:#0056b3}.articles-hyper ul{list-style:none;margin:20px 0 0;padding:5px}.articles-hyper ul li{margin-bottom:10px}.articles-hyper ul li a{color:#0070f3;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s ease}.articles-hyper ul li a:hover{color:#0051a3;text-decoration:underline}