.game-selection {
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 1px solid #b88737;
  border-left-width: 3px;
  background: rgb(184 135 55 / 0.12);
  color: inherit;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  overflow-wrap: anywhere;
}

.game-selection > strong {
  display: block;
  font-size: 0.875rem;
}

.game-selection > p {
  margin: 8px 0 12px;
  font: inherit;
  white-space: pre-line;
}

.game-selection > a {
  color: inherit;
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
