.page-index-hot-games-recommendation {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF; /* Matches body background from shared.css */
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-index-hot-games-recommendation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-hot-games-recommendation__section {
  padding: 60px 0;
  text-align: center;
}

.page-index-hot-games-recommendation__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-index-hot-games-recommendation__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
}

.page-index-hot-games-recommendation__text-white {
  color: #FFFFFF !important;
}

.page-index-hot-games-recommendation__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #017439;
}