.page-blog-siglebet-login-link-troubleshooting {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  line-height: 1.6;
  background-color: #08160F; /* Background */
}

.page-blog-siglebet-login-link-troubleshooting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-siglebet-login-link-troubleshooting__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-blog-siglebet-login-link-troubleshooting__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-blog-siglebet-login-link-troubleshooting__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-siglebet-login-link-troubleshooting__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-siglebet-login-link-troubleshooting__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-siglebet-login-link-troubleshooting__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-siglebet-login-link-troubleshooting__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-siglebet-login-link-troubleshooting__cta-button--small {
    padding: 10px 20px;
    font-size: 1rem;
}

.page-blog-siglebet-login-link-troubleshooting__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #08160F;
}

.page-blog-siglebet-login-link-troubleshooting__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #F2FFF6;
}

.page-blog-siglebet-login-link-troubleshooting__section-text {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #A7D9B8;
  text-align: justify;
}

.page-blog-siglebet-login-link-troubleshooting__reason-list,
.page-blog-siglebet-login-link-troubleshooting__solution-list,
.page-blog-siglebet-login-link-troubleshooting__prevention-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-siglebet-login-link-troubleshooting__reason-item,
.page-blog-siglebet-login-link-troubleshooting__solution-item,
.page-blog-siglebet-login-link-troubleshooting__solution-sub-item,
.page-blog-siglebet-login-link-troubleshooting__prevention-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  color: #F2FFF6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-siglebet-login-link-troubleshooting__reason-heading,
.page-blog-siglebet-login-link-troubleshooting__solution-heading,
.page-blog-siglebet-login-link-troubleshooting__solution-sub-heading,
.page-blog-siglebet-login-link-troubleshooting__prevention-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-blog-siglebet-login-link-troubleshooting__solution-item {
  margin-bottom: 40px;
}

.page-blog-siglebet-login-link-troubleshooting__solution-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-siglebet-login-link-troubleshooting__solution-image,
.page-blog-siglebet-login-link-troubleshooting__section-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-siglebet-login-link-troubleshooting__faq-section {
  background-color: #0A4B2C; /* Deep Green */
  padding: 60px 20px;
  color: #F2FFF6;
}

.page-blog-siglebet-login-link-troubleshooting__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-siglebet-login-link-troubleshooting__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-siglebet-login-link-troubleshooting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #F2FFF6;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-siglebet-login-link-troubleshooting__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-siglebet-login-link-troubleshooting__faq-question::marker {
  display: none;
}

.page-blog-siglebet-login-link-troubleshooting__faq-qtext {
  flex-grow: 1;
}

.page-blog-siglebet-login-link-troubleshooting__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-siglebet-login-link-troubleshooting__faq-item[open] .page-blog-siglebet-login-link-troubleshooting__faq-question {
  border-bottom: none;
}

.page-blog-siglebet-login-link-troubleshooting__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  color: #A7D9B8;
}

.page-blog-siglebet-login-link-troubleshooting__faq-answer p {
    margin: 0;
    color: #A7D9B8;
}

.page-blog-siglebet-login-link-troubleshooting__conclusion-section {
  padding-bottom: 60px;
  text-align: center;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-siglebet-login-link-troubleshooting {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-siglebet-login-link-troubleshooting__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-siglebet-login-link-troubleshooting__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-siglebet-login-link-troubleshooting__hero-description {
    font-size: 1rem;
  }

  .page-blog-siglebet-login-link-troubleshooting__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-siglebet-login-link-troubleshooting__content-area,
  .page-blog-siglebet-login-link-troubleshooting__faq-section {
    padding: 30px 15px;
  }

  .page-blog-siglebet-login-link-troubleshooting__section-title {
    font-size: clamp(1.8rem, 6vw, 2.2rem);
  }

  .page-blog-siglebet-login-link-troubleshooting__reason-item,
  .page-blog-siglebet-login-link-troubleshooting__solution-item,
  .page-blog-siglebet-login-link-troubleshooting__solution-sub-item,
  .page-blog-siglebet-login-link-troubleshooting__prevention-item,
  .page-blog-siglebet-login-link-troubleshooting__faq-item {
    padding: 15px;
  }

  .page-blog-siglebet-login-link-troubleshooting__reason-heading,
  .page-blog-siglebet-login-link-troubleshooting__solution-heading,
  .page-blog-siglebet-login-link-troubleshooting__solution-sub-heading,
  .page-blog-siglebet-login-link-troubleshooting__prevention-heading {
    font-size: 1.1rem;
  }

  .page-blog-siglebet-login-link-troubleshooting__faq-question {
    font-size: 1rem;
    padding: 15px;
  }
  
  .page-blog-siglebet-login-link-troubleshooting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-siglebet-login-link-troubleshooting__hero-image-wrapper,
  .page-blog-siglebet-login-link-troubleshooting__solution-item,
  .page-blog-siglebet-login-link-troubleshooting__content-area,
  .page-blog-siglebet-login-link-troubleshooting__faq-section,
  .page-blog-siglebet-login-link-troubleshooting__faq-list,
  .page-blog-siglebet-login-link-troubleshooting__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-siglebet-login-link-troubleshooting__hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}