.page-resources-troubleshooting-login-issues {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-troubleshooting-login-issues__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 0;
}

.page-resources-troubleshooting-login-issues__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.5);
}

.page-resources-troubleshooting-login-issues__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.page-resources-troubleshooting-login-issues__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #007bff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-troubleshooting-login-issues__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
}

.page-resources-troubleshooting-login-issues__hero-button {
  display: inline-block;
  background-color: #dc3545;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-troubleshooting-login-issues__hero-button:hover {
  background-color: #c82333;
}

.page-resources-troubleshooting-login-issues__content-area {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-troubleshooting-login-issues__breadcrumb {
  font-size: 0.9em;
  margin-bottom: 20px;
  color: #666666;
}

.page-resources-troubleshooting-login-issues__breadcrumb-link {
  color: #007bff;
  text-decoration: none;
}

.page-resources-troubleshooting-login-issues__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-troubleshooting-login-issues__article-heading {
  font-size: 2em;
  color: #007bff;
  margin-top: 30px;
  margin-bottom: 15px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.page-resources-troubleshooting-login-issues__article-paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
}

.page-resources-troubleshooting-login-issues__section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-resources-troubleshooting-login-issues__solution-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-troubleshooting-login-issues__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-troubleshooting-login-issues__card-title {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-troubleshooting-login-issues__card-text {
  font-size: 0.95em;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-troubleshooting-login-issues__card-button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-troubleshooting-login-issues__card-button:hover {
  background-color: #0056b3;
}

.page-resources-troubleshooting-login-issues__ordered-list,
.page-resources-troubleshooting-login-issues__unordered-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-troubleshooting-login-issues__list-item {
  background-color: #f0f8ff;
  border-left: 5px solid #007bff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-resources-troubleshooting-login-issues__list-item strong {
  color: #007bff;
}

.page-resources-troubleshooting-login-issues__list-title {
  font-size: 1.25em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-troubleshooting-login-issues__list-text {
  font-size: 1em;
  color: #444444;
}

.page-resources-troubleshooting-login-issues__list-button {
  display: inline-block;
  background-color: #dc3545;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9em;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.page-resources-troubleshooting-login-issues__list-button:hover {
  background-color: #c82333;
}

.page-resources-troubleshooting-login-issues__contact-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  background-color: #e6f7ff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #b3e0ff;
}

.page-resources-troubleshooting-login-issues__contact-image {
  flex: 1 1 300px;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-troubleshooting-login-issues__contact-details {
  flex: 2 1 400px;
}

.page-resources-troubleshooting-login-issues__contact-title {
  font-size: 1.8em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-troubleshooting-login-issues__contact-text {
  font-size: 1.05em;
  color: #444444;
  margin-bottom: 25px;
}

.page-resources-troubleshooting-login-issues__contact-button {
  display: inline-block;
  background-color: #dc3545;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-troubleshooting-login-issues__contact-button:hover {
  background-color: #c82333;
}

.page-resources-troubleshooting-login-issues__cta-section {
  background-color: #f0f0f0;
  padding: 30px;
  text-align: center;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-resources-troubleshooting-login-issues__cta-text {
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 20px;
}

.page-resources-troubleshooting-login-issues__cta-button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.page-resources-troubleshooting-login-issues__cta-button:hover {
  background-color: #0056b3;
}

.page-resources-troubleshooting-login-issues__back-link {
  display: inline-block;
  margin-top: 30px;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-troubleshooting-login-issues__back-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-troubleshooting-login-issues__hero-title {
    font-size: 2em;
  }

  .page-resources-troubleshooting-login-issues__hero-description {
    font-size: 1em;
  }

  .page-resources-troubleshooting-login-issues__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-troubleshooting-login-issues__article-heading {
    font-size: 1.7em;
  }

  .page-resources-troubleshooting-login-issues__section-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-troubleshooting-login-issues__contact-section {
    flex-direction: column;
    text-align: center;
  }

  .page-resources-troubleshooting-login-issues__contact-image {
    max-width: 100%;
  }

  .page-resources-troubleshooting-login-issues__contact-title {
    font-size: 1.5em;
  }

  .page-resources-troubleshooting-login-issues__cta-text {
    font-size: 1.1em;
  }

  .page-resources-troubleshooting-login-issues__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }

  /* Ensure images in content area don't overflow */
  .page-resources-troubleshooting-login-issues__content-area img {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }
  .page-resources-troubleshooting-login-issues {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-troubleshooting-login-issues__hero-content {
    padding: 15px;
  }

  .page-resources-troubleshooting-login-issues__hero-title {
    font-size: 1.6em;
  }

  .page-resources-troubleshooting-login-issues__hero-description {
    font-size: 0.9em;
  }

  .page-resources-troubleshooting-login-issues__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-troubleshooting-login-issues__article-heading {
    font-size: 1.5em;
  }

  .page-resources-troubleshooting-login-issues__solution-card,
  .page-resources-troubleshooting-login-issues__list-item {
    padding: 15px;
  }

  .page-resources-troubleshooting-login-issues__card-title {
    font-size: 1.2em;
  }

  .page-resources-troubleshooting-login-issues__list-title {
    font-size: 1.1em;
  }

  .page-resources-troubleshooting-login-issues__contact-title {
    font-size: 1.3em;
  }
}