.page-resources-how-to-login-66ff {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #ffffff; /* Default body background */
}

.page-resources-how-to-login-66ff__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-how-to-login-66ff__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px);
  background-color: #26A9E0;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.page-resources-how-to-login-66ff__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-how-to-login-66ff__hero-section .page-resources-how-to-login-66ff__container {
  position: relative;
  z-index: 1;
}

.page-resources-how-to-login-66ff__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-how-to-login-66ff__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-login-66ff__btn-primary {
  display: inline-block;
  background-color: #EA7C07; /* Login button color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
}

.page-resources-how-to-login-66ff__btn-primary:hover {
  background-color: #d16b06;
}

.page-resources-how-to-login-66ff__btn-primary--center {
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
}

.page-resources-how-to-login-66ff__content-area {
  padding: 60px 0;
}

.page-resources-how-to-login-66ff__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-how-to-login-66ff__section-title--white {
  color: #ffffff;
}

.page-resources-how-to-login-66ff__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-login-66ff__paragraph--white {
  color: #ffffff;
}

.page-resources-how-to-login-66ff__steps-grid, 
.page-resources-how-to-login-66ff__tips-grid, 
.page-resources-how-to-login-66ff__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-login-66ff__step-item, 
.page-resources-how-to-login-66ff__tip-card, 
.page-resources-how-to-login-66ff__benefit-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
  border: 1px solid #e0e0e0; /* Added for contrast fix */
}

.page-resources-how-to-login-66ff__step-item:hover, 
.page-resources-how-to-login-66ff__tip-card:hover, 
.page-resources-how-to-login-66ff__benefit-card:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-login-66ff__step-icon {
  width: 60px;
  height: 60px;
  background-color: #26A9E0;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.page-resources-how-to-login-66ff__step-title, 
.page-resources-how-to-login-66ff__tip-title, 
.page-resources-how-to-login-66ff__benefit-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-how-to-login-66ff__step-description, 
.page-resources-how-to-login-66ff__tip-description, 
.page-resources-how-to-login-66ff__benefit-description {
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

.page-resources-how-to-login-66ff__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-login-66ff__issue-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-resources-how-to-login-66ff__issue-item {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-left: 5px solid #26A9E0;
  border: 1px solid #e0e0e0; /* Added for contrast fix */
}

.page-resources-how-to-login-66ff__issue-title {
  font-size: 1.4em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-resources-how-to-login-66ff__issue-description {
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

.page-resources-how-to-login-66ff__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-login-66ff__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-login-66ff__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-how-to-login-66ff__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  background-color: #000000; /* Fallback for video background */
}

.page-resources-how-to-login-66ff__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.page-resources-how-to-login-66ff__faq-section {
  padding: 60px 0;
}

.page-resources-how-to-login-66ff__faq-list {
  margin-top: 40px;
}

.page-resources-how-to-login-66ff__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e0e0e0; /* Added for contrast fix */
}

.page-resources-how-to-login-66ff__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-login-66ff__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-how-to-login-66ff__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-resources-how-to-login-66ff__faq-item[open] .page-resources-how-to-login-66ff__faq-toggle {
  content: '−';
}

.page-resources-how-to-login-66ff__faq-answer {
  padding: 20px;
  font-size: 1em;
  color: #555555;
  text-align: justify;
}

.page-resources-how-to-login-66ff__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-how-to-login-66ff__faq-item summary {
  list-style: none;
}

.page-resources-how-to-login-66ff__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-resources-how-to-login-66ff__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-resources-how-to-login-66ff__btn-secondary {
  display: inline-block;
  background-color: #ffffff;
  color: #26A9E0;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #26A9E0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-how-to-login-66ff__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-how-to-login-66ff__main-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-login-66ff__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-login-66ff {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-login-66ff__hero-section {
    padding: 60px 20px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile header offset */
  }

  .page-resources-how-to-login-66ff__main-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-resources-how-to-login-66ff__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-resources-how-to-login-66ff__section-title {
    font-size: 1.6em;
    margin-bottom: 30px;
  }

  .page-resources-how-to-login-66ff__content-area, 
  .page-resources-how-to-login-66ff__faq-section, 
  .page-resources-how-to-login-66ff__cta-section {
    padding: 40px 0;
  }

  .page-resources-how-to-login-66ff__steps-grid, 
  .page-resources-how-to-login-66ff__tips-grid, 
  .page-resources-how-to-login-66ff__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-how-to-login-66ff__step-item, 
  .page-resources-how-to-login-66ff__tip-card, 
  .page-resources-how-to-login-66ff__benefit-card, 
  .page-resources-how-to-login-66ff__issue-item, 
  .page-resources-how-to-login-66ff__faq-item {
    padding: 20px;
  }

  .page-resources-how-to-login-66ff__step-title, 
  .page-resources-how-to-login-66ff__tip-title, 
  .page-resources-how-to-login-66ff__benefit-title, 
  .page-resources-how-to-login-66ff__issue-title {
    font-size: 1.3em;
  }

  .page-resources-how-to-login-66ff__content-image {
    margin: 30px auto;
  }

  .page-resources-how-to-login-66ff__video-section {
    padding: 40px 0;
  }

  .page-resources-how-to-login-66ff__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 56.25% !important; /* Ensure aspect ratio on mobile */
  }

  .page-resources-how-to-login-66ff__video {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  .page-resources-how-to-login-66ff img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-how-to-login-66ff__section,
  .page-resources-how-to-login-66ff__card,
  .page-resources-how-to-login-66ff__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-login-66ff__btn-primary,
  .page-resources-how-to-login-66ff__btn-secondary,
  .page-resources-how-to-login-66ff a[class*="button"],
  .page-resources-how-to-login-66ff 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: 12px 20px;
  }

  .page-resources-how-to-login-66ff__button-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-login-66ff__main-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-login-66ff__section-title {
    font-size: 1.4em;
  }

  .page-resources-how-to-login-66ff__btn-primary, .page-resources-how-to-login-66ff__btn-secondary {
    font-size: 0.9em;
    padding: 10px 15px;
  }
}