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

.page-resources-mnl77-game-guide__hero-section {
  position: relative;
  width: 100%;
  min-height: 500px; /* Ensure hero section has a minimum height */
  overflow: hidden;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Fixed header offset for PC */
}

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

.page-resources-mnl77-game-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.page-resources-mnl77-game-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-mnl77-game-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-mnl77-game-guide__cta-button {
  display: inline-block;
  background-color: #FCBC45; /* Login button color for CTA */
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-mnl77-game-guide__cta-button:hover {
  background-color: #E0A73C;
}

.page-resources-mnl77-game-guide__article-content {
  padding: 60px 20px;
  background-color: #FFFFFF;
}

.page-resources-mnl77-game-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.page-resources-mnl77-game-guide__table-of-contents {
  flex: 0 0 250px;
  background-color: #F8F8F8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  align-self: flex-start;
  position: sticky;
  top: calc(var(--header-offset, 120px) + 20px); /* Stick below header */
}

.page-resources-mnl77-game-guide__toc-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}

.page-resources-mnl77-game-guide__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-mnl77-game-guide__toc-list ul {
  padding-left: 15px;
  margin-top: 5px;
}

.page-resources-mnl77-game-guide__toc-list li {
  margin-bottom: 8px;
}

.page-resources-mnl77-game-guide__toc-link {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  padding: 3px 0;
}

.page-resources-mnl77-game-guide__toc-link:hover {
  color: #FCBC45;
}

.page-resources-mnl77-game-guide__article {
  flex: 1;
  max-width: 700px; /* Content width for comfortable reading */
}

.page-resources-mnl77-game-guide__article-meta {
  font-size: 0.9em;
  color: #666666;
  margin-bottom: 30px;
}

.page-resources-mnl77-game-guide__article-heading {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-mnl77-game-guide__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-mnl77-game-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-mnl77-game-guide__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min size */
  min-height: 200px; /* Enforce min size */
}

.page-resources-mnl77-game-guide__article-list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-mnl77-game-guide__article-numbered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-mnl77-game-guide__article-list li,
.page-resources-mnl77-game-guide__article-numbered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-mnl77-game-guide__article-link {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-mnl77-game-guide__article-link:hover {
  color: #E0A73C;
}

.page-resources-mnl77-game-guide__blockquote {
  background-color: #F0F8FF;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555555;
  border-radius: 5px;
}

.page-resources-mnl77-game-guide__cta-button--inline {
  margin-top: 20px;
}

.page-resources-mnl77-game-guide__cta-button--full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-mnl77-game-guide__related-resources {
  margin-top: 50px;
  border-top: 1px solid #E0E0E0;
  padding-top: 30px;
}

.page-resources-mnl77-game-guide__related-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-mnl77-game-guide__related-list {
  list-style: none;
  padding: 0;
}

.page-resources-mnl77-game-guide__related-list li {
  margin-bottom: 10px;
}

.page-resources-mnl77-game-guide__related-link {
  color: #FCBC45;
  text-decoration: none;
  font-size: 1.1em;
}

.page-resources-mnl77-game-guide__related-link:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-mnl77-game-guide__container {
    flex-direction: column;
  }

  .page-resources-mnl77-game-guide__table-of-contents {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }

  .page-resources-mnl77-game-guide__article {
    max-width: 100%;
  }
}

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

  .page-resources-mnl77-game-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-mnl77-game-guide__hero-content {
    padding: 20px;
  }

  .page-resources-mnl77-game-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-mnl77-game-guide__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-mnl77-game-guide__article-paragraph,
  .page-resources-mnl77-game-guide__article-list li,
  .page-resources-mnl77-game-guide__article-numbered-list li {
    font-size: 1em;
  }

  /* Mobile content area image constraint */
  .page-resources-mnl77-game-guide img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-mnl77-game-guide__hero-section {
    min-height: 400px; /* Ensure hero section has a minimum height on mobile */
  }
  
  /* The padding-top for --header-offset is already set in default styles and will apply */
}

@media (max-width: 480px) {
  .page-resources-mnl77-game-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-mnl77-game-guide__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-mnl77-game-guide__article-content {
    padding: 30px 15px;
  }

  .page-resources-mnl77-game-guide__hero-content {
    padding: 15px;
  }
}