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

/* Platform update cards matching Xbox page */
.xbox-updates-section{
  max-width:1120px;
  margin:24px auto 34px;
  padding:0 18px;
}
.xbox-updates-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:14px;
}
.xbox-updates-head h2{
  margin:0;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  color:#fff;
  text-shadow:0 0 12px rgba(0,245,255,.35);
}
.xbox-updates-head p{
  margin:5px 0 0;
  color:#bfefff;
  font-weight:700;
}
.xbox-updates-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.xbox-update-card{
  border:1px solid rgba(0,245,255,.75);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(8,17,36,.96),rgba(4,10,23,.98));
  box-shadow:0 0 22px rgba(0,245,255,.12);
  padding:18px;
  min-height:190px;
}
.xbox-update-card .update-date{
  display:inline-block;
  color:#00f5ff;
  font-weight:900;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:10px;
}
.xbox-update-card h3{
  margin:0 0 8px;
  color:#fff;
  font-size:20px;
}
.xbox-update-card p{
  color:#dff9ff;
  line-height:1.45;
  margin:0 0 14px;
}
.xbox-update-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  background:linear-gradient(90deg,#8b5cf6,#ff2de2);
  color:#fff;
  text-decoration:none;
  font-weight:900;
}
@media(max-width:900px){
  .xbox-updates-grid{grid-template-columns:1fr;}
  .xbox-updates-head{align-items:flex-start;flex-direction:column;}
}

.showcase-title,.featured-title,.hero-title,.showcase-slide h2,.showcase-content h2{
font-size:clamp(2rem, 4.1vw, 4.2rem) !important;
line-height:1.05!important;
white-space:normal!important;
overflow:visible!important;
text-overflow:clip!important;
max-width:520px!important;
}
