:root {
  --vt88-primary-color: #11A84E;
  --vt88-secondary-color: #22C768;
  --vt88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --vt88-card-bg: #11271B;
  --vt88-background-color: #08160F;
  --vt88-text-main: #F2FFF6;
  --vt88-text-secondary: #A7D9B8;
  --vt88-border-color: #2E7A4E;
  --vt88-glow-color: #57E38D;
  --vt88-gold-color: #F2C14E;
  --vt88-divider-color: #1E3A2A;
  --vt88-deep-green-color: #0A4B2C;
}

.page-blog-n-h-game-selection {
  font-family: 'Arial', sans-serif;
  color: var(--vt88-text-main);
  background-color: var(--vt88-background-color);
}

.page-blog-n-h-game-selection__section {
  padding: 60px 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.page-blog-n-h-game-selection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}