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

.page-resources-troubleshooting-gamezone-login__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  text-align: center;
}

.page-resources-troubleshooting-gamezone-login__hero-container {
  position: relative;
  width: 100%;
  max-width: 1400px; /* Constrain hero content width */
  margin: 0 auto;
  padding: 20px;
}

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

.page-resources-troubleshooting-gamezone-login__hero-content {
  position: relative;
  z-index: 1;
  color: #ffffff; /* Light text for dark hero image */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for readability */
  border-radius: 8px;
}

.page-resources-troubleshooting-gamezone-login__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold accent for title */
}

.page-resources-troubleshooting-gamezone-login__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-troubleshooting-gamezone-login__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-troubleshooting-gamezone-login__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
}

.page-resources-troubleshooting-gamezone-login__button--primary {
  background-color: #FFD700; /* Gold */
  color: #0A1931; /* Dark Blue */
}

.page-resources-troubleshooting-gamezone-login__button--primary:hover {
  background-color: #e0b000; /* Darker Gold */
  transform: translateY(-2px);
}

.page-resources-troubleshooting-gamezone-login__button--secondary {
  background-color: #0A1931; /* Dark Blue */
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-resources-troubleshooting-gamezone-login__button--secondary:hover {
  background-color: #1a2c4e; /* Lighter Dark Blue */
  transform: translateY(-2px);
}

.page-resources-troubleshooting-gamezone-login__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-troubleshooting-gamezone-login__breadcrumbs {
  font-size: 0.9em;
  margin-bottom: 30px;
  color: #666666;
}

.page-resources-troubleshooting-gamezone-login__breadcrumb-link {
  color: #0A1931;
  text-decoration: none;
}

.page-resources-troubleshooting-gamezone-login__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-troubleshooting-gamezone-login__breadcrumb-current {
  font-weight: bold;
  color: #333333;
}

.page-resources-troubleshooting-gamezone-login__article-heading {
  font-size: 2.2em;
  color: #0A1931; /* Dark Blue */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-troubleshooting-gamezone-login__article-subheading {
  font-size: 1.6em;
  color: #0A1931; /* Dark Blue */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-troubleshooting-gamezone-login__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-troubleshooting-gamezone-login__keyword {
  font-weight: bold;
  color: #E02B2B; /* Accent Red */
}

.page-resources-troubleshooting-gamezone-login__article-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-troubleshooting-gamezone-login__article-list-item {
  margin-bottom: 10px;
}

.page-resources-troubleshooting-gamezone-login__nested-list {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-resources-troubleshooting-gamezone-login__nested-list-item {
  margin-bottom: 5px;
}

.page-resources-troubleshooting-gamezone-login__article-image {
  width: 100%; /* Ensures image fits container */
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum width for content images */
  min-height: 200px; /* Minimum height for content images */
}

.page-resources-troubleshooting-gamezone-login__step-by-step {
  background-color: #f9f9f9;
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin: 25px 0;
  border-radius: 4px;
}

.page-resources-troubleshooting-gamezone-login__step-title {
  font-size: 1.3em;
  color: #0A1931;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-resources-troubleshooting-gamezone-login__step-description {
  font-size: 1em;
  margin-bottom: 15px;
  color: #555555;
}

.page-resources-troubleshooting-gamezone-login__support-callout {
  background-color: #0A1931; /* Dark Blue */
  color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin: 40px 0;
}

.page-resources-troubleshooting-gamezone-login__support-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Minimum width for content images */
  min-height: 200px; /* Minimum height for content images */
}

.page-resources-troubleshooting-gamezone-login__support-text {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-resources-troubleshooting-gamezone-login__return-link-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-troubleshooting-gamezone-login__hero-title {
    font-size: 2.5em;
  }

  .page-resources-troubleshooting-gamezone-login__hero-description {
    font-size: 1em;
  }

  .page-resources-troubleshooting-gamezone-login__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-troubleshooting-gamezone-login__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-troubleshooting-gamezone-login__article-heading {
    font-size: 1.8em;
  }

  .page-resources-troubleshooting-gamezone-login__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-troubleshooting-gamezone-login__article-paragraph,
  .page-resources-troubleshooting-gamezone-login__article-list,
  .page-resources-troubleshooting-gamezone-login__step-description,
  .page-resources-troubleshooting-gamezone-login__support-text {
    font-size: 1em;
  }

  /* Mobile content area image resizing */
  .page-resources-troubleshooting-gamezone-login__content-area img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-troubleshooting-gamezone-login__hero-section {
    min-height: 400px;
  }

  .page-resources-troubleshooting-gamezone-login__content-area {
    margin: 20px auto;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-troubleshooting-gamezone-login__hero-title {
    font-size: 2em;
  }

  .page-resources-troubleshooting-gamezone-login__hero-description {
    font-size: 0.9em;
  }

  .page-resources-troubleshooting-gamezone-login__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-troubleshooting-gamezone-login__article-heading {
    font-size: 1.6em;
  }

  .page-resources-troubleshooting-gamezone-login__article-subheading {
    font-size: 1.2em;
  }
}