.page-resources-plus777-account-security {
  color: #333333; /* Dark text for default light body background */
}

.page-resources-plus777-account-security__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #007BFF; /* Primary brand color */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  padding-bottom: 40px; /* Add some padding below hero content */
}

.page-resources-plus777-account-security__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2; /* Subtle overlay for image */
}

.page-resources-plus777-account-security__hero-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.page-resources-plus777-account-security__hero-content {
  max-width: 800px;
}

.page-resources-plus777-account-security__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFC107; /* Auxiliary color for emphasis */
}

.page-resources-plus777-account-security__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-plus777-account-security__hero-button {
  display: inline-block;
  background-color: #FFC107; /* Auxiliary color for button */
  color: #007BFF; /* Primary color for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-plus777-account-security__hero-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-plus777-account-security__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-plus777-account-security__breadcrumb {
  margin-bottom: 30px;
  font-size: 0.9em;
  color: #666;
}

.page-resources-plus777-account-security__breadcrumb-link {
  color: #007BFF;
  text-decoration: none;
}

.page-resources-plus777-account-security__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-plus777-account-security__breadcrumb-current {
  color: #333;
  font-weight: bold;
}

.page-resources-plus777-account-security__article-header {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.page-resources-plus777-account-security__article-main-title {
  font-size: 2.5em;
  color: #007BFF;
  margin-bottom: 10px;
  line-height: 1.3;
}

.page-resources-plus777-account-security__article-meta {
  font-size: 0.9em;
  color: #666;
}

.page-resources-plus777-account-security__article-content p {
  margin-bottom: 1em;
}

.page-resources-plus777-account-security__article-subtitle {
  font-size: 1.8em;
  color: #007BFF;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-plus777-account-security__article-sub-subtitle {
  font-size: 1.4em;
  color: #333;
  margin-top: 25px;
  margin-bottom: 10px;
}

.page-resources-plus777-account-security__list,
.page-resources-plus777-account-security__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-resources-plus777-account-security__ordered-list {
  list-style-type: decimal;
}

.page-resources-plus777-account-security__list-item {
  margin-bottom: 0.5em;
}

.page-resources-plus777-account-security__figure {
  margin: 40px 0;
  text-align: center;
}

.page-resources-plus777-account-security__figure-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-plus777-account-security__figure-caption {
  font-size: 0.9em;
  color: #666;
  margin-top: 10px;
}

.page-resources-plus777-account-security__quote {
  background-color: #f9f9f9;
  border-left: 5px solid #FFC107;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555;
}

.page-resources-plus777-account-security__quote-text {
  margin: 0;
  font-size: 1.1em;
}

.page-resources-plus777-account-security__call-to-action {
  background-color: #007BFF;
  color: #ffffff;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-plus777-account-security__cta-text {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-plus777-account-security__cta-button {
  display: inline-block;
  background-color: #FFC107;
  color: #007BFF;
  padding: 15px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-plus777-account-security__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-plus777-account-security__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.page-resources-plus777-account-security__related-title {
  font-size: 2em;
  color: #007BFF;
  margin-bottom: 20px;
}

.page-resources-plus777-account-security__related-list {
  list-style: none;
  padding: 0;
}

.page-resources-plus777-account-security__related-item {
  margin-bottom: 10px;
}

.page-resources-plus777-account-security__related-link {
  color: #007BFF;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-plus777-account-security__related-link:hover {
  color: #FFC107;
  text-decoration: underline;
}

.page-resources-plus777-account-security__back-to-resources {
  margin-top: 40px;
  text-align: center;
}

.page-resources-plus777-account-security__back-button {
  display: inline-block;
  background-color: #f0f0f0;
  color: #007BFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-plus777-account-security__back-button:hover {
  background-color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-plus777-account-security__hero-title {
    font-size: 2.5em;
  }

  .page-resources-plus777-account-security__hero-description {
    font-size: 1em;
  }

  .page-resources-plus777-account-security__article-main-title {
    font-size: 2em;
  }

  .page-resources-plus777-account-security__article-subtitle {
    font-size: 1.5em;
  }

  .page-resources-plus777-account-security__cta-text {
    font-size: 1.2em;
  }

  .page-resources-plus777-account-security__hero-container {
    padding: 60px 15px;
  }

  .page-resources-plus777-account-security__content-area {
    padding: 15px;
  }

  /* Ensure images are responsive and do not overflow */
  .page-resources-plus777-account-security__figure-image,
  .page-resources-plus777-account-security__hero-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure minimum size is maintained */
    min-height: 200px; /* Ensure minimum size is maintained */
  }
}

@media (max-width: 480px) {
  .page-resources-plus777-account-security__hero-title {
    font-size: 2em;
  }

  .page-resources-plus777-account-security__hero-description {
    font-size: 0.9em;
  }

  .page-resources-plus777-account-security__hero-button,
  .page-resources-plus777-account-security__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-plus777-account-security__article-main-title {
    font-size: 1.8em;
  }

  .page-resources-plus777-account-security__article-subtitle {
    font-size: 1.3em;
  }

  .page-resources-plus777-account-security__cta-text {
    font-size: 1em;
  }
}