/* style/resources-luck8-login-troubleshooting.css */

.page-resources-luck8-login-troubleshooting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-luck8-login-troubleshooting__hero {
  background: linear-gradient(135deg, #0A2463, #3B5998);
  padding: 80px 20px;
  color: #ffffff;
  text-align: center;
}

.page-resources-luck8-login-troubleshooting__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-luck8-login-troubleshooting__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-luck8-login-troubleshooting__subtitle {
  font-size: 1.2em;
  opacity: 0.9;
}

.page-resources-luck8-login-troubleshooting__subtitle a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-luck8-login-troubleshooting__subtitle a:hover {
  text-decoration: underline;
}

.page-resources-luck8-login-troubleshooting__content-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}

.page-resources-luck8-login-troubleshooting__article-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-luck8-login-troubleshooting__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-luck8-login-troubleshooting__back-link:hover {
  color: #FFD700;
}

.page-resources-luck8-login-troubleshooting__heading {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-luck8-login-troubleshooting__sub-heading {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-luck8-login-troubleshooting p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #444;
  line-height: 1.7;
}

.page-resources-luck8-login-troubleshooting__highlight {
  color: #0A2463;
  font-weight: bold;
}

.page-resources-luck8-login-troubleshooting__list,
.page-resources-luck8-login-troubleshooting__ordered-list {
  margin-bottom: 1.5em;
  padding-left: 25px;
  list-style-type: disc;
  color: #444;
}

.page-resources-luck8-login-troubleshooting__ordered-list {
  list-style-type: decimal;
}

.page-resources-luck8-login-troubleshooting__list li,
.page-resources-luck8-login-troubleshooting__ordered-list li {
  margin-bottom: 0.8em;
  font-size: 1.05em;
}

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

.page-resources-luck8-login-troubleshooting__button {
  display: inline-block;
  background-color: #0A2463;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 15px;
  border: none;
  cursor: pointer;
}

.page-resources-luck8-login-troubleshooting__button:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-2px);
}

.page-resources-luck8-login-troubleshooting__button--primary {
  background-color: #FFD700;
  color: #0A2463;
}

.page-resources-luck8-login-troubleshooting__button--primary:hover {
  background-color: #e6c200;
  color: #0A2463;
}

.page-resources-luck8-login-troubleshooting__cta-text {
  text-align: center;
  margin-top: 30px;
  font-size: 1.15em;
  font-weight: bold;
  color: #0A2463;
}

.page-resources-luck8-login-troubleshooting__cta-text a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-luck8-login-troubleshooting__title {
    font-size: 2.2em;
  }

  .page-resources-luck8-login-troubleshooting__heading {
    font-size: 1.8em;
  }

  .page-resources-luck8-login-troubleshooting__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-luck8-login-troubleshooting p,
  .page-resources-luck8-login-troubleshooting__list li,
  .page-resources-luck8-login-troubleshooting__ordered-list li {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-luck8-login-troubleshooting__hero {
    padding: 60px 15px;
  }

  .page-resources-luck8-login-troubleshooting__title {
    font-size: 1.8em;
  }

  .page-resources-luck8-login-troubleshooting__subtitle {
    font-size: 1em;
  }

  .page-resources-luck8-login-troubleshooting__article-content {
    padding: 20px;
  }

  .page-resources-luck8-login-troubleshooting__heading {
    font-size: 1.5em;
  }

  .page-resources-luck8-login-troubleshooting__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-luck8-login-troubleshooting__list,
  .page-resources-luck8-login-troubleshooting__ordered-list {
    padding-left: 20px;
  }

  .page-resources-luck8-login-troubleshooting__button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}