.game-result-next {
  margin-block: 1.25rem;
  padding: 1rem;
  border: 1px solid var(--border-color, #d8d5ca);
  border-radius: 12px;
}
.game-result-next h3 { margin: 0 0 .5rem; }
.game-result-assistance { font-weight: 700; }
.game-result-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.game-result-actions .btn { min-height: 44px; }
.game-result-actions[hidden] { display: none; }
