.page-resources-popular-game-strategies-tips {
  color: #333333; /* Dark text for 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 */
  background-color: #FFFFFF;
}

.page-resources-popular-game-strategies-tips__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-popular-game-strategies-tips__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-popular-game-strategies-tips__hero-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-resources-popular-game-strategies-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.page-resources-popular-game-strategies-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
}

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

.page-resources-popular-game-strategies-tips__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-popular-game-strategies-tips__button {
  display: inline-block;
  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;
  white-space: nowrap;
}

.page-resources-popular-game-strategies-tips__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-popular-game-strategies-tips__button--register:hover {
  background-color: #f0f0f0;
  color: #000000;
}

.page-resources-popular-game-strategies-tips__button--explore {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-popular-game-strategies-tips__button--explore:hover {
  background-color: #e0a73d;
  color: #000000;
}

.page-resources-popular-game-strategies-tips__button--join-now {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-popular-game-strategies-tips__button--join-now:hover {
  background-color: #e0a73d;
  color: #000000;
}

.page-resources-popular-game-strategies-tips__button--return-resources {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  margin-top: 30px;
}

.page-resources-popular-game-strategies-tips__button--return-resources:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.page-resources-popular-game-strategies-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  gap: 40px;
}

.page-resources-popular-game-strategies-tips__article-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.page-resources-popular-game-strategies-tips__table-of-contents {
  flex-shrink: 0;
  width: 280px;
  padding: 20px;
  border-left: 1px solid #eee;
  position: sticky;
  top: calc(var(--header-offset, 120px) + 20px);
  align-self: flex-start;
}

.page-resources-popular-game-strategies-tips__toc-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-popular-game-strategies-tips__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-popular-game-strategies-tips__toc-list li {
  margin-bottom: 10px;
}

.page-resources-popular-game-strategies-tips__toc-list li a {
  color: #555555;
  text-decoration: none;
  font-size: 0.95em;
  transition: color 0.3s ease;
}

.page-resources-popular-game-strategies-tips__toc-list li a:hover,
.page-resources-popular-game-strategies-tips__toc-list li a.active {
  color: #FCBC45;
}

.page-resources-popular-game-strategies-tips__toc-list ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
}

.page-resources-popular-game-strategies-tips__article-content {
  max-width: 800px;
  margin-right: auto;
  flex-grow: 1;
}

.page-resources-popular-game-strategies-tips__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-popular-game-strategies-tips__article-subheading {
  font-size: 1.8em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-popular-game-strategies-tips__article-content p {
  font-size: 1.1em;
  margin-bottom: 1.2em;
  color: #444444;
}

.page-resources-popular-game-strategies-tips__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.1);
  min-width: 200px; /* Ensure content images are not too small */
  min-height: 200px;
}

.page-resources-popular-game-strategies-tips__cta-banner {
  position: relative;
  margin: 50px 0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}

.page-resources-popular-game-strategies-tips__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-popular-game-strategies-tips__cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  max-width: 700px;
  color: #FFFFFF;
}

.page-resources-popular-game-strategies-tips__cta-title {
  font-size: 2em;
  margin-bottom: 15px;
  color: #FCBC45;
}

.page-resources-popular-game-strategies-tips__cta-description {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-resources-popular-game-strategies-tips__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  text-align: center;
}

.page-resources-popular-game-strategies-tips__related-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 25px;
}

.page-resources-popular-game-strategies-tips__related-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-resources-popular-game-strategies-tips__related-list li {
  margin-bottom: 10px;
}

.page-resources-popular-game-strategies-tips__related-list li a {
  color: #555555;
  text-decoration: none;
  font-size: 1.05em;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-resources-popular-game-strategies-tips__related-list li a:hover {
  background-color: #f0f0f0;
  color: #000000;
  border-color: #bbb;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-popular-game-strategies-tips__content-area {
    flex-direction: column;
    gap: 20px;
  }

  .page-resources-popular-game-strategies-tips__table-of-contents {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #eee;
    position: static;
    top: auto;
  }

  .page-resources-popular-game-strategies-tips__article-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-popular-game-strategies-tips__hero-title {
    font-size: 2.5em;
  }

  .page-resources-popular-game-strategies-tips__hero-description {
    font-size: 1em;
  }

  .page-resources-popular-game-strategies-tips__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-popular-game-strategies-tips__button {
    width: 100%;
    padding: 12px 20px;
  }

  .page-resources-popular-game-strategies-tips__article-heading {
    font-size: 1.8em;
  }

  .page-resources-popular-game-strategies-tips__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-popular-game-strategies-tips__article-content p {
    font-size: 1em;
  }

  .page-resources-popular-game-strategies-tips__article-image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive and do not cause overflow */
  }

  .page-resources-popular-game-strategies-tips__cta-title {
    font-size: 1.5em;
  }

  .page-resources-popular-game-strategies-tips__cta-description {
    font-size: 0.95em;
  }

  .page-resources-popular-game-strategies-tips__related-list {
    flex-direction: column;
    align-items: center;
  }

  /* Ensure no horizontal scrolling */
  .page-resources-popular-game-strategies-tips {
    overflow-x: hidden;
  }
}