/* style/blog-888k-login-faq-troubleshooting.css */

/* Base styles for the page content, ensuring contrast with body background */
.page-blog-888k-login-faq-troubleshooting {
  background-color: var(--background-color, #08160F); /* Fallback to custom dark green */
  color: var(--text-main, #F2FFF6); /* Main text color */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Add some padding at the bottom */
}

/* Hero Section */
.page-blog-888k-login-faq-troubleshooting__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
}

.page-blog-888k-login-faq-troubleshooting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-888k-login-faq-troubleshooting__hero-content {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  box-sizing: border-box;
}

.page-blog-888k-login-faq-troubleshooting__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-888k-login-faq-troubleshooting__description {
  font-size: 1.1em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Buttons */
.page-blog-888k-login-faq-troubleshooting__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-888k-login-faq-troubleshooting__btn-primary,
.page-blog-888k-login-faq-troubleshooting__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

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

.page-blog-888k-login-faq-troubleshooting__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 0 15px var(--glow, #57E38D);
}

.page-blog-888k-login-faq-troubleshooting__btn-secondary {
  background: transparent;
  color: var(--text-main, #F2FFF6);
  border: 2px solid var(--border, #2E7A4E);
}

.page-blog-888k-login-faq-troubleshooting__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--glow, #57E38D);
  color: var(--glow, #57E38D);
}

/* General Section Styles */
.page-blog-888k-login-faq-troubleshooting__section {
  padding: 60px 20px;
  background-color: var(--background-color, #08160F);
  border-bottom: 1px solid var(--divider, #1E3A2A);
}

.page-blog-888k-login-faq-troubleshooting__section:last-of-type {
  border-bottom: none;
}

.page-blog-888k-login-faq-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-888k-login-faq-troubleshooting__section-title {
  color: var(--text-main, #F2FFF6);
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-888k-login-faq-troubleshooting__text-block {
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  font-size: 1.05em;
  text-align: justify;
}

.page-blog-888k-login-faq-troubleshooting__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  object-fit: cover;
}

/* List Styles */
.page-blog-888k-login-faq-troubleshooting__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-888k-login-faq-troubleshooting__list li {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  color: var(--text-secondary, #A7D9B8);
  font-size: 1.05em;
}

.page-blog-888k-login-faq-troubleshooting__list li strong {
  color: var(--text-main, #F2FFF6);
}

/* FAQ Section */
.page-blog-888k-login-faq-troubleshooting__faq-list {
  margin-top: 30px;
}

.page-blog-888k-login-faq-troubleshooting__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-888k-login-faq-troubleshooting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: var(--text-main, #F2FFF6);
  font-weight: bold;
  font-size: 1.15em;
  transition: background-color 0.3s ease;
  list-style: none; /* For <details> summary */
}

.page-blog-888k-login-faq-troubleshooting__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for <details> summary */
}

.page-blog-888k-login-faq-troubleshooting__faq-question:hover {
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-888k-login-faq-troubleshooting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--glow, #57E38D);
}

.page-blog-888k-login-faq-troubleshooting__faq-answer {
  padding: 0 25px 20px;
  color: var(--text-secondary, #A7D9B8);
  font-size: 1.05em;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-888k-login-faq-troubleshooting__faq-item[open] .page-blog-888k-login-faq-troubleshooting__faq-answer {
  max-height: 1000px; /* Adjust as needed */
  padding-top: 15px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-blog-888k-login-faq-troubleshooting {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-888k-login-faq-troubleshooting__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-888k-login-faq-troubleshooting__hero-content {
    padding: 15px;
  }

  .page-blog-888k-login-faq-troubleshooting__main-title {
    font-size: 1.8em;
  }

  .page-blog-888k-login-faq-troubleshooting__description {
    font-size: 1em;
  }

  .page-blog-888k-login-faq-troubleshooting__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-888k-login-faq-troubleshooting__btn-primary,
  .page-blog-888k-login-faq-troubleshooting__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-888k-login-faq-troubleshooting__section {
    padding: 40px 15px;
  }

  .page-blog-888k-login-faq-troubleshooting__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-888k-login-faq-troubleshooting__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-blog-888k-login-faq-troubleshooting__text-block,
  .page-blog-888k-login-faq-troubleshooting__list li,
  .page-blog-888k-login-faq-troubleshooting__faq-answer {
    font-size: 0.95em;
  }

  .page-blog-888k-login-faq-troubleshooting__image {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-888k-login-faq-troubleshooting__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  /* Ensure all content containers are responsive */
  .page-blog-888k-login-faq-troubleshooting__section,
  .page-blog-888k-login-faq-troubleshooting__card,
  .page-blog-888k-login-faq-troubleshooting__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-888k-login-faq-troubleshooting__video-section {
    padding-top: 10px !important; /* body đã đảm nhận --header-offset */
  }

  .page-blog-888k-login-faq-troubleshooting video,
  .page-blog-888k-login-faq-troubleshooting__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-888k-login-faq-troubleshooting__video-section,
  .page-blog-888k-login-faq-troubleshooting__video-container,
  .page-blog-888k-login-faq-troubleshooting__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-888k-login-faq-troubleshooting__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Color Contrast Fixes (if needed) */
.page-blog-888k-login-faq-troubleshooting__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-888k-login-faq-troubleshooting__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}