.page-blog-troubleshooting-aok88-download-issues {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f8f9fa; /* Body background from shared.css */
  direction: ltr;
}

.page-blog-troubleshooting-aok88-download-issues__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
  color: #F2FFF6; /* Text Main for dark background */
  background: #08160F; /* Background color */
}

.page-blog-troubleshooting-aok88-download-issues__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Slightly transparent to allow text readability */
}

.page-blog-troubleshooting-aok88-download-issues__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-troubleshooting-aok88-download-issues__main-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-troubleshooting-aok88-download-issues__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-troubleshooting-aok88-download-issues__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-troubleshooting-aok88-download-issues__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-troubleshooting-aok88-download-issues__btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-troubleshooting-aok88-download-issues__content-section {
  padding: 40px 0;
  color: #333333;
  background-color: #f8f9fa;
}

.page-blog-troubleshooting-aok88-download-issues__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-troubleshooting-aok88-download-issues__section-title {
  color: #11A84E; /* Main color */
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 2.2em;
  text-align: center;
}

.page-blog-troubleshooting-aok88-download-issues__sub-title {
  color: #22C768; /* Auxiliary color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8em;
}

.page-blog-troubleshooting-aok88-download-issues__paragraph {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-blog-troubleshooting-aok88-download-issues__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-blog-troubleshooting-aok88-download-issues__list-item {
  margin-bottom: 10px;
  color: #333333;
}

.page-blog-troubleshooting-aok88-download-issues__list-heading {
  color: #11A84E;
}

.page-blog-troubleshooting-aok88-download-issues__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-troubleshooting-aok88-download-issues__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-troubleshooting-aok88-download-issues__step-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-blog-troubleshooting-aok88-download-issues__step-card:hover {
  transform: translateY(-5px);
}

.page-blog-troubleshooting-aok88-download-issues__step-title {
  color: #11A84E;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-blog-troubleshooting-aok88-download-issues__step-description {
  color: #555555;
}

.page-blog-troubleshooting-aok88-download-issues__highlight {
  font-weight: bold;
  color: #0A4B2C; /* Deep Green */
}

.page-blog-troubleshooting-aok88-download-issues__official-download-area {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-troubleshooting-aok88-download-issues__official-download-area .page-blog-troubleshooting-aok88-download-issues__image {
  margin-top: 0;
  margin-bottom: 25px;
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-troubleshooting-aok88-download-issues__text-gold {
  color: #F2C14E; /* Gold */
  font-weight: bold;
}

.page-blog-troubleshooting-aok88-download-issues__faq-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-troubleshooting-aok88-download-issues__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-troubleshooting-aok88-download-issues__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: bold;
  color: #11A84E; /* Main color */
  cursor: pointer;
  background-color: #f2fff6; /* Light background for question */
  transition: background-color 0.3s ease;
  list-style: none; /* Remove default marker for summary */
}

.page-blog-troubleshooting-aok88-download-issues__faq-question::-webkit-details-marker {
  display: none; /* Remove default marker for webkit */
}

.page-blog-troubleshooting-aok88-download-issues__faq-question:hover {
  background-color: #e6f5ea;
}

.page-blog-troubleshooting-aok88-download-issues__faq-qtext {
  flex-grow: 1;
}

.page-blog-troubleshooting-aok88-download-issues__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #0A4B2C; /* Deep Green */
}

.page-blog-troubleshooting-aok88-download-issues__faq-answer {
  padding: 15px 25px 20px;
  border-top: 1px solid #e9ecef;
  color: #555555;
}

.page-blog-troubleshooting-aok88-download-issues__cta-bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-troubleshooting-aok88-download-issues {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-troubleshooting-aok88-download-issues__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-troubleshooting-aok88-download-issues__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em); /* Responsive H1 font size */
  }

  .page-blog-troubleshooting-aok88-download-issues__intro-text {
    font-size: 1em;
  }

  .page-blog-troubleshooting-aok88-download-issues__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-troubleshooting-aok88-download-issues__sub-title {
    font-size: 1.5em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-troubleshooting-aok88-download-issues__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-troubleshooting-aok88-download-issues__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-troubleshooting-aok88-download-issues__step-by-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-troubleshooting-aok88-download-issues__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-blog-troubleshooting-aok88-download-issues__faq-question {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  .page-blog-troubleshooting-aok88-download-issues__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-troubleshooting-aok88-download-issues__faq-answer {
    padding: 10px 20px 15px;
  }
  
  .page-blog-troubleshooting-aok88-download-issues__list {
    margin-left: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-troubleshooting-aok88-download-issues__hero-content {
    padding: 10px;
  }

  .page-blog-troubleshooting-aok88-download-issues__main-title {
    font-size: clamp(1.5em, 6vw, 2em);
  }

  .page-blog-troubleshooting-aok88-download-issues__intro-text {
    font-size: 0.95em;
  }
}