.page-resources-loto188-login-troubleshooting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-loto188-login-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-loto188-login-troubleshooting__hero-section {
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #017439;
  color: #FFFFFF;
}

.page-resources-loto188-login-troubleshooting__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-loto188-login-troubleshooting__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

.page-resources-loto188-login-troubleshooting__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-loto188-login-troubleshooting__btn-primary,
.page-resources-loto188-login-troubleshooting__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-loto188-login-troubleshooting__btn-primary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-resources-loto188-login-troubleshooting__btn-primary:hover {
  background-color: #005f2e;
  border-color: #005f2e;
}

.page-resources-loto188-login-troubleshooting__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-loto188-login-troubleshooting__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005f2e;
  border-color: #005f2e;
}

/* Specific button colors from custom palette */
.page-resources-loto188-login-troubleshooting__btn-primary[style*="#C30808"] {
  background-color: #C30808;
  border-color: #C30808;
  color: #FFFF00; /* Custom font color for register/login */
}

.page-resources-loto188-login-troubleshooting__btn-primary[style*="#C30808"]:hover {
  background-color: #a30707;
  border-color: #a30707;
}

.page-resources-loto188-login-troubleshooting__section-title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
  color: #017439;
}

.page-resources-loto188-login-troubleshooting__section-subtitle {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

.page-resources-loto188-login-troubleshooting__intro-section,
.page-resources-loto188-login-troubleshooting__guide-section,
.page-resources-loto188-login-troubleshooting__troubleshooting-section,
.page-resources-loto188-login-troubleshooting__faq-section,
.page-resources-loto188-login-troubleshooting__conclusion-section {
  padding: 60px 0;
}

.page-resources-loto188-login-troubleshooting__intro-section {
  background-color: #FFFFFF;
}

.page-resources-loto188-login-troubleshooting__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.page-resources-loto188-login-troubleshooting__text-block {
  flex: 1;
}

.page-resources-loto188-login-troubleshooting__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-loto188-login-troubleshooting__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-loto188-login-troubleshooting__guide-section {
  background-color: #F8F8F8;
}

.page-resources-loto188-login-troubleshooting__steps-grid,
.page-resources-loto188-login-troubleshooting__problem-solution-grid,
.page-resources-loto188-login-troubleshooting__security-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-loto188-login-troubleshooting__step-card,
.page-resources-loto188-login-troubleshooting__problem-card,
.page-resources-loto188-login-troubleshooting__security-card {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-resources-loto188-login-troubleshooting__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-loto188-login-troubleshooting__card-title {
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #017439;
}

.page-resources-loto188-login-troubleshooting__step-card ol,
.page-resources-loto188-login-troubleshooting__step-card ul,
.page-resources-loto188-login-troubleshooting__problem-card ul,
.page-resources-loto188-login-troubleshooting__security-card ul {
  margin-left: 20px;
  padding-left: 0;
}

.page-resources-loto188-login-troubleshooting__step-card li,
.page-resources-loto188-login-troubleshooting__problem-card li,
.page-resources-loto188-login-troubleshooting__security-card li {
  margin-bottom: 10px;
}

.page-resources-loto188-login-troubleshooting__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-resources-loto188-login-troubleshooting__security-section {
  background-color: #017439;
  color: #FFFFFF;
}

.page-resources-loto188-login-troubleshooting__security-section .page-resources-loto188-login-troubleshooting__section-title,
.page-resources-loto188-login-troubleshooting__security-section .page-resources-loto188-login-troubleshooting__section-subtitle,
.page-resources-loto188-login-troubleshooting__security-section .page-resources-loto188-login-troubleshooting__card-title {
  color: #FFFFFF;
}

.page-resources-loto188-login-troubleshooting__security-card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}

.page-resources-loto188-login-troubleshooting__security-card .page-resources-loto188-login-troubleshooting__card-image {
  opacity: 0.9;
}

.page-resources-loto188-login-troubleshooting__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-loto188-login-troubleshooting__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.page-resources-loto188-login-troubleshooting__faq-item:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-loto188-login-troubleshooting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #017439;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-loto188-login-troubleshooting__faq-question:hover {
  background-color: #eaeaea;
}

.page-resources-loto188-login-troubleshooting__faq-question h3 {
  margin: 0;
  color: inherit;
}

.page-resources-loto188-login-troubleshooting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #017439;
}

.page-resources-loto188-login-troubleshooting__faq-item.active .page-resources-loto188-login-troubleshooting__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-loto188-login-troubleshooting__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-resources-loto188-login-troubleshooting__faq-item.active .page-resources-loto188-login-troubleshooting__faq-answer {
  max-height: 1000px !important; /* Use !important for priority */
  padding: 15px 25px 20px;
}

.page-resources-loto188-login-troubleshooting__conclusion-section {
  background-color: #F8F8F8;
  text-align: center;
}

.page-resources-loto188-login-troubleshooting__conclusion-section p {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: 1.1em;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-resources-loto188-login-troubleshooting__hero-title {
    font-size: 2.2em;
  }
  .page-resources-loto188-login-troubleshooting__section-title {
    font-size: 1.8em;
  }
  .page-resources-loto188-login-troubleshooting__content-wrapper {
    flex-direction: column;
  }
  .page-resources-loto188-login-troubleshooting__image-wrapper {
    order: -1; /* Image above text on smaller screens */
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .page-resources-loto188-login-troubleshooting__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure header offset on mobile */
  }
  .page-resources-loto188-login-troubleshooting__hero-title {
    font-size: 1.8em;
  }
  .page-resources-loto188-login-troubleshooting__hero-description {
    font-size: 1em;
  }
  .page-resources-loto188-login-troubleshooting__btn-primary,
  .page-resources-loto188-login-troubleshooting__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    margin-bottom: 10px; /* Add space between stacked buttons */
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-loto188-login-troubleshooting__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-resources-loto188-login-troubleshooting__container {
    padding: 0 15px;
  }
  .page-resources-loto188-login-troubleshooting__intro-section,
  .page-resources-loto188-login-troubleshooting__guide-section,
  .page-resources-loto188-login-troubleshooting__troubleshooting-section,
  .page-resources-loto188-login-troubleshooting__faq-section,
  .page-resources-loto188-login-troubleshooting__conclusion-section {
    padding: 40px 0;
  }
  .page-resources-loto188-login-troubleshooting__section-title {
    font-size: 1.5em;
  }
  .page-resources-loto188-login-troubleshooting__section-subtitle {
    font-size: 0.9em;
  }
  .page-resources-loto188-login-troubleshooting__step-card,
  .page-resources-loto188-login-troubleshooting__problem-card,
  .page-resources-loto188-login-troubleshooting__security-card {
    padding: 20px;
  }
  .page-resources-loto188-login-troubleshooting__card-title {
    font-size: 1.2em;
  }
  /* Mobile image responsiveness */
  .page-resources-loto188-login-troubleshooting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .page-resources-loto188-login-troubleshooting__section,
  .page-resources-loto188-login-troubleshooting__card,
  .page-resources-loto188-login-troubleshooting__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-loto188-login-troubleshooting__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-resources-loto188-login-troubleshooting__faq-answer {
    padding: 0 20px;
  }
  .page-resources-loto188-login-troubleshooting__faq-item.active .page-resources-loto188-login-troubleshooting__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-loto188-login-troubleshooting__hero-title {
    font-size: 1.5em;
  }
  .page-resources-loto188-login-troubleshooting__section-title {
    font-size: 1.3em;
  }
}