.game-comments {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #dee2e6;
}

.game-comments h3,
.game-comments h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #111;
}

.game-comments-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.game-comment {
  padding: 0.9rem 0;
  border-bottom: 1px solid #e9ecef;
}

.game-comment:last-child {
  border-bottom: none;
}

.game-comment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;
  margin-bottom: 0.35rem;
  font-size: 0.85rem;
}

.game-comment-author {
  font-weight: 700;
  color: #111;
}

.game-comment-text {
  color: #495057;
  white-space: pre-wrap;
}

.game-comments-empty {
  color: #6c757d;
}

.game-comments-form {
  margin-top: 1rem;
}

.game-comments-status {
  margin-bottom: 0.75rem;
}
