/* style/resources-troubleshooting-990k-login.css */
.page-resources-troubleshooting-990k-login {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark background */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-troubleshooting-990k-login__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-troubleshooting-990k-login__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-troubleshooting-990k-login__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-troubleshooting-990k-login__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: inherit; /* Inherit from section background */
}

.page-resources-troubleshooting-990k-login__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-troubleshooting-990k-login__hero-content {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-troubleshooting-990k-login__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

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

.page-resources-troubleshooting-990k-login__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-troubleshooting-990k-login__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-troubleshooting-990k-login__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability */
}

.page-resources-troubleshooting-990k-login__btn-primary,
.page-resources-troubleshooting-990k-login__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-resources-troubleshooting-990k-login__btn-primary {
  background-color: #C30808; /* Custom color for Login/Register */
  color: #FFFF00; /* Custom font color for Login/Register */
  border: 2px solid #C30808;
}

.page-resources-troubleshooting-990k-login__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-troubleshooting-990k-login__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-troubleshooting-990k-login__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005a2e;
}

.page-resources-troubleshooting-990k-login__btn-large {
  padding: 18px 40px;
  font-size: 1.1em;
}

.page-resources-troubleshooting-990k-login__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: inherit;
}

.page-resources-troubleshooting-990k-login__overview-image,
.page-resources-troubleshooting-990k-login__troubleshooting-image,
.page-resources-troubleshooting-990k-login__tips-image,
.page-resources-troubleshooting-990k-login__faq-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-troubleshooting-990k-login__issue-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #ffffff;
}

.page-resources-troubleshooting-990k-login__issue-title {
  font-size: 1.8em;
  color: #FFFF00;
  margin-bottom: 15px;
}

.page-resources-troubleshooting-990k-login__issue-description {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-troubleshooting-990k-login__solution-list {
  list-style: none;
  padding: 0;
}

.page-resources-troubleshooting-990k-login__list-item {
  margin-bottom: 10px;
  color: #ffffff;
}

.page-resources-troubleshooting-990k-login__list-item ul {
  list-style: disc;
  margin-left: 20px;
  color: #f0f0f0;
}

.page-resources-troubleshooting-990k-login__list-item ul li {
  margin-bottom: 5px;
}

.page-resources-troubleshooting-990k-login__solution-heading {
  font-size: 1.2em;
  color: #FFFF00;
  margin-bottom: 10px;
}

.page-resources-troubleshooting-990k-login__tips-list {
  list-style: none;
  padding: 0;
}

.page-resources-troubleshooting-990k-login__tips-list .page-resources-troubleshooting-990k-login__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #333333;
  font-size: 1.05em;
}

.page-resources-troubleshooting-990k-login__contact-methods {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-resources-troubleshooting-990k-login__contact-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  flex: 1;
  min-width: 280px;
  max-width: 400px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #ffffff;
}

.page-resources-troubleshooting-990k-login__contact-title {
  font-size: 1.8em;
  color: #FFFF00;
  margin-bottom: 10px;
}

.page-resources-troubleshooting-990k-login__contact-description {
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-resources-troubleshooting-990k-login__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-resources-troubleshooting-990k-login__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  color: #017439;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details/summary */
}

.page-resources-troubleshooting-990k-login__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-troubleshooting-990k-login__faq-item[open] .page-resources-troubleshooting-990k-login__faq-question {
  border-bottom: 1px solid #d0d0d0;
}

.page-resources-troubleshooting-990k-login__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #017439;
}

.page-resources-troubleshooting-990k-login__faq-item[open] .page-resources-troubleshooting-990k-login__faq-toggle {
  content: '−'; /* Change to minus when open */
}

.page-resources-troubleshooting-990k-login__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  color: #555555;
  background-color: #fcfcfc;
}

.page-resources-troubleshooting-990k-login__cta-section {
  padding: 60px 20px;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-troubleshooting-990k-login__hero-title {
    font-size: 3em;
  }
}

@media (max-width: 768px) {
  .page-resources-troubleshooting-990k-login {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-troubleshooting-990k-login__content-area,
  .page-resources-troubleshooting-990k-login__hero-section,
  .page-resources-troubleshooting-990k-login__overview-section,
  .page-resources-troubleshooting-990k-login__troubleshooting-section,
  .page-resources-troubleshooting-990k-login__tips-section,
  .page-resources-troubleshooting-990k-login__contact-section,
  .page-resources-troubleshooting-990k-login__faq-section,
  .page-resources-troubleshooting-990k-login__cta-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-troubleshooting-990k-login__hero-title {
    font-size: 2.2em;
  }

  .page-resources-troubleshooting-990k-login__section-title {
    font-size: 2em;
  }

  .page-resources-troubleshooting-990k-login__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-troubleshooting-990k-login__btn-primary,
  .page-resources-troubleshooting-990k-login__btn-secondary,
  .page-resources-troubleshooting-990k-login a[class*="button"],
  .page-resources-troubleshooting-990k-login a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-troubleshooting-990k-login__overview-image,
  .page-resources-troubleshooting-990k-login__troubleshooting-image,
  .page-resources-troubleshooting-990k-login__tips-image,
  .page-resources-troubleshooting-990k-login__faq-image,
  .page-resources-troubleshooting-990k-login img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-troubleshooting-990k-login__contact-methods {
    flex-direction: column;
    gap: 20px;
  }

  .page-resources-troubleshooting-990k-login__contact-item {
    min-width: unset;
    width: 100%;
  }

  .page-resources-troubleshooting-990k-login__hero-section {
    padding: 60px 15px;
  }

  .page-resources-troubleshooting-990k-login__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-troubleshooting-990k-login__faq-answer {
    padding: 15px 20px;
  }
}

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

  .page-resources-troubleshooting-990k-login__section-title {
    font-size: 1.8em;
  }

  .page-resources-troubleshooting-990k-login__issue-title,
  .page-resources-troubleshooting-990k-login__contact-title {
    font-size: 1.5em;
  }
}