.page-resources-205pub-game-security-guide {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-205pub-game-security-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0; /* Hero section itself doesn't need padding-top here if main has it */
}

.page-resources-205pub-game-security-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly dim the background image for text readability */
}

.page-resources-205pub-game-security-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.page-resources-205pub-game-security-guide__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-205pub-game-security-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-205pub-game-security-guide__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A1A1A;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-205pub-game-security-guide__hero-button:hover {
  background-color: #e6c200;
  color: #000000;
}

.page-resources-205pub-game-security-guide__article-section {
  padding: 60px 20px;
  background-color: #1A1A1A; /* Auxiliary dark background */
}

.page-resources-205pub-game-security-guide__article-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.page-resources-205pub-game-security-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  width: 100%; /* Occupy full width */
}

.page-resources-205pub-game-security-guide__back-link:hover {
  color: #ffffff;
}

.page-resources-205pub-game-security-guide__article-content {
  flex: 3;
  min-width: 300px;
  max-width: 800px; /* Content width for readability */
  margin-right: auto;
  font-size: 1.1em;
}

.page-resources-205pub-game-security-guide__article-heading {
  color: #FFD700;
  font-size: 2.2em;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-205pub-game-security-guide__sub-heading {
  color: #FFD700;
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-205pub-game-security-guide__article-content p {
  margin-bottom: 1em;
}

.page-resources-205pub-game-security-guide__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.page-resources-205pub-game-security-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-205pub-game-security-guide__list li {
  margin-bottom: 0.5em;
}

.page-resources-205pub-game-security-guide__highlight-box {
  background-color: rgba(255, 215, 0, 0.1);
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
}

.page-resources-205pub-game-security-guide__highlight-box h4 {
  color: #FFD700;
  margin-top: 0;
  font-size: 1.3em;
}

.page-resources-205pub-game-security-guide__cta-box {
  background-color: #333333;
  padding: 40px;
  text-align: center;
  margin: 50px 0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}

.page-resources-205pub-game-security-guide__cta-box p {
  font-size: 1.3em;
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-resources-205pub-game-security-guide__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A1A1A;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-205pub-game-security-guide__cta-button:hover {
  background-color: #e6c200;
  color: #000000;
}

.page-resources-205pub-game-security-guide__related-resources {
  flex: 1;
  min-width: 280px;
  background-color: #333333;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  align-self: flex-start;
}

.page-resources-205pub-game-security-guide__aside-heading {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-205pub-game-security-guide__related-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-205pub-game-security-guide__related-list li {
  margin-bottom: 15px;
}

.page-resources-205pub-game-security-guide__related-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.05em;
  transition: color 0.3s ease;
}

.page-resources-205pub-game-security-guide__related-list a:hover {
  color: #FFD700;
}

.page-resources-205pub-game-security-guide__aside-promo-button {
  display: block;
  background-color: #FFD700;
  color: #1A1A1A;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-205pub-game-security-guide__aside-promo-button:hover {
  background-color: #e6c200;
  color: #000000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-205pub-game-security-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-205pub-game-security-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-205pub-game-security-guide__article-container {
    flex-direction: column;
    gap: 20px;
  }

  .page-resources-205pub-game-security-guide__article-content,
  .page-resources-205pub-game-security-guide__related-resources {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .page-resources-205pub-game-security-guide__article-content img {
    max-width: 100%; /* Ensure images don't overflow */
    height: auto;
  }

  /* Ensure all images within content area are responsive and not too small */
  .page-resources-205pub-game-security-guide img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-205pub-game-security-guide__hero-content {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .page-resources-205pub-game-security-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-205pub-game-security-guide__hero-description {
    font-size: 0.9em;
  }

  .page-resources-205pub-game-security-guide__hero-button,
  .page-resources-205pub-game-security-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-205pub-game-security-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-205pub-game-security-guide__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-205pub-game-security-guide__article-section {
    padding: 30px 15px;
  }

  .page-resources-205pub-game-security-guide__highlight-box {
    padding: 15px;
  }

  .page-resources-205pub-game-security-guide__cta-box {
    padding: 25px;
  }
}