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

.page-resources-troubleshooting-jili88-login-issues__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding-bottom: 60px; /* Adjust as needed for content below image */
}

.page-resources-troubleshooting-jili88-login-issues__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-resources-troubleshooting-jili88-login-issues__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-troubleshooting-jili88-login-issues__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px 40px; /* Padding for content over image */
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
}

.page-resources-troubleshooting-jili88-login-issues__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold primary color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

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

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

.page-resources-troubleshooting-jili88-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;
  white-space: nowrap;
  border: 2px solid transparent;
}

.page-resources-troubleshooting-jili88-login-issues__button--primary {
  background-color: #FFD700; /* Gold primary color */
  color: #8B0000; /* Dark red for text on gold */
  border-color: #FFD700;
}

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

.page-resources-troubleshooting-jili88-login-issues__button--secondary {
  background-color: #8B0000; /* Dark red auxiliary color */
  color: #FFD700; /* Gold for text on dark red */
  border-color: #8B0000;
}

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

.page-resources-troubleshooting-jili88-login-issues__button--inline {
  background-color: transparent;
  color: #8B0000; /* Dark red for inline links */
  border-color: #8B0000;
  padding: 8px 15px;
}

.page-resources-troubleshooting-jili88-login-issues__button--inline:hover {
  background-color: #8B0000;
  color: #FFD700;
}

.page-resources-troubleshooting-jili88-login-issues__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-troubleshooting-jili88-login-issues__article-container {
  padding: 40px;
}

.page-resources-troubleshooting-jili88-login-issues__section-title {
  font-size: 2em;
  color: #8B0000; /* Dark red for main section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-troubleshooting-jili88-login-issues__subsection-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for subsections */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-troubleshooting-jili88-login-issues__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #333333;
}

.page-resources-troubleshooting-jili88-login-issues__list,
.page-resources-troubleshooting-jili88-login-issues__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #333333;
}

.page-resources-troubleshooting-jili88-login-issues__list-item {
  margin-bottom: 10px;
}

.page-resources-troubleshooting-jili88-login-issues__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px;
}

.page-resources-troubleshooting-jili88-login-issues__faq-container {
  margin-top: 30px;
}

.page-resources-troubleshooting-jili88-login-issues__faq-item {
  background-color: #fffaf0; /* Light gold tint for FAQ items */
  border: 1px solid #FFD700;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-troubleshooting-jili88-login-issues__faq-question {
  font-size: 1.2em;
  color: #8B0000;
  margin-bottom: 10px;
  font-weight: bold;
}

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

.page-resources-troubleshooting-jili88-login-issues__cta-final {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px dashed #FFD700;
}

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

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

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

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

  .page-resources-troubleshooting-jili88-login-issues__content-area {
    margin: 20px auto;
    padding: 0 10px;
  }

  .page-resources-troubleshooting-jili88-login-issues__article-container {
    padding: 20px 15px;
  }

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

  .page-resources-troubleshooting-jili88-login-issues__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-troubleshooting-jili88-login-issues__paragraph {
    font-size: 0.95em;
  }

  .page-resources-troubleshooting-jili88-login-issues__image {
    max-width: 100%;
    height: auto; /* Ensure images are responsive and don't overflow */
    min-width: 200px;
    min-height: 200px;
  }
  
  .page-resources-troubleshooting-jili88-login-issues {
    max-width: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll on mobile */
  }
}

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

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

  .page-resources-troubleshooting-jili88-login-issues__button {
    padding: 10px 20px;
  }

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

  .page-resources-troubleshooting-jili88-login-issues__subsection-title {
    font-size: 1.2em;
  }
}