.page-blog-troubleshooting-gk8888-login {
  font-family: 'Arial', sans-serif;
  background-color: #08160F; /* Background color as per custom palette */
  color: #F2FFF6; /* Main text color as per custom palette */
  line-height: 1.6;
}

.page-blog-troubleshooting-gk8888-login a {
  color: #22C768; /* Auxiliary color for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-troubleshooting-gk8888-login a:hover {
  color: #57E38D; /* Glow color for link hover */
}

.page-blog-troubleshooting-gk8888-login__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small padding, body handles header offset */
  background-color: #08160F;
}

.page-blog-troubleshooting-gk8888-login__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-troubleshooting-gk8888-login__hero-content {
  max-width: 900px;
  padding: 40px 20px;
  box-sizing: border-box;
  position: relative; /* Ensure content is above the image if needed, but not overlapping */
  z-index: 1;
  color: #F2FFF6;
}

.page-blog-troubleshooting-gk8888-login__main-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #F2FFF6;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-troubleshooting-gk8888-login__intro-text {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-troubleshooting-gk8888-login__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-troubleshooting-gk8888-login__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-troubleshooting-gk8888-login__section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-troubleshooting-gk8888-login__section:nth-of-type(even) {
  background-color: #0A4B2C; /* Deep Green for alternating sections */
}

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

.page-blog-troubleshooting-gk8888-login__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(87, 227, 141, 0.3);
}

.page-blog-troubleshooting-gk8888-login__section p {
  color: #A7D9B8;
  margin-bottom: 20px;
  font-size: 1.05rem;
  text-align: justify;
}

.page-blog-troubleshooting-gk8888-login__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 1000px; /* Recommended content image size */
}

.page-blog-troubleshooting-gk8888-login__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-troubleshooting-gk8888-login__card {
  background-color: #11271B; /* Card BG color */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #F2FFF6; /* Text Main for card content */
  border: 1px solid #2E7A4E; /* Border color */
}

.page-blog-troubleshooting-gk8888-login__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-troubleshooting-gk8888-login__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold color for card titles */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-troubleshooting-gk8888-login__solution-list,
.page-blog-troubleshooting-gk8888-login__tip-list,
.page-blog-troubleshooting-gk8888-login__support-channels {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-troubleshooting-gk8888-login__solution-item,
.page-blog-troubleshooting-gk8888-login__tip-item,
.page-blog-troubleshooting-gk8888-login__channel-item {
  background-color: #11271B;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-left: 5px solid #22C768;
}

.page-blog-troubleshooting-gk8888-login__solution-heading,
.page-blog-troubleshooting-gk8888-login__tip-heading,
.page-blog-troubleshooting-gk8888-login__channel-heading {
  font-size: 1.4rem;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-blog-troubleshooting-gk8888-login__sub-list {
  list-style-type: disc;
  margin-left: 20px;
  color: #A7D9B8;
}

.page-blog-troubleshooting-gk8888-login__sub-list li {
  margin-bottom: 8px;
}

.page-blog-troubleshooting-gk8888-login__faq-list {
  margin-top: 40px;
}

.page-blog-troubleshooting-gk8888-login__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-troubleshooting-gk8888-login__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  color: #F2FFF6;
  background-color: #0A4B2C; /* Deep Green for FAQ question background */
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-troubleshooting-gk8888-login__faq-question:hover {
  background-color: #1E3A2A;
}

.page-blog-troubleshooting-gk8888-login__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #F2C14E;
}

.page-blog-troubleshooting-gk8888-login__faq-item[open] .page-blog-troubleshooting-gk8888-login__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-troubleshooting-gk8888-login__faq-answer {
  padding: 20px 25px;
  font-size: 1.05rem;
  color: #A7D9B8;
}

.page-blog-troubleshooting-gk8888-login__faq-answer p {
  margin-bottom: 0;
}

/* Ensure images are responsive */
.page-blog-troubleshooting-gk8888-login img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

  .page-blog-troubleshooting-gk8888-login__hero-content {
    padding: 30px 15px;
  }

  .page-blog-troubleshooting-gk8888-login__main-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .page-blog-troubleshooting-gk8888-login__intro-text {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-troubleshooting-gk8888-login__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-troubleshooting-gk8888-login__section {
    padding: 40px 0;
  }

  .page-blog-troubleshooting-gk8888-login__container {
    padding: 0 15px;
  }

  .page-blog-troubleshooting-gk8888-login__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-troubleshooting-gk8888-login__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-troubleshooting-gk8888-login__card {
    padding: 20px;
  }

  .page-blog-troubleshooting-gk8888-login__card-title {
    font-size: 1.3rem;
  }

  .page-blog-troubleshooting-gk8888-login__solution-item,
  .page-blog-troubleshooting-gk8888-login__tip-item,
  .page-blog-troubleshooting-gk8888-login__channel-item {
    padding: 20px;
  }

  .page-blog-troubleshooting-gk8888-login__solution-heading,
  .page-blog-troubleshooting-gk8888-login__tip-heading,
  .page-blog-troubleshooting-gk8888-login__channel-heading {
    font-size: 1.2rem;
  }

  .page-blog-troubleshooting-gk8888-login__faq-question {
    padding: 15px 20px;
    font-size: 1.1rem;
  }

  .page-blog-troubleshooting-gk8888-login__faq-answer {
    padding: 15px 20px;
  }

  /* Force responsive images, videos, and buttons */
  .page-blog-troubleshooting-gk8888-login img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-troubleshooting-gk8888-login video,
  .page-blog-troubleshooting-gk8888-login__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-troubleshooting-gk8888-login__section,
  .page-blog-troubleshooting-gk8888-login__card,
  .page-blog-troubleshooting-gk8888-login__container,
  .page-blog-troubleshooting-gk8888-login__video-section,
  .page-blog-troubleshooting-gk8888-login__video-container,
  .page-blog-troubleshooting-gk8888-login__video-wrapper,
  .page-blog-troubleshooting-gk8888-login__cta-buttons,
  .page-blog-troubleshooting-gk8888-login__button-group,
  .page-blog-troubleshooting-gk8888-login__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal scroll */
  }
  
  .page-blog-troubleshooting-gk8888-login__video-section {
    padding-top: 10px !important;
  }
  
  .page-blog-troubleshooting-gk8888-login__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* Styling for details/summary */
.page-blog-troubleshooting-gk8888-login__faq-item summary {
  list-style: none;
}

.page-blog-troubleshooting-gk8888-login__faq-item summary::-webkit-details-marker {
  display: none;
}