/* style/resources-jj88bet-security-fairness.css */
.page-resources-jj88bet-security-fairness {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for readability on light backgrounds */
  background-color: #f8f8f8; /* Light background */
}

.page-resources-jj88bet-security-fairness__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-jj88bet-security-fairness__hero {
  background: linear-gradient(135deg, #003366, #4d7094); /* JJ88 Blue to a lighter variant */
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
}

.page-resources-jj88bet-security-fairness__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-jj88bet-security-fairness__subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #E0E0E0;
}

.page-resources-jj88bet-security-fairness__section {
  padding: 60px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-resources-jj88bet-security-fairness__section:last-of-type {
  border-bottom: none;
}

.page-resources-jj88bet-security-fairness__section--dark {
  background-color: #003366; /* JJ88 Blue */
  color: #E0E0E0;
}

.page-resources-jj88bet-security-fairness__section--dark .page-resources-jj88bet-security-fairness__heading,
.page-resources-jj88bet-security-fairness__section--dark .page-resources-jj88bet-security-fairness__sub-heading {
  color: #FFD700; /* Gold for headings on dark background */
}

.page-resources-jj88bet-security-fairness__section--dark p {
  color: #CCCCCC;
}

.page-resources-jj88bet-security-fairness__section--highlight {
  background-color: #f0f0f0; /* Slightly different background for visual break */
  color: #333333;
}

.page-resources-jj88bet-security-fairness__heading {
  font-size: 2em;
  color: #003366; /* JJ88 Blue for headings */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-jj88bet-security-fairness__sub-heading {
  font-size: 1.5em;
  color: #003366; /* JJ88 Blue for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-jj88bet-security-fairness__section--dark .page-resources-jj88bet-security-fairness__sub-heading {
    color: #FFD700;
}

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

.page-resources-jj88bet-security-fairness__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jj88bet-security-fairness__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  white-space: nowrap;
}

.page-resources-jj88bet-security-fairness__button--primary {
  background-color: #FFD700; /* Gold */
  color: #003366; /* Dark blue text for contrast */
  border: 2px solid #FFD700;
}

.page-resources-jj88bet-security-fairness__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-jj88bet-security-fairness__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-jj88bet-security-fairness__button--secondary:hover {
  background-color: #FFD700;
  color: #003366;
  transform: translateY(-2px);
}

.page-resources-jj88bet-security-fairness__section--dark .page-resources-jj88bet-security-fairness__button--secondary {
  color: #FFD700;
  border-color: #FFD700;
}

.page-resources-jj88bet-security-fairness__section--dark .page-resources-jj88bet-security-fairness__button--secondary:hover {
  background-color: #FFD700;
  color: #003366;
}

.page-resources-jj88bet-security-fairness__faq {
  margin-top: 40px;
}

.page-resources-jj88bet-security-fairness__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-jj88bet-security-fairness__faq-question {
  font-size: 1.2em;
  color: #003366;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-jj88bet-security-fairness__faq-answer {
  color: #555555;
}

.page-resources-jj88bet-security-fairness__cta-bottom {
  background: linear-gradient(135deg, #003366, #FFD700); /* Gradient for bottom CTA */
  color: #FFFFFF;
  padding: 60px 0;
  text-align: center;
}

.page-resources-jj88bet-security-fairness__cta-bottom .page-resources-jj88bet-security-fairness__heading {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-resources-jj88bet-security-fairness__cta-bottom .page-resources-jj88bet-security-fairness__text {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #E0E0E0;
}

.page-resources-jj88bet-security-fairness__cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jj88bet-security-fairness__title {
    font-size: 2em;
  }

  .page-resources-jj88bet-security-fairness__heading {
    font-size: 1.8em;
  }

  .page-resources-jj88bet-security-fairness__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-jj88bet-security-fairness__button {
    width: 100%;
    margin: 10px 0;
  }
  .page-resources-jj88bet-security-fairness__cta-buttons {
      flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-jj88bet-security-fairness__title {
    font-size: 1.8em;
  }

  .page-resources-jj88bet-security-fairness__heading {
    font-size: 1.5em;
  }

  .page-resources-jj88bet-security-fairness__subtitle {
    font-size: 1em;
  }
}