body.pokemon-go {
  --accent: #366548;
  --bg: #f4f6ef;
  --surface: #fff;
  --text: #23432e;
  background: #f4f6ef;
  color: #23432e;
}
body.pokemon-go .card {
  border-color: #d7e2cd;
  background: #fff;
  border-radius: 12px;
}
body.pokemon-go .button {
  background: #2b5c40;
  color: #fff;
}
body.pokemon-go .site-header {
  background: #183a2a;
  color: #f2f5ec;
}
body.pokemon-go h1 {
  letter-spacing: -1.5px;
}
body.pokemon-go .go-public-hero {
  background: #e5edd9;
  padding: 35px;
  border-radius: 16px;
  margin: 25px 0;
}
body.pokemon-go .go-public-hero h2 {
  font-size: 30px;
  margin-top: 0;
}
body.pokemon-go .go-public-note {
  border-left: 3px solid #8faa72;
  padding: 12px 18px;
  background: #eaf0e1;
}
body.pokemon-go .game-nav {
  overflow-x: auto;
  white-space: nowrap;
}
body.pokemon-go .card .meta {
  font-size: 12px;
}
body.pokemon-go .go-public-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
body.pokemon-go .card-grid {
  margin-top: 22px;
}

body.pokemon-go .go-public-event-image {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 7px;
  margin-bottom: 15px;
}
