.page-resources-bingo-plus-login-security-guide {
  color: #333333; /* Dark text for default light body background */
}

.page-resources-bingo-plus-login-security-guide__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}

.page-resources-bingo-plus-login-security-guide__hero-content {
  max-width: 900px;
  padding: 40px 20px;
}

.page-resources-bingo-plus-login-security-guide__hero-title {
  font-size: 2.8em;
  color: #007bff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-bingo-plus-login-security-guide__hero-description {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
}

.page-resources-bingo-plus-login-security-guide__hero-button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  margin: 10px;
}

.page-resources-bingo-plus-login-security-guide__hero-button:hover {
  background-color: #0056b3;
}

.page-resources-bingo-plus-login-security-guide__hero-button--secondary {
  background-color: #ffc107;
  color: #333333;
}

.page-resources-bingo-plus-login-security-guide__hero-button--secondary:hover {
  background-color: #e0a800;
}

.page-resources-bingo-plus-login-security-guide__hero-image {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
}

.page-resources-bingo-plus-login-security-guide__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-bingo-plus-login-security-guide__article-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.page-resources-bingo-plus-login-security-guide__article-container {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-bingo-plus-login-security-guide__article-heading {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-resources-bingo-plus-login-security-guide__article-subheading {
  font-size: 1.5em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-bingo-plus-login-security-guide__article-paragraph {
  margin-bottom: 1em;
}

.page-resources-bingo-plus-login-security-guide__article-paragraph a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-bingo-plus-login-security-guide__article-paragraph a:hover {
  text-decoration: underline;
}

.page-resources-bingo-plus-login-security-guide__checklist,
.page-resources-bingo-plus-login-security-guide__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-bingo-plus-login-security-guide__ordered-list {
  list-style-type: decimal;
}

.page-resources-bingo-plus-login-security-guide__checklist-item,
.page-resources-bingo-plus-login-security-guide__ordered-list-item {
  margin-bottom: 10px;
}

.page-resources-bingo-plus-login-security-guide__image-wrapper {
  margin: 30px auto;
  text-align: center;
  max-width: 800px;
}

.page-resources-bingo-plus-login-security-guide__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-bingo-plus-login-security-guide__faq-item {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-bingo-plus-login-security-guide__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-bingo-plus-login-security-guide__faq-answer {
  font-size: 1em;
  color: #555;
}

.page-resources-bingo-plus-login-security-guide__cta-buttons {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-bingo-plus-login-security-guide__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;
  margin: 10px;
  min-width: 200px;
}

.page-resources-bingo-plus-login-security-guide__cta-button:hover {
  background-color: #0056b3;
}

.page-resources-bingo-plus-login-security-guide__cta-button--secondary {
  background-color: #ffc107;
  color: #333333;
}

.page-resources-bingo-plus-login-security-guide__cta-button--secondary:hover {
  background-color: #e0a800;
}

.page-resources-bingo-plus-login-security-guide__related-resources {
  background-color: #f1f7fe;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-bingo-plus-login-security-guide__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-bingo-plus-login-security-guide__related-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 40px;
}

.page-resources-bingo-plus-login-security-guide__resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-resources-bingo-plus-login-security-guide__resource-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-bingo-plus-login-security-guide__resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-bingo-plus-login-security-guide__resource-card-title {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-resources-bingo-plus-login-security-guide__resource-card-title a {
  color: #007bff;
  text-decoration: none;
}

.page-resources-bingo-plus-login-security-guide__resource-card-title a:hover {
  text-decoration: underline;
}

.page-resources-bingo-plus-login-security-guide__resource-card-description {
  font-size: 1em;
  color: #666;
}

.page-resources-bingo-plus-login-security-guide__back-button {
  display: inline-block;
  background-color: #007bff;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-bingo-plus-login-security-guide__back-button:hover {
  background-color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-bingo-plus-login-security-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-bingo-plus-login-security-guide__article-heading {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-bingo-plus-login-security-guide__hero-section {
    flex-direction: column;
    padding: 30px 15px;
  }

  .page-resources-bingo-plus-login-security-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-bingo-plus-login-security-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-bingo-plus-login-security-guide__hero-button {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px;
  }

  .page-resources-bingo-plus-login-security-guide__article-section {
    padding: 40px 15px;
  }

  .page-resources-bingo-plus-login-security-guide__article-heading {
    font-size: 1.6em;
  }

  .page-resources-bingo-plus-login-security-guide__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-bingo-plus-login-security-guide__article-container {
    font-size: 1em;
  }

  .page-resources-bingo-plus-login-security-guide__image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-bingo-plus-login-security-guide__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
    min-width: unset;
  }

  .page-resources-bingo-plus-login-security-guide__related-title {
    font-size: 2em;
  }

  .page-resources-bingo-plus-login-security-guide__resource-grid {
    grid-template-columns: 1fr;
  }

  /* Ensure all content area images are responsive and don't overflow */
  .page-resources-bingo-plus-login-security-guide img {
    max-width: 100%;
    height: auto;
  }

  /* Override any potentially smaller image sizes if they target content area images */
  .page-resources-bingo-plus-login-security-guide .page-resources-bingo-plus-login-security-guide__image-wrapper img,
  .page-resources-bingo-plus-login-security-guide .page-resources-bingo-plus-login-security-guide__hero-image img {
    min-width: 200px;
    min-height: 200px;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-bingo-plus-login-security-guide__hero-title {
    font-size: 1.5em;
  }

  .page-resources-bingo-plus-login-security-guide__hero-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-resources-bingo-plus-login-security-guide__article-heading {
    font-size: 1.4em;
  }

  .page-resources-bingo-plus-login-security-guide__article-subheading {
    font-size: 1.2em;
  }

  .page-resources-bingo-plus-login-security-guide__cta-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}