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

/* Root variables for colors */
:root {
  --page-primary-color: #11A84E;
  --page-secondary-color: #22C768;
  --page-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --page-card-bg: #11271B;
  --page-background: #08160F;
  --page-text-main: #F2FFF6;
  --page-text-secondary: #A7D9B8;
  --page-border-color: #2E7A4E;
  --page-glow-color: #57E38D;
  --page-gold-color: #F2C14E;
  --page-divider-color: #1E3A2A;
  --page-deep-green-color: #0A4B2C;
}

.page-blog-888pwin-login-faq-troubleshooting {
  background-color: var(--page-background);
  color: var(--page-text-main);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: 0; /* Body handles padding-top: var(--header-offset) */
}

.page-blog-888pwin-login-faq-troubleshooting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0;
  text-align: center;
  overflow: hidden;
  background-color: var(--page-deep-green-color);
}

.page-blog-888pwin-login-faq-troubleshooting__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

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

.page-blog-888pwin-login-faq-troubleshooting__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-888pwin-login-faq-troubleshooting__hero-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--page-gold-color);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.page-blog-888pwin-login-faq-troubleshooting__hero-description {
  font-size: 1.1rem;
  color: var(--page-text-secondary);
  margin-bottom: 30px;
}

.page-blog-888pwin-login-faq-troubleshooting__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: var(--page-button-gradient);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-888pwin-login-faq-troubleshooting__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

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

.page-blog-888pwin-login-faq-troubleshooting__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2rem;
}

