.page-resources-gme777-game-strategies {
  color: #333333; /* Dark text for default white body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-gme777-game-strategies__hero-section {
  position: relative;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #000080; /* Deep blue background for hero */
  color: #ffffff;
  text-align: center;
}

.page-resources-gme777-game-strategies__hero-container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.page-resources-gme777-game-strategies__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  filter: brightness(0.8); /* Slightly darkens image for text readability without changing color hue */
}

.page-resources-gme777-game-strategies__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-gme777-game-strategies__hero-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-gme777-game-strategies__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-gme777-game-strategies__hero-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #000080; /* Dark blue text on gold button */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-gme777-game-strategies__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-gme777-game-strategies__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-gme777-game-strategies__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000080; /* Dark blue link */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-gme777-game-strategies__back-link:hover {
  color: #FFD700; /* Gold on hover */
}

.page-resources-gme777-game-strategies__article {
  margin-bottom: 40px;
}

.page-resources-gme777-game-strategies__article-heading {
  font-size: 2em;
  color: #000080; /* Dark blue heading */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-gme777-game-strategies__article-subheading {
  font-size: 1.5em;
  color: #000080; /* Dark blue subheading */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-gme777-game-strategies__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #333333;
}

.page-resources-gme777-game-strategies__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-gme777-game-strategies__article-cta-button {
  display: block;
  width: fit-content;
  margin: 40px auto;
  background-color: #FFD700; /* Gold button */
  color: #000080; /* Dark blue text on gold button */
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-gme777-game-strategies__article-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-gme777-game-strategies__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-gme777-game-strategies__related-heading {
  font-size: 1.8em;
  color: #000080;
  margin-bottom: 20px;
}

.page-resources-gme777-game-strategies__resource-list {
  list-style: none;
  padding: 0;
}

.page-resources-gme777-game-strategies__resource-item {
  margin-bottom: 10px;
}

.page-resources-gme777-game-strategies__resource-item a {
  color: #000080;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-gme777-game-strategies__resource-item a:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-gme777-game-strategies__hero-title {
    font-size: 2em;
  }

  .page-resources-gme777-game-strategies__hero-description {
    font-size: 1em;
  }

  .page-resources-gme777-game-strategies__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-gme777-game-strategies__content-area {
    margin: 20px auto;
    padding: 15px;
  }

  .page-resources-gme777-game-strategies__article-heading {
    font-size: 1.6em;
  }

  .page-resources-gme777-game-strategies__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-gme777-game-strategies__article-paragraph,
  .page-resources-gme777-game-strategies__resource-item a {
    font-size: 0.95em;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-gme777-game-strategies img, 
  .page-resources-gme777-game-strategies__hero-image {
    max-width: 100%;
    height: auto;
  }
}