.page-blog-8qbet-link-faq-troubleshooting {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
}

.page-blog-8qbet-link-faq-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-8qbet-link-faq-troubleshooting__hero-section {
  background: linear-gradient(90deg, #2F6BFF, #6FA3FF);
  color: #FFFFFF;
  text-align: center;
  padding-top: 10px; /* Aligns with shared header offset, adds small top margin */
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-8qbet-link-faq-troubleshooting__hero-image-wrapper {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1200px; /* Constrain image wrapper */
  overflow: hidden;
  border-radius: 12px;
}

.page-blog-8qbet-link-faq-troubleshooting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-8qbet-link-faq-troubleshooting__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-8qbet-link-faq-troubleshooting__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.page-blog-8qbet-link-faq-troubleshooting__description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFFFFF;
  opacity: 0.9;
}

.page-blog-8qbet-link-faq-troubleshooting__cta-button {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.page-blog-8qbet-link-faq-troubleshooting__cta-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #6FA3FF 0%, #4A8BFF 100%);
}

.page-blog-8qbet-link-faq-troubleshooting__cta-button--secondary {
  background: #1F2D3D;
}

.page-blog-8qbet-link-faq-troubleshooting__cta-button--secondary:hover {
  background: #000000;
}

.page-blog-8qbet-link-faq-troubleshooting__faq-section,
.page-blog-8qbet-link-faq-troubleshooting__troubleshooting-tips-section,
.page-blog-8qbet-link-faq-troubleshooting__conclusion-section {
  padding: 60px 0;
}

.page-blog-8qbet-link-faq-troubleshooting__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-8qbet-link-faq-troubleshooting__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.page-blog-8qbet-link-faq-troubleshooting__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-blog-8qbet-link-faq-troubleshooting__faq-question {
  display: block;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #1F2D3D;
  position: relative;
  user-select: none;
  text-align: left;
}

.page-blog-8qbet-link-faq-troubleshooting__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #2F6BFF;
  transition: transform 0.3s ease;
}

.page-blog-8qbet-link-faq-troubleshooting__faq-item[open] .page-blog-8qbet-link-faq-troubleshooting__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-blog-8qbet-link-faq-troubleshooting__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #1F2D3D;
  text-align: left;
}

.page-blog-8qbet-link-faq-troubleshooting__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-8qbet-link-faq-troubleshooting__faq-answer ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}

.page-blog-8qbet-link-faq-troubleshooting__faq-answer li {
  margin-bottom: 5px;
}

.page-blog-8qbet-link-faq-troubleshooting__troubleshooting-tips-section {
  background-color: #F4F7FB;
}

.page-blog-8qbet-link-faq-troubleshooting__container--flex {
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.page-blog-8qbet-link-faq-troubleshooting__text-content {
  flex: 1;
}

.page-blog-8qbet-link-faq-troubleshooting__image-wrapper {
  flex: 1;
  min-width: 200px; /* Ensure image wrapper has a minimum width */
}

.page-blog-8qbet-link-faq-troubleshooting__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-blog-8qbet-link-faq-troubleshooting__tips-list {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-blog-8qbet-link-faq-troubleshooting__tips-list li {
  background-color: #FFFFFF;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border-left: 4px solid #2F6BFF;
  font-size: 1rem;
  line-height: 1.5;
  color: #1F2D3D;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-blog-8qbet-link-faq-troubleshooting__tips-list li strong {
  color: #000000;
}

.page-blog-8qbet-link-faq-troubleshooting__conclusion-section {
  text-align: center;
  background-color: #EBF2FF;
  padding: 80px 0;
}

.page-blog-8qbet-link-faq-troubleshooting__conclusion-text {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #1F2D3D;
}

@media (max-width: 768px) {
  .page-blog-8qbet-link-faq-troubleshooting__hero-section {
    padding-bottom: 30px;
  }

  .page-blog-8qbet-link-faq-troubleshooting__main-title {
    font-size: 2rem;
  }

  .page-blog-8qbet-link-faq-troubleshooting__description {
    font-size: 1rem;
  }

  .page-blog-8qbet-link-faq-troubleshooting__section-title {
    font-size: 1.8rem;
  }

  .page-blog-8qbet-link-faq-troubleshooting__container--flex {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-8qbet-link-faq-troubleshooting__hero-image,
  .page-blog-8qbet-link-faq-troubleshooting__content-image {
    max-width: 100%;
    height: auto;
  }

  .page-blog-8qbet-link-faq-troubleshooting__faq-question,
  .page-blog-8qbet-link-faq-troubleshooting__faq-answer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-blog-8qbet-link-faq-troubleshooting__faq-question::after {
    right: 20px;
  }
}