.page-resources-lucky8-login-faq {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #f8f8f8; /* Inherited from shared.css, explicitly setting for context */
}

.page-resources-lucky8-login-faq__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-lucky8-login-faq__hero-section {
  background: linear-gradient(135deg, #1A202C, #FFD700);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-lucky8-login-faq__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-lucky8-login-faq__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-lucky8-login-faq__hero-description a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-lucky8-login-faq__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-lucky8-login-faq__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-lucky8-login-faq__button--primary {
  background-color: #FFD700;
  color: #1A202C;
  border: 2px solid #FFD700;
}

.page-resources-lucky8-login-faq__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-lucky8-login-faq__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-lucky8-login-faq__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-resources-lucky8-login-faq__content-area {
  padding: 60px 0;
}

.page-resources-lucky8-login-faq__section-title {
  font-size: 2.2em;
  color: #1A202C;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-lucky8-login-faq__section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-resources-lucky8-login-faq__toc {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}

.page-resources-lucky8-login-faq__toc li {
  display: inline-block;
  margin: 0 15px 10px;
}

.page-resources-lucky8-login-faq__toc a {
  text-decoration: none;
  color: #1A202C;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.page-resources-lucky8-login-faq__toc a:hover {
  color: #FFD700;
  border-color: #FFD700;
}

.page-resources-lucky8-login-faq__faq-category {
  margin-bottom: 60px;
}

.page-resources-lucky8-login-faq__category-title {
  font-size: 2em;
  color: #1A202C;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.page-resources-lucky8-login-faq__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 25px;
  margin-bottom: 20px;
}

.page-resources-lucky8-login-faq__question {
  font-size: 1.3em;
  color: #1A202C;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-lucky8-login-faq__question a {
  color: #1A202C;
  text-decoration: none;
}

.page-resources-lucky8-login-faq__question a:hover {
  text-decoration: underline;
  color: #FFD700;
}

.page-resources-lucky8-login-faq__answer {
  font-size: 1.05em;
  color: #555555;
}

.page-resources-lucky8-login-faq__answer a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-lucky8-login-faq__image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-lucky8-login-faq__cta-section {
  background-color: #1A202C;
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
  border-radius: 8px;
  margin-top: 60px;
}

.page-resources-lucky8-login-faq__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-resources-lucky8-login-faq__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-lucky8-login-faq__cta-description a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-lucky8-login-faq__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-lucky8-login-faq__related-resources {
  margin-top: 80px;
  text-align: center;
}

.page-resources-lucky8-login-faq__resource-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-lucky8-login-faq__resource-list li {
  margin-bottom: 10px;
}

.page-resources-lucky8-login-faq__resource-list a {
  color: #1A202C;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-lucky8-login-faq__resource-list a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-lucky8-login-faq__back-to-resources {
  display: inline-block;
  padding: 10px 25px;
  background-color: #1A202C;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-lucky8-login-faq__back-to-resources:hover {
  background-color: #0d1016;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-lucky8-login-faq__main-title {
    font-size: 2.5em;
  }
  .page-resources-lucky8-login-faq__hero-description {
    font-size: 1em;
  }
  .page-resources-lucky8-login-faq__hero-buttons,
  .page-resources-lucky8-login-faq__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-lucky8-login-faq__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-lucky8-login-faq__section-title {
    font-size: 1.8em;
  }
  .page-resources-lucky8-login-faq__category-title {
    font-size: 1.6em;
  }
  .page-resources-lucky8-login-faq__question {
    font-size: 1.1em;
  }
  .page-resources-lucky8-login-faq__cta-title {
    font-size: 2em;
  }
  .page-resources-lucky8-login-faq__toc li {
    display: block;
    margin: 5px 0;
  }
}