.gpm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.gpm-card {
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.gpm-card-date {
  font-size: 1em;
  font-weight: bold;
  color: #555;
  margin-bottom: 12px;
}
.gpm-card-matchup, .gpm-card-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 12px;
}
.gpm-card-matchup .logo, .gpm-card-score .logo {
  height: 40px;
  width: auto;
}
.gpm-card-spread {
  color: #CC5500;
  font-weight: bold;
  font-size: 0.95em;
}