/* style/resources-8k8-com-login-11-faq-troubleshooting.css */
.page-resources-8k8-com-login-11-faq-troubleshooting {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
  object-fit: cover;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: rgba(0, 51, 102, 0.7);
}

.page-resources-8k8-com-login-11-faq-troubleshooting__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700;
  max-width: 900px;
  line-height: 1.2;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__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-8k8-com-login-11-faq-troubleshooting__button--primary {
  background-color: #FFD700;
  color: #003366;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-8k8-com-login-11-faq-troubleshooting__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__button--secondary:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-2px);
}

.page-resources-8k8-com-login-11-faq-troubleshooting__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__article-container {
  max-width: 750px;
  margin: 0 auto;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__section-title {
  font-size: 2.2em;
  color: #003366;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__intro-text {
  font-size: 1.1em;
  margin-bottom: 40px;
  line-height: 1.7;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__subsection-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 35px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-8k8-com-login-11-faq-troubleshooting__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  min-width: 200px; /* Enforce minimum size */
}

.page-resources-8k8-com-login-11-faq-troubleshooting__cta-section {
  background-color: #003366;
  color: #ffffff;
  padding: 50px 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__cta-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__back-link {
  text-align: center;
  margin-top: 50px;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-8k8-com-login-11-faq-troubleshooting__link:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-8k8-com-login-11-faq-troubleshooting__hero-title {
    font-size: 2em;
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__hero-description {
    font-size: 1em;
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__button {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__content-area {
    padding: 20px 15px;
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__section-title {
    font-size: 1.8em;
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__cta-title {
    font-size: 2em;
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__cta-description {
    font-size: 1em;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-8k8-com-login-11-faq-troubleshooting__image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Maintain minimum size */
  }

  .page-resources-8k8-com-login-11-faq-troubleshooting__image--centered {
    max-width: 100%;
  }
}