.page-resources-phwin-latest-game-updates {
  color: #333333; /* Dark text for default light body background */
  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-phwin-latest-game-updates__hero-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff; /* White text on dark hero content */
  padding: 0;
}

.page-resources-phwin-latest-game-updates__hero-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.6); /* Darken image for text readability */
}

.page-resources-phwin-latest-game-updates__hero-container {
  position: relative;
  width: 100%;
  height: 500px; /* Fixed height for hero section */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.page-resources-phwin-latest-game-updates__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px;
  background: rgba(0, 51, 102, 0.8); /* Semi-transparent dark blue background */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-phwin-latest-game-updates__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFCC00; /* Gold for title */
  line-height: 1.2;
}

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

.page-resources-phwin-latest-game-updates__hero-button {
  display: inline-block;
  background-color: #FFCC00; /* Gold button */
  color: #003366; /* Dark blue text */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-phwin-latest-game-updates__hero-button:hover {
  background-color: #e6b800;
  transform: translateY(-3px);
}

.page-resources-phwin-latest-game-updates__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-phwin-latest-game-updates__back-link,
.page-resources-phwin-latest-game-updates__bottom-back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-phwin-latest-game-updates__back-link:hover,
.page-resources-phwin-latest-game-updates__bottom-back-link:hover {
  color: #FFCC00;
}

.page-resources-phwin-latest-game-updates__article-heading {
  color: #003366;
  font-size: 2em;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 10px;
}

.page-resources-phwin-latest-game-updates__article-subheading {
  color: #003366;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-phwin-latest-game-updates__article-paragraph {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-phwin-latest-game-updates__feature-list,
.page-resources-phwin-latest-game-updates__game-list,
.page-resources-phwin-latest-game-updates__installation-steps,
.page-resources-phwin-latest-game-updates__optimization-tips,
.page-resources-phwin-latest-game-updates__related-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5em;
}

.page-resources-phwin-latest-game-updates__list-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-phwin-latest-game-updates__list-item::before {
  content: '⚡'; /* Unicode lightning bolt for list items */
  position: absolute;
  left: 0;
  color: #FFCC00; /* Gold icon */
  font-weight: bold;
}

.page-resources-phwin-latest-game-updates__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-phwin-latest-game-updates__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: inline-block; /* Allows centering */
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-resources-phwin-latest-game-updates__download-cta {
  text-align: center;
  margin: 40px 0;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #eee;
}

.page-resources-phwin-latest-game-updates__cta-text {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-phwin-latest-game-updates__download-button {
  display: inline-block;
  background-color: #003366; /* Dark blue button */
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-phwin-latest-game-updates__download-button:hover {
  background-color: #002244;
  transform: translateY(-3px);
}

.page-resources-phwin-latest-game-updates__related-resources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-phwin-latest-game-updates__related-heading {
  color: #003366;
  font-size: 1.8em;
  margin-bottom: 20px;
}

.page-resources-phwin-latest-game-updates__related-list .page-resources-phwin-latest-game-updates__list-item::before {
  content: '🔗'; /* Link icon */
}

.page-resources-phwin-latest-game-updates__related-list a {
  color: #003366;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.3s ease;
}

.page-resources-phwin-latest-game-updates__related-list a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-phwin-latest-game-updates__hero-container {
    height: 400px; /* Adjust hero height for mobile */
  }

  .page-resources-phwin-latest-game-updates__hero-content {
    padding: 20px;
    max-width: 90%;
  }

  .page-resources-phwin-latest-game-updates__hero-title {
    font-size: 2em;
  }

  .page-resources-phwin-latest-game-updates__hero-description {
    font-size: 1em;
  }

  .page-resources-phwin-latest-game-updates__hero-button,
  .page-resources-phwin-latest-game-updates__download-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-phwin-latest-game-updates__article-heading {
    font-size: 1.8em;
  }

  .page-resources-phwin-latest-game-updates__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-phwin-latest-game-updates__article-paragraph,
  .page-resources-phwin-latest-game-updates__list-item {
    font-size: 1em;
  }

  .page-resources-phwin-latest-game-updates__content-area {
    padding: 15px;
  }

  .page-resources-phwin-latest-game-updates__article-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-phwin-latest-game-updates__hero-container {
    height: 350px;
  }

  .page-resources-phwin-latest-game-updates__hero-title {
    font-size: 1.6em;
  }

  .page-resources-phwin-latest-game-updates__hero-description {
    font-size: 0.9em;
  }

  .page-resources-phwin-latest-game-updates__download-cta {
    padding: 20px;
  }

  .page-resources-phwin-latest-game-updates__cta-text {
    font-size: 1.1em;
  }
}