.page-resources-188loto-app-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-188loto-app-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-188loto-app-guide__container--center {
  text-align: center;
}

.page-resources-188loto-app-guide__section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-resources-188loto-app-guide__section:nth-of-type(even) {
  background-color: #f8f8f8; /* Slightly different background for alternating sections */
}

.page-resources-188loto-app-guide__hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 20px;
  background-color: #26A9E0; /* Primary brand color for hero */
  color: #FFFFFF;
  gap: 40px;
  min-height: 500px;
}

.page-resources-188loto-app-guide__hero-content {
  flex: 1;
  max-width: 600px;
}

.page-resources-188loto-app-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-188loto-app-guide__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-188loto-app-guide__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-188loto-app-guide__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-188loto-app-guide__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 50px;
}

.page-resources-188loto-app-guide__sub-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-188loto-app-guide__text-block {
  flex: 1;
}

.page-resources-188loto-app-guide__content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-resources-188loto-app-guide__flex-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.page-resources-188loto-app-guide__flex-content--reverse {
  flex-direction: row-reverse;
}

.page-resources-188loto-app-guide__image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-188loto-app-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-188loto-app-guide__benefits-list {
  list-style: disc inside;
  margin-left: 20px;
  margin-top: 20px;
}

.page-resources-188loto-app-guide__benefits-list li {
  margin-bottom: 10px;
  color: #333333;
}

.page-resources-188loto-app-guide__cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.page-resources-188loto-app-guide__cta-buttons--center {
  justify-content: center;
}

.page-resources-188loto-app-guide__btn-primary,
.page-resources-188loto-app-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-188loto-app-guide__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-resources-188loto-app-guide__btn-primary:hover {
  background-color: #1a7fb8;
  border-color: #1a7fb8;
}

.page-resources-188loto-app-guide__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-188loto-app-guide__btn-secondary:hover {
  background-color: #e6f7ff;
  color: #26A9E0;
}

.page-resources-188loto-app-guide__btn-small {
  padding: 10px 20px;
  font-size: 0.9em;
}

/* Login button color */
.page-resources-188loto-app-guide__btn-login {
  background-color: #EA7C07;
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-resources-188loto-app-guide__btn-login:hover {
  background-color: #c96a06;
  border-color: #c96a06;
}

.page-resources-188loto-app-guide__download-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-188loto-app-guide__step-card {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-188loto-app-guide__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 20px;
}

.page-resources-188loto-app-guide__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-188loto-app-guide__step-card ol {
  list-style: decimal inside;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-resources-188loto-app-guide__step-card ol li {
  margin-bottom: 10px;
}

.page-resources-188loto-app-guide__troubleshoot-title {
  text-align: center;
  margin-top: 40px;
}

.page-resources-188loto-app-guide__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-188loto-app-guide__game-card {
  background-color: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-resources-188loto-app-guide__game-card .page-resources-188loto-app-guide__card-title {
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-resources-188loto-app-guide__faq-main-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-188loto-app-guide__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-188loto-app-guide__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-188loto-app-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

.page-resources-188loto-app-guide__faq-question:hover {
  background-color: #e6e6e6;
}

.page-resources-188loto-app-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-188loto-app-guide__faq-item.active .page-resources-188loto-app-guide__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-resources-188loto-app-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: #555555;
}

.page-resources-188loto-app-guide__faq-item.active .page-resources-188loto-app-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 25px !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-188loto-app-guide__hero-section {
    flex-direction: column;
    text-align: center;
    padding: 60px 20px;
  }

  .page-resources-188loto-app-guide__hero-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .page-resources-188loto-app-guide__main-title {
    font-size: 2.5em;
  }

  .page-resources-188loto-app-guide__intro-text {
    font-size: 1.1em;
  }

  .page-resources-188loto-app-guide__content-grid,
  .page-resources-188loto-app-guide__flex-content,
  .page-resources-188loto-app-guide__flex-content--reverse {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-resources-188loto-app-guide {
    font-size: 16px;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile padding is correct */
  }

  .page-resources-188loto-app-guide__container {
    padding: 0 15px;
  }

  .page-resources-188loto-app-guide__hero-section {
    padding: 40px 15px;
  }

  .page-resources-188loto-app-guide__main-title {
    font-size: 2em;
  }

  .page-resources-188loto-app-guide__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-resources-188loto-app-guide__sub-title {
    font-size: 1.5em;
  }

  .page-resources-188loto-app-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-resources-188loto-app-guide__btn-primary,
  .page-resources-188loto-app-guide__btn-secondary,
  .page-resources-188loto-app-guide a[class*="button"],
  .page-resources-188loto-app-guide a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-188loto-app-guide__download-steps {
    grid-template-columns: 1fr;
  }

  /* Image responsive for mobile */
  .page-resources-188loto-app-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-188loto-app-guide__section,
  .page-resources-188loto-app-guide__card,
  .page-resources-188loto-app-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-188loto-app-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  /* Video responsive for mobile - if any */
  .page-resources-188loto-app-guide video,
  .page-resources-188loto-app-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-188loto-app-guide__video-section,
  .page-resources-188loto-app-guide__video-container,
  .page-resources-188loto-app-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

}