.page-blog-888pwin-login-faq-troubleshooting__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-blog-888pwin-login-faq-troubleshooting__section-inner {
  background-color: var(--page-card-bg);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-888pwin-login-faq-troubleshooting__section-title {
  font-size: 2.2rem;
  color: var(--page-primary-color);
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid var(--page-divider-color);
  padding-bottom: 15px;
}

.page-blog-888pwin-login-faq-troubleshooting__section-intro {
  font-size: 1.1rem;
  color: var(--page-text-secondary);
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-888pwin-login-faq-troubleshooting__card {
  background-color: var(--page-background);
  border: 1px solid var(--page-border-color);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-888pwin-login-faq-troubleshooting__card-title {
  font-size: 1.5rem;
  color: var(--page-gold-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-888pwin-login-faq-troubleshooting__card p {
  color: var(--page-text-main);
  margin-bottom: 10px;
}

.page-blog-888pwin-login-faq-troubleshooting__text-link {
  color: var(--page-secondary-color);
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-888pwin-login-faq-troubleshooting__text-link:hover {
  color: var(--page-gold-color);
}

.page-blog-888pwin-login-faq-troubleshooting__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-888pwin-login-faq-troubleshooting__step-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-888pwin-login-faq-troubleshooting__step-item {
  background-color: var(--page-background);
  border: 1px solid var(--page-border-color);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-888pwin-login-faq-troubleshooting__step-title {
  font-size: 1.4rem;
  color: var(--page-secondary-color);
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-888pwin-login-faq-troubleshooting__step-item p {
  color: var(--page-text-main);
}

.page-blog-888pwin-login-faq-troubleshooting__list {
  list-style-type: disc;
  margin-left: 20px;
  color: var(--page-text-main);
}

.page-blog-888pwin-login-faq-troubleshooting__list-item {
  margin-bottom: 10px;
  color: var(--page-text-secondary);
}

.page-blog-888pwin-login-faq-troubleshooting__list-item strong {
  color: var(--page-gold-color);
}

.page-blog-888pwin-login-faq-troubleshooting__security-tips-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-blog-888pwin-login-faq-troubleshooting__security-tip-item {
  background-color: var(--page-background);
  border: 1px solid var(--page-border-color);
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-888pwin-login-faq-troubleshooting__security-tip-title {
  font-size: 1.4rem;
  color: var(--page-primary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-888pwin-login-faq-troubleshooting__security-tip-item p {
  color: var(--page-text-main);
}

.page-blog-888pwin-login-faq-troubleshooting__conclusion-text {
  font-size: 1.1rem;
  color: var(--page-text-main);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
  line-height: 1.7;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-888pwin-login-faq-troubleshooting__cta-section {
  background-color: var(--page-deep-green-color);
  padding: 50px 20px;
  text-align: center;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-888pwin-login-faq-troubleshooting__cta-title {
  font-size: 2rem;
  color: var(--page-gold-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-888pwin-login-faq-troubleshooting__cta-description {
  font-size: 1.1rem;
  color: var(--page-text-secondary);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-888pwin-login-faq-troubleshooting__faq-section {
  margin-top: 60px;
  padding: 0 20px;
}

.page-blog-888pwin-login-faq-troubleshooting__faq-list {
  margin-top: 30px;
}

.page-blog-888pwin-login-faq-troubleshooting__faq-item {
  background-color: var(--page-background);
  border: 1px solid var(--page-border-color);
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-888pwin-login-faq-troubleshooting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--page-primary-color);
  cursor: pointer;
  list-style: none;
}

.page-blog-888pwin-login-faq-troubleshooting__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-888pwin-login-faq-troubleshooting__faq-question::marker {
  display: none;
}

.page-blog-888pwin-login-faq-troubleshooting__faq-qtext {
  flex-grow: 1;
  color: var(--page-gold-color);
}

.page-blog-888pwin-login-faq-troubleshooting__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--page-secondary-color);
  transition: transform 0.3s ease;
}

.page-blog-888pwin-login-faq-troubleshooting__faq-item[open] .page-blog-888pwin-login-faq-troubleshooting__faq-toggle {
  transform: rotate(45deg); /* Plus to X effect */
}

.page-blog-888pwin-login-faq-troubleshooting__faq-answer {
  padding: 10px 25px 20px 25px;
  font-size: 1rem;
  color: var(--page-text-main);
  line-height: 1.6;
  border-top: 1px solid var(--page-divider-color);
  margin-top: -1px; /* Overlap border */
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-888pwin-login-faq-troubleshooting__hero-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
  }

  .page-blog-888pwin-login-faq-troubleshooting__section-title {
    font-size: 2rem;
  }

  .page-blog-888pwin-login-faq-troubleshooting__security-tips-list {
    grid-template-columns: 1fr;
  }
}

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

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

  .page-blog-888pwin-login-faq-troubleshooting__hero-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
  }

  .page-blog-888pwin-login-faq-troubleshooting__hero-description {
    font-size: 1rem;
  }

  .page-blog-888pwin-login-faq-troubleshooting__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-blog-888pwin-login-faq-troubleshooting__content-area,
  .page-blog-888pwin-login-faq-troubleshooting__section-inner {
    padding: 20px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .page-blog-888pwin-login-faq-troubleshooting__card,
  .page-blog-888pwin-login-faq-troubleshooting__step-item,
  .page-blog-888pwin-login-faq-troubleshooting__security-tip-item,
  .page-blog-888pwin-login-faq-troubleshooting__faq-item {
    padding: 20px;
    margin-bottom: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-888pwin-login-faq-troubleshooting__card-title,
  .page-blog-888pwin-login-faq-troubleshooting__step-title,
  .page-blog-888pwin-login-faq-troubleshooting__security-tip-title {
    font-size: 1.3rem;
  }

  .page-blog-888pwin-login-faq-troubleshooting__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px auto !important;
  }

  .page-blog-888pwin-login-faq-troubleshooting__cta-section {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .page-blog-888pwin-login-faq-troubleshooting__cta-title {
    font-size: 1.7rem;
  }

  .page-blog-888pwin-login-faq-troubleshooting__faq-question {
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .page-blog-888pwin-login-faq-troubleshooting__faq-answer {
    padding: 10px 20px 15px 20px;
  }
  
  .page-blog-888pwin-login-faq-troubleshooting__security-tips-list {
    gap: 15px;
  }

  /* Ensure all img tags are responsive */
  .page-blog-888pwin-login-faq-troubleshooting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-888pwin-login-faq-troubleshooting__video,
  .page-blog-888pwin-login-faq-troubleshooting video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-888pwin-login-faq-troubleshooting__video-section,
  .page-blog-888pwin-login-faq-troubleshooting__video-container,
  .page-blog-888pwin-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-888pwin-login-faq-troubleshooting__video-section {
    padding-top: 10px !important; 
  }

  .page-blog-888pwin-login-faq-troubleshooting__cta-buttons,
  .page-blog-888pwin-login-faq-troubleshooting__button-group,
  .page-blog-888pwin-login-faq-troubleshooting__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-888pwin-login-faq-troubleshooting__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}