.page-resources-troubleshooting-login-issues {
  color: #333333; /* Default for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-troubleshooting-login-issues__hero-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0; /* Hero image will fill, content will overlay */
}

.page-resources-troubleshooting-login-issues__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Darken image for text readability */
}

.page-resources-troubleshooting-login-issues__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text */
  border-radius: 8px;
  width: 90%;
}

.page-resources-troubleshooting-login-issues__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold color for title */
  line-height: 1.2;
}

.page-resources-troubleshooting-login-issues__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-troubleshooting-login-issues__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-troubleshooting-login-issues__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-troubleshooting-login-issues__button--primary {
  background-color: #FFD700; /* Gold */
  color: #1a1a1a; /* Dark text for contrast */
  border: 2px solid #FFD700;
}

.page-resources-troubleshooting-login-issues__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-troubleshooting-login-issues__button--secondary {
  background-color: #1E90FF; /* Royal Blue */
  color: #ffffff;
  border: 2px solid #1E90FF;
}

.page-resources-troubleshooting-login-issues__button--secondary:hover {
  background-color: #177ddb;
  transform: translateY(-2px);
}

.page-resources-troubleshooting-login-issues__button--contact {
  background-color: transparent;
  color: #1E90FF;
  border: 2px solid #1E90FF;
}

.page-resources-troubleshooting-login-issues__button--contact:hover {
  background-color: #1E90FF;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-resources-troubleshooting-login-issues__button--download {
  background-color: #FFD700; /* Gold */
  color: #1a1a1a; /* Dark text for contrast */
  border: 2px solid #FFD700;
}

.page-resources-troubleshooting-login-issues__button--download:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-troubleshooting-login-issues__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-troubleshooting-login-issues__table-of-contents {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-left: 5px solid #1E90FF; /* Accent color */
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.page-resources-troubleshooting-login-issues__toc-title {
  font-size: 1.5em;
  color: #1E90FF;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-troubleshooting-login-issues__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-troubleshooting-login-issues__toc-list li {
  margin-bottom: 10px;
}

.page-resources-troubleshooting-login-issues__toc-link {
  color: #1E90FF;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.3s ease;
}

.page-resources-troubleshooting-login-issues__toc-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.page-resources-troubleshooting-login-issues__section-title {
  font-size: 2em;
  color: #1E90FF;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-troubleshooting-login-issues__sub-section-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-resources-troubleshooting-login-issues__paragraph {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.page-resources-troubleshooting-login-issues__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-troubleshooting-login-issues__list-item {
  margin-bottom: 0.5em;
}

.page-resources-troubleshooting-login-issues__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size for content images */
  min-height: 200px;
}

.page-resources-troubleshooting-login-issues__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-troubleshooting-login-issues__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page-resources-troubleshooting-login-issues__faq-question {
  font-size: 1.3em;
  color: #1E90FF;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-troubleshooting-login-issues__faq-answer {
  font-size: 1.1em;
  color: #555555;
}

.page-resources-troubleshooting-login-issues__back-link-container {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

.page-resources-troubleshooting-login-issues__back-link {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-troubleshooting-login-issues__back-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

  .page-resources-troubleshooting-login-issues__hero-description {
    font-size: 1em;
  }

  .page-resources-troubleshooting-login-issues__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-troubleshooting-login-issues__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-troubleshooting-login-issues__content-area {
    padding: 0 15px;
  }

  .page-resources-troubleshooting-login-issues__section-title {
    font-size: 1.8em;
  }

  .page-resources-troubleshooting-login-issues__sub-section-title {
    font-size: 1.4em;
  }

  .page-resources-troubleshooting-login-issues__paragraph,
  .page-resources-troubleshooting-login-issues__list-item,
  .page-resources-troubleshooting-login-issues__faq-question,
  .page-resources-troubleshooting-login-issues__faq-answer {
    font-size: 1em;
  }

  .page-resources-troubleshooting-login-issues__content-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size also on mobile */
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-resources-troubleshooting-login-issues__hero-title {
    font-size: 1.8em;
  }

  .page-resources-troubleshooting-login-issues__hero-description {
    font-size: 0.9em;
  }

  .page-resources-troubleshooting-login-issues__button {
    padding: 10px 20px;
    font-size: 1em;
  }
}

/* Ensure content area images do not cause horizontal scroll on mobile */
@media (max-width: 768px) {
  .page-resources-troubleshooting-login-issues img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-troubleshooting-login-issues {
    overflow-x: hidden;
  }
}