.page-resources-boss77-popular-game-strategies {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: 'Arial', sans-serif;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-boss77-popular-game-strategies__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px; /* Ensure hero section has a minimum height */
}

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

.page-resources-boss77-popular-game-strategies__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(10, 25, 47, 0.7); /* Main color with transparency */
  border-radius: 10px;
}

.page-resources-boss77-popular-game-strategies__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

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

.page-resources-boss77-popular-game-strategies__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Accent color */
  color: #0A192F; /* Main color for text on accent background */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-boss77-popular-game-strategies__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-boss77-popular-game-strategies__content-area {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  display: flex;
  gap: 40px;
}

.page-resources-boss77-popular-game-strategies__toc-nav {
  flex: 0 0 250px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: calc(var(--header-offset, 120px) + 20px);
  align-self: flex-start;
  max-height: calc(100vh - var(--header-offset, 120px) - 40px);
  overflow-y: auto;
}

.page-resources-boss77-popular-game-strategies__toc-title {
  font-size: 1.5em;
  color: #0A192F;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

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

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

.page-resources-boss77-popular-game-strategies__toc-link {
  text-decoration: none;
  color: #333333;
  font-size: 1em;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
}

.page-resources-boss77-popular-game-strategies__toc-link:hover,
.page-resources-boss77-popular-game-strategies__toc-link:focus {
  color: #FFD700;
}

.page-resources-boss77-popular-game-strategies__toc-sublist {
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
}

.page-resources-boss77-popular-game-strategies__toc-sublist li {
  margin-bottom: 5px;
}

.page-resources-boss77-popular-game-strategies__article-content {
  flex: 1;
  max-width: 700px; /* Content width for comfortable reading */
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-boss77-popular-game-strategies__article-subtitle {
  font-size: 2em;
  color: #0A192F;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-boss77-popular-game-strategies__article-subheading {
  font-size: 1.5em;
  color: #0A192F;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-boss77-popular-game-strategies__paragraph {
  font-size: 1.1em;
  margin-bottom: 1em;
}

.page-resources-boss77-popular-game-strategies__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-boss77-popular-game-strategies__list-item {
  margin-bottom: 0.5em;
}

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

.page-resources-boss77-popular-game-strategies__cta-section {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px dashed #cccccc;
}

.page-resources-boss77-popular-game-strategies__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.page-resources-boss77-popular-game-strategies__return-link {
  display: inline-block;
  margin-top: 20px;
  color: #0A192F;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-boss77-popular-game-strategies__return-link:hover {
  color: #FFD700;
}

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

  .page-resources-boss77-popular-game-strategies__toc-nav {
    flex: none;
    width: 100%;
    position: static;
    max-height: none;
    overflow-y: visible;
  }

  .page-resources-boss77-popular-game-strategies__article-content {
    max-width: 100%;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-boss77-popular-game-strategies__hero-title {
    font-size: 2.2em;
  }

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

  .page-resources-boss77-popular-game-strategies__article-subtitle {
    font-size: 1.7em;
  }

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

  .page-resources-boss77-popular-game-strategies__paragraph,
  .page-resources-boss77-popular-game-strategies__list-item {
    font-size: 0.95em;
  }

  /* Mobile content image constraint */
  .page-resources-boss77-popular-game-strategies__article-content img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure min size is still respected */
    min-height: 200px; /* Ensure min size is still respected */
  }

  .page-resources-boss77-popular-game-strategies__toc-nav {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-boss77-popular-game-strategies__hero-title {
    font-size: 1.8em;
  }

  .page-resources-boss77-popular-game-strategies__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-boss77-popular-game-strategies__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-boss77-popular-game-strategies__article-content {
    padding: 15px;
  }
}