.page-resources-bingo-plus-game-security-fairness {
  color: #333333; /* Dark text for light body background */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background-color: #f9f9f9;
}

.page-resources-bingo-plus-game-security-fairness__hero-section {
  background-color: #0A2463; /* Main brand color */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

.page-resources-bingo-plus-game-security-fairness__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.page-resources-bingo-plus-game-security-fairness__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary color for emphasis */
  line-height: 1.2;
  font-weight: 700;
}

.page-resources-bingo-plus-game-security-fairness__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.page-resources-bingo-plus-game-security-fairness__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-bingo-plus-game-security-fairness__button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
  cursor: pointer;
}

.page-resources-bingo-plus-game-security-fairness__button--primary {
  background-color: #FFD700; /* Auxiliary color */
  color: #0A2463; /* Main brand color */
  border: 2px solid #FFD700;
}

.page-resources-bingo-plus-game-security-fairness__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  color: #0A2463;
}

.page-resources-bingo-plus-game-security-fairness__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-bingo-plus-game-security-fairness__button--secondary:hover {
  background-color: #FFD700;
  color: #0A2463;
  border-color: #FFD700;
}

.page-resources-bingo-plus-game-security-fairness__hero-image {
  margin-top: 40px;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-resources-bingo-plus-game-security-fairness__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px;
  object-fit: cover;
  border-radius: 12px;
}

.page-resources-bingo-plus-game-security-fairness__article-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.page-resources-bingo-plus-game-security-fairness__article-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-bingo-plus-game-security-fairness__return-link {
  text-align: right;
  margin-bottom: 30px;
}

.page-resources-bingo-plus-game-security-fairness__return-link a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-bingo-plus-game-security-fairness__return-link a:hover {
  color: #FFD700;
}

.page-resources-bingo-plus-game-security-fairness__article-content h2 {
  font-size: 2em;
  color: #0A2463;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: 600;
}

.page-resources-bingo-plus-game-security-fairness__article-content h3 {
  font-size: 1.5em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-resources-bingo-plus-game-security-fairness__article-content p {
  margin-bottom: 1.2em;
  font-size: 1.05em;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-bingo-plus-game-security-fairness__article-content a {
  color: #0A2463;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-bingo-plus-game-security-fairness__article-content a:hover {
  color: #FFD700;
}

.page-resources-bingo-plus-game-security-fairness__article-content ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.2em;
  padding-left: 0;
}

.page-resources-bingo-plus-game-security-fairness__article-content li {
  margin-bottom: 0.5em;
  font-size: 1.05em;
}

.page-resources-bingo-plus-game-security-fairness__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-bingo-plus-game-security-fairness__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px;
  object-fit: cover;
}

.page-resources-bingo-plus-game-security-fairness__cta-section {
  background-color: #0A2463;
  color: #ffffff;
  padding: 50px 30px;
  text-align: center;
  border-radius: 12px;
  margin-top: 60px;
}

.page-resources-bingo-plus-game-security-fairness__cta-heading {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: 700;
}

.page-resources-bingo-plus-game-security-fairness__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  font-weight: 300;
}

.page-resources-bingo-plus-game-security-fairness__related-resources {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.page-resources-bingo-plus-game-security-fairness__related-heading {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.page-resources-bingo-plus-game-security-fairness__related-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.page-resources-bingo-plus-game-security-fairness__related-list li {
  margin-bottom: 10px;
}

.page-resources-bingo-plus-game-security-fairness__related-list a {
  color: #0A2463;
  text-decoration: none;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-bingo-plus-game-security-fairness__related-list a:hover {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-bingo-plus-game-security-fairness__hero-section {
    padding: 60px 15px;
  }

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

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

  .page-resources-bingo-plus-game-security-fairness__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-bingo-plus-game-security-fairness__button {
    width: 100%;
    max-width: 280px;
  }

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

  .page-resources-bingo-plus-game-security-fairness__article-container {
    padding: 25px;
  }

  .page-resources-bingo-plus-game-security-fairness__article-content h2 {
    font-size: 1.6em;
  }

  .page-resources-bingo-plus-game-security-fairness__article-content h3 {
    font-size: 1.3em;
  }

  .page-resources-bingo-plus-game-security-fairness__article-content p,
  .page-resources-bingo-plus-game-security-fairness__article-content li {
    font-size: 1em;
  }

  .page-resources-bingo-plus-game-security-fairness__image-wrapper img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px;
  }

  .page-resources-bingo-plus-game-security-fairness__cta-section {
    padding: 40px 20px;
  }

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

  .page-resources-bingo-plus-game-security-fairness__related-heading {
    font-size: 1.5em;
  }
  
  /* Ensure content area images do not overflow on mobile */
  .page-resources-bingo-plus-game-security-fairness__article-content img,
  .page-resources-bingo-plus-game-security-fairness__image-wrapper img {
    max-width: 100%;
    height: auto;
  }
}