/* style/blog-w188-troubleshooting.css */
.page-blog-w188-troubleshooting {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-w188-troubleshooting__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* body already handles padding-top for header */
  overflow: hidden;
}

.page-blog-w188-troubleshooting__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-w188-troubleshooting__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-w188-troubleshooting__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background-color: rgba(17, 39, 27, 0.7); /* Card BG with opacity */
  border-radius: 10px;
}

.page-blog-w188-troubleshooting__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-w188-troubleshooting__subtitle {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-w188-troubleshooting__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-w188-troubleshooting__btn-primary,
.page-blog-w188-troubleshooting__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-w188-troubleshooting__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: 2px solid transparent;
}

.page-blog-w188-troubleshooting__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(42, 209, 111, 0.4);
}

.page-blog-w188-troubleshooting__btn-secondary {
  background-color: #11271B;
  color: #2AD16F;
  border: 2px solid #2E7A4E;
}

.page-blog-w188-troubleshooting__btn-secondary:hover {
  background-color: #2E7A4E;
  color: #F2FFF6;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(46, 122, 78, 0.4);
}

.page-blog-w188-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-w188-troubleshooting__text-block {
  padding: 60px 0;
}

.page-blog-w188-troubleshooting__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-w188-troubleshooting__text-block p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1em;
  color: #A7D9B8;
}

.page-blog-w188-troubleshooting__text-block strong {
  color: #F2FFF6;
}

.page-blog-w188-troubleshooting__card-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-w188-troubleshooting__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-blog-w188-troubleshooting__card {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-w188-troubleshooting__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-w188-troubleshooting__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-w188-troubleshooting__card-title {
  font-size: 1.4rem;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-w188-troubleshooting__card p {
  font-size: 0.95rem;
  color: #A7D9B8;
  line-height: 1.7;
}

.page-blog-w188-troubleshooting__solution-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-w188-troubleshooting__solution-title {
  font-size: 1.6rem;
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #1E3A2A;
  padding-bottom: 15px;
}

.page-blog-w188-troubleshooting__sub-solution-title {
  font-size: 1.3rem;
  color: #2AD16F;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-w188-troubleshooting__ordered-list,
.page-blog-w188-troubleshooting__unordered-list {
  margin-left: 20px;
  margin-bottom: 15px;
  color: #A7D9B8;
}

.page-blog-w188-troubleshooting__ordered-list li,
.page-blog-w188-troubleshooting__unordered-list li {
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.7;
}

.page-blog-w188-troubleshooting__tip-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-w188-troubleshooting__tip-title {
  font-size: 1.5rem;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-w188-troubleshooting__faq-section {
  padding: 60px 0;
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-w188-troubleshooting__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-w188-troubleshooting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  color: #F2FFF6;
  font-weight: bold;
  cursor: pointer;
  background-color: #11271B;
  border-bottom: 1px solid #1E3A2A;
  transition: background-color 0.3s ease;
}

.page-blog-w188-troubleshooting__faq-question:hover {
  background-color: #2E7A4E;
}

.page-blog-w188-troubleshooting__faq-qtext {
  flex-grow: 1;
}

.page-blog-w188-troubleshooting__faq-toggle {
  font-size: 1.5rem;
  margin-left: 20px;
  color: #2AD16F;
}

.page-blog-w188-troubleshooting__faq-item[open] > .page-blog-w188-troubleshooting__faq-question {
  background-color: #2E7A4E;
  border-bottom: 1px solid #57E38D;
}

.page-blog-w188-troubleshooting__faq-item[open] > .page-blog-w188-troubleshooting__faq-question .page-blog-w188-troubleshooting__faq-toggle {
  color: #F2FFF6;
}

.page-blog-w188-troubleshooting__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8;
  line-height: 1.7;
  background-color: #11271B;
}

.page-blog-w188-troubleshooting__faq-answer p {
    color: #A7D9B8;
    margin-bottom: 1em;
}

.page-blog-w188-troubleshooting__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-w188-troubleshooting__faq-item summary {
  list-style: none;
}

.page-blog-w188-troubleshooting__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-w188-troubleshooting__hero-content {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .page-blog-w188-troubleshooting {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-w188-troubleshooting__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-w188-troubleshooting__hero-content {
    padding: 15px;
  }

  .page-blog-w188-troubleshooting__main-title {
    font-size: 2rem;
  }

  .page-blog-w188-troubleshooting__subtitle {
    font-size: 1rem;
  }

  .page-blog-w188-troubleshooting__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-w188-troubleshooting__btn-primary,
  .page-blog-w188-troubleshooting__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-w188-troubleshooting__container {
    padding: 0 15px;
  }

  .page-blog-w188-troubleshooting__text-block,
  .page-blog-w188-troubleshooting__card-section,
  .page-blog-w188-troubleshooting__faq-section,
  .page-blog-w188-troubleshooting__conclusion-section {
    padding: 40px 0;
  }

  .page-blog-w188-troubleshooting__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-w188-troubleshooting__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-w188-troubleshooting__card {
    padding: 20px;
  }

  .page-blog-w188-troubleshooting__card-image {
    height: 180px;
  }

  .page-blog-w188-troubleshooting__card-title {
    font-size: 1.3rem;
  }

  .page-blog-w188-troubleshooting__solution-item,
  .page-blog-w188-troubleshooting__tip-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-w188-troubleshooting__solution-title {
    font-size: 1.4rem;
  }

  .page-blog-w188-troubleshooting__sub-solution-title {
    font-size: 1.2rem;
  }

  .page-blog-w188-troubleshooting__faq-question {
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .page-blog-w188-troubleshooting__faq-answer {
    padding: 15px 20px;
    font-size: 0.95rem;
  }

  /* Force images to be responsive */
  .page-blog-w188-troubleshooting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Force video to be responsive */
  .page-blog-w188-troubleshooting video,
  .page-blog-w188-troubleshooting__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Video containers mobile adaptation */
  .page-blog-w188-troubleshooting__video-section,
  .page-blog-w188-troubleshooting__video-container,
  .page-blog-w188-troubleshooting__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Video section mobile top padding */
  .page-blog-w188-troubleshooting__video-section {
    padding-top: 10px !important;
  }

  /* General container adaptation for mobile */
  .page-blog-w188-troubleshooting__section,
  .page-blog-w188-troubleshooting__card,
  .page-blog-w188-troubleshooting__container,
  .page-blog-w188-troubleshooting__cta-buttons,
  .page-blog-w188-troubleshooting__button-group,
  .page-blog-w188-troubleshooting__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-w188-troubleshooting__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}

/* Ensure contrast for text on various backgrounds */
.page-blog-w188-troubleshooting__dark-bg {
  color: #F2FFF6; /* Dark background with light text */
  background: #08160F;
}

.page-blog-w188-troubleshooting__light-bg {
  color: #333333; /* Light background with dark text */
  background: #ffffff;
}

.page-blog-w188-troubleshooting p,
.page-blog-w188-troubleshooting li {
  color: #A7D9B8;
}

.page-blog-w188-troubleshooting__card {
  background: #11271B;
  color: #F2FFF6;
  border: 1px solid #2E7A4E;
}

.page-blog-w188-troubleshooting__dark-section {
  background: #0A4B2C;
  color: #F2FFF6;
}