/* ── Suggested GM Games (inside move list) ─────────── */

.sg-section {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.sg-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dim);
  margin-bottom: 0.6rem;
}

.sg-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}

.sg-card:hover {
  border-color: var(--red-dim);
  background: rgba(255, 10, 43, 0.06);
}

.sg-players {
  font-size: 0.82rem;
  line-height: 1.4;
}

.sg-white {
  color: var(--text);
}

.sg-vs {
  color: var(--text-muted);
  font-size: 0.72rem;
}

.sg-black {
  color: var(--text);
}

.sg-meta {
  font-size: 0.7rem;
  color: var(--text-dim);
  margin-top: 0.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sg-back-btn {
  width: 100%;
}
