.page-resources-slots8-security-fairness {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-slots8-security-fairness__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-slots8-security-fairness__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-slots8-security-fairness__hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-slots8-security-fairness__hero-content {
  max-width: 800px;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px;
  border-radius: 10px;
}

.page-resources-slots8-security-fairness__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFC107; /* Accent color for emphasis */
  line-height: 1.2;
}

.page-resources-slots8-security-fairness__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-slots8-security-fairness__hero-button {
  display: inline-block;
  background-color: #007BFF; /* Primary brand color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-slots8-security-fairness__hero-button:hover {
  background-color: #0056b3;
}

.page-resources-slots8-security-fairness__content-area {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-resources-slots8-security-fairness__table-of-contents {
  background-color: #f8f9fa;
  border-left: 5px solid #007BFF;
  padding: 20px;
  border-radius: 5px;
}

.page-resources-slots8-security-fairness__toc-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-resources-slots8-security-fairness__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-slots8-security-fairness__toc-list li {
  margin-bottom: 10px;
}

.page-resources-slots8-security-fairness__toc-link {
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.3s ease;
}

.page-resources-slots8-security-fairness__toc-link:hover {
  color: #007BFF;
  text-decoration: underline;
}

.page-resources-slots8-security-fairness__article-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-slots8-security-fairness__section-title {
  font-size: 2em;
  color: #007BFF;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFC107;
  padding-bottom: 10px;
}

.page-resources-slots8-security-fairness__subsection-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-slots8-security-fairness__paragraph {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.page-resources-slots8-security-fairness__article-image {
  display: block;
  margin: 30px auto;
  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; /* Enforce minimum size */
}

.page-resources-slots8-security-fairness__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-slots8-security-fairness__feature-item {
  background-color: #e6f2ff; /* Light blue background */
  padding: 15px;
  margin-bottom: 10px;
  border-left: 4px solid #007BFF;
  border-radius: 5px;
  font-size: 1.1em;
}

.page-resources-slots8-security-fairness__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-slots8-security-fairness__cta-button {
  display: inline-block;
  background-color: #FFC107; /* Accent color for CTA */
  color: #333333;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-slots8-security-fairness__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-slots8-security-fairness__return-link-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-slots8-security-fairness__return-link {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-slots8-security-fairness__return-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-slots8-security-fairness__hero-title {
    font-size: 2em;
  }

  .page-resources-slots8-security-fairness__hero-description {
    font-size: 1em;
  }

  .page-resources-slots8-security-fairness__section-title {
    font-size: 1.8em;
  }

  .page-resources-slots8-security-fairness__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-slots8-security-fairness__paragraph {
    font-size: 1em;
  }

  .page-resources-slots8-security-fairness__content-area {
    padding: 0 15px;
  }

  .page-resources-slots8-security-fairness__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size */
    min-height: 200px; /* Enforce minimum size */
  }

  /* Mobile specific image sizing for content area images */
  .page-resources-slots8-security-fairness img {
    max-width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-resources-slots8-security-fairness__hero-content {
    padding: 20px;
  }

  .page-resources-slots8-security-fairness__hero-title {
    font-size: 1.8em;
  }

  .page-resources-slots8-security-fairness__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-slots8-security-fairness__section-title {
    font-size: 1.5em;
  }

  .page-resources-slots8-security-fairness__toc-title {
    font-size: 1.3em;
  }

  .page-resources-slots8-security-fairness__cta-button {
    font-size: 1.1em;
    padding: 15px 25px;
  }
}