.page-resources-troubleshooting {
  color: #f0f0f0; /* Light text for dark background */
  background-color: #1A1A1A; /* Main brand color */
  padding-top: var(--header-offset, 120px);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .page-resources-troubleshooting {
    overflow-x: hidden;
  }
  .page-resources-troubleshooting img {
    max-width: 100%;
    height: auto;
  }
}

.page-resources-troubleshooting__hero-section {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  overflow: hidden;
}

.page-resources-troubleshooting__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-troubleshooting__hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

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

.page-resources-troubleshooting__hero-description {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-troubleshooting__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A1A1A;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-troubleshooting__hero-button:hover {
  background-color: #e5c100;
  color: #000000;
}

.page-resources-troubleshooting__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #2a2a2a;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-troubleshooting__table-of-contents {
  background-color: #3a3a3a;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.page-resources-troubleshooting__toc-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
  text-align: center;
}

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

.page-resources-troubleshooting__toc-list li {
  margin-bottom: 10px;
}

.page-resources-troubleshooting__toc-list li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-troubleshooting__toc-list li a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-troubleshooting__article-heading {
  font-size: 2.5em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-troubleshooting__article-subheading {
  font-size: 1.8em;
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-resources-troubleshooting__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-troubleshooting__steps-container {
  background-color: #333333;
  padding: 20px;
  border-left: 5px solid #FFD700;
  margin: 25px 0;
  border-radius: 5px;
}

.page-resources-troubleshooting__steps-title {
  font-size: 1.4em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-troubleshooting__list {
  list-style-type: disc;
  margin-left: 25px;
  color: #f0f0f0;
}

.page-resources-troubleshooting__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-troubleshooting__list li strong {
  color: #FFD700;
}

.page-resources-troubleshooting__article-image {
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-troubleshooting__faq-section {
  margin-top: 40px;
}

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

.page-resources-troubleshooting__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-troubleshooting__faq-answer {
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-resources-troubleshooting__support-contact {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #3a3a3a;
  border-radius: 8px;
}

.page-resources-troubleshooting__support-text {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 25px;
}

.page-resources-troubleshooting__support-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A1A1A;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-troubleshooting__support-button:hover {
  background-color: #e5c100;
  color: #000000;
}

.page-resources-troubleshooting__return-link {
  text-align: center;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-troubleshooting__return-link a {
  color: #FFD700;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.page-resources-troubleshooting__return-link a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-troubleshooting__hero-title {
    font-size: 2.8em;
  }
  .page-resources-troubleshooting__hero-description {
    font-size: 1.1em;
  }
  .page-resources-troubleshooting__article-heading {
    font-size: 2em;
  }
  .page-resources-troubleshooting__article-subheading {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-troubleshooting__hero-section {
    padding: 60px 15px;
  }
  .page-resources-troubleshooting__hero-container {
    padding: 30px 20px;
  }
  .page-resources-troubleshooting__hero-title {
    font-size: 2.2em;
  }
  .page-resources-troubleshooting__hero-description {
    font-size: 1em;
  }
  .page-resources-troubleshooting__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-troubleshooting__content-area {
    padding: 30px 15px;
  }
  .page-resources-troubleshooting__toc-title {
    font-size: 1.5em;
  }
  .page-resources-troubleshooting__toc-list li a {
    font-size: 1em;
  }
  .page-resources-troubleshooting__article-heading {
    font-size: 1.8em;
  }
  .page-resources-troubleshooting__article-subheading {
    font-size: 1.4em;
  }
  .page-resources-troubleshooting__article-paragraph,
  .page-resources-troubleshooting__list li,
  .page-resources-troubleshooting__faq-answer {
    font-size: 0.95em;
  }
  .page-resources-troubleshooting__faq-question {
    font-size: 1.2em;
  }
  .page-resources-troubleshooting__support-text {
    font-size: 1.1em;
  }
  .page-resources-troubleshooting__support-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-troubleshooting__article-image {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .page-resources-troubleshooting__hero-title {
    font-size: 1.8em;
  }
  .page-resources-troubleshooting__hero-description {
    font-size: 0.9em;
  }
  .page-resources-troubleshooting__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-troubleshooting__article-heading {
    font-size: 1.5em;
  }
  .page-resources-troubleshooting__article-subheading {
    font-size: 1.2em;
  }
  .page-resources-troubleshooting__toc-list li a {
    font-size: 0.9em;
  }
}