/* Centralised from 3 repeated inline copies across GameHarbor. */

.gh-latest-platform-news{
  max-width:1200px;
  margin:28px auto 70px;
  padding:0 18px;
}
.gh-latest-platform-news h2{
  color:#fff;
  font-size:clamp(26px,4vw,44px);
  margin:0 0 20px;
  letter-spacing:.03em;
}
.gh-platform-news-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}
.gh-platform-news-card-grid .gh-news-card{
  background:linear-gradient(180deg,#111b3d,#0c1026);
  border:1px solid rgba(0,223,240,.25);
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
.gh-platform-news-card-grid .gh-news-card h3{
  color:#fff;
  margin:0 0 10px;
  font-size:22px;
}
.gh-platform-news-card-grid .gh-news-card p{
  color:#cbd5ff;
  line-height:1.5;
  margin:0 0 18px;
}
.gh-platform-news-card-grid .gh-news-card a{
  color:#00f0ff;
  font-weight:800;
  text-decoration:none;
}
.gh-platform-news-card-grid .gh-news-card a:hover{text-decoration:underline;}
