.page-resources-2024-hot-games-trends {
  color: #333333; /* Dark text for light background */
  background-color: #FFFFFF;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-2024-hot-games-trends__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  padding-bottom: 40px;
}

.page-resources-2024-hot-games-trends__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-2024-hot-games-trends__hero-container {
  position: relative;
  max-width: 1920px; /* Max width for the hero image container */
  margin: 0 auto;
}

.page-resources-2024-hot-games-trends__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
}

.page-resources-2024-hot-games-trends__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-2024-hot-games-trends__intro-paragraph {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-2024-hot-games-trends__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-2024-hot-games-trends__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  min-width: 150px;
  text-align: center;
}

.page-resources-2024-hot-games-trends__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-2024-hot-games-trends__button--register:hover {
  background-color: #F0F0F0;
  color: #333333;
}

.page-resources-2024-hot-games-trends__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-2024-hot-games-trends__button--login:hover {
  background-color: #E0A83B;
  color: #000000;
}

.page-resources-2024-hot-games-trends__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-2024-hot-games-trends__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-2024-hot-games-trends__back-link:hover {
  color: #E0A83B;
}

.page-resources-2024-hot-games-trends__article {
  margin-bottom: 50px;
}

.page-resources-2024-hot-games-trends__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-2024-hot-games-trends__sub-heading {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-2024-hot-games-trends__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-2024-hot-games-trends__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px;
}

.page-resources-2024-hot-games-trends__strategy-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-2024-hot-games-trends__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-2024-hot-games-trends__list-item strong {
  color: #000000;
}

.page-resources-2024-hot-games-trends__cta-buttons--inline {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-2024-hot-games-trends__button--download {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-2024-hot-games-trends__button--download:hover {
  background-color: #E0A83B;
}

.page-resources-2024-hot-games-trends__cta-section {
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #E0E0E0;
}

.page-resources-2024-hot-games-trends__cta-heading {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-2024-hot-games-trends__cta-text {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-resources-2024-hot-games-trends__button--join-now {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  padding: 15px 35px;
  font-size: 1.2em;
}

.page-resources-2024-hot-games-trends__button--join-now:hover {
  background-color: #E0A83B;
}

.page-resources-2024-hot-games-trends__related-articles {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #E0E0E0;
}

.page-resources-2024-hot-games-trends__related-heading {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-2024-hot-games-trends__related-list {
  list-style-type: none;
  padding: 0;
}

.page-resources-2024-hot-games-trends__related-item {
  margin-bottom: 10px;
}

.page-resources-2024-hot-games-trends__related-item a {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-2024-hot-games-trends__related-item a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-2024-hot-games-trends__hero-content {
    max-width: 90%;
    padding: 15px;
  }

  .page-resources-2024-hot-games-trends__main-title {
    font-size: 2em;
  }

  .page-resources-2024-hot-games-trends__intro-paragraph {
    font-size: 1em;
  }

  .page-resources-2024-hot-games-trends__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-2024-hot-games-trends__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-2024-hot-games-trends__content-area {
    padding: 20px 15px;
  }

  .page-resources-2024-hot-games-trends__article-heading {
    font-size: 1.6em;
  }

  .page-resources-2024-hot-games-trends__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-2024-hot-games-trends__article-paragraph,
  .page-resources-2024-hot-games-trends__list-item,
  .page-resources-2024-hot-games-trends__cta-text,
  .page-resources-2024-hot-games-trends__related-item a {
    font-size: 1em;
  }

  .page-resources-2024-hot-games-trends__article-image {
    max-width: 100%;
    height: auto;
  }

  /* Critical: Prevent mobile overflow for all images in content area */
  .page-resources-2024-hot-games-trends img {
    max-width: 100%;
    height: auto;
  }
}