.view-game-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.8125rem 1.25rem;
  background: #ffffff;
  border: 1px solid #111827;
  color: #111827;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 300ms ease, color 300ms ease, border-color 300ms ease;
}

.view-game-link:hover {
  background: #cfe8ff;
  border-color: #c0c0c0;
  color: #111827;
}

.game-card{
  max-width: 100%;
  width: 100%;
  justify-self: stretch;
  display: block;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}


.game-card.card-bg {
  background: #fff2eb;
}

.game-description {
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.games-page-copy-block {
  margin-top: 2rem;
}

.games-section-title {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.75rem;
  width: 100%;
  text-align: center;
  flex-wrap: nowrap;
}

.games-section-text {
  font-size: 2.25rem !important;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-width: 0;
}

.games-section-logo {
  height: 3rem !important;
  width: auto !important;
  display: block;
  flex: 0 0 auto;
}
