.page-resources-plus777-login-troubleshooting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #f8f8f8;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-plus777-login-troubleshooting__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #002060;
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}

.page-resources-plus777-login-troubleshooting__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-plus777-login-troubleshooting__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  padding: 40px 20px;
}

.page-resources-plus777-login-troubleshooting__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-plus777-login-troubleshooting__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-plus777-login-troubleshooting__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-plus777-login-troubleshooting__cta-group--center {
  justify-content: center;
  margin-top: 40px;
}

.page-resources-plus777-login-troubleshooting__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  min-width: 180px;
}

.page-resources-plus777-login-troubleshooting__cta-button--primary {
  background-color: #FFD700;
  color: #002060;
}

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

.page-resources-plus777-login-troubleshooting__cta-button--secondary {
  background-color: #002060;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-plus777-login-troubleshooting__cta-button--secondary:hover {
  background-color: #003380;
  transform: translateY(-2px);
}

.page-resources-plus777-login-troubleshooting__content-area {
  max-width: 800px; /* Constrain content width for readability */
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.page-resources-plus777-login-troubleshooting__section-title {
  font-size: 2.2em;
  color: #002060;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #FFD700;
}

.page-resources-plus777-login-troubleshooting__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-plus777-login-troubleshooting__table-of-contents {
  background-color: #f0f8ff;
  border-left: 5px solid #002060;
  padding: 20px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.page-resources-plus777-login-troubleshooting__toc-title {
  font-size: 1.5em;
  color: #002060;
  margin-bottom: 15px;
}

.page-resources-plus777-login-troubleshooting__toc-list {
  list-style: none;
  padding: 0;
}

.page-resources-plus777-login-troubleshooting__toc-list-item {
  margin-bottom: 10px;
}

.page-resources-plus777-login-troubleshooting__toc-link {
  color: #002060;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-resources-plus777-login-troubleshooting__toc-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-plus777-login-troubleshooting__article {
  margin-top: 40px;
}

.page-resources-plus777-login-troubleshooting__section {
  margin-bottom: 50px;
}

.page-resources-plus777-login-troubleshooting__sub-title {
  font-size: 1.8em;
  color: #002060;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.page-resources-plus777-login-troubleshooting__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-plus777-login-troubleshooting__numbered-list {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-plus777-login-troubleshooting__list-item {
  margin-bottom: 10px;
  font-size: 1em;
}

.page-resources-plus777-login-troubleshooting__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-plus777-login-troubleshooting__text-link {
  color: #002060;
  text-decoration: underline;
  font-weight: 600;
}

.page-resources-plus777-login-troubleshooting__text-link:hover {
  color: #FFD700;
}

.page-resources-plus777-login-troubleshooting__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-plus777-login-troubleshooting__faq-question {
  font-size: 1.2em;
  color: #002060;
  margin-bottom: 10px;
}

.page-resources-plus777-login-troubleshooting__faq-answer {
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-plus777-login-troubleshooting__conclusion {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px dashed #e0e0e0;
}

@media (max-width: 768px) {
  .page-resources-plus777-login-troubleshooting__hero-title {
    font-size: 2em;
  }

  .page-resources-plus777-login-troubleshooting__hero-description {
    font-size: 1em;
  }

  .page-resources-plus777-login-troubleshooting__cta-group {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-plus777-login-troubleshooting__cta-button {
    width: 90%;
    max-width: 300px;
  }

  .page-resources-plus777-login-troubleshooting__section-title {
    font-size: 1.8em;
  }

  .page-resources-plus777-login-troubleshooting__sub-title {
    font-size: 1.5em;
  }

  .page-resources-plus777-login-troubleshooting__content-area {
    padding: 15px;
    margin: 20px auto;
  }

  /* Mobile content area images must not overflow */
  .page-resources-plus777-login-troubleshooting img {
    max-width: 100%;
    height: auto;
  }
}