.page-resources-jl88-game-fairness-rng {
  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 not hidden by fixed header */
  background-color: #FFFFFF;
}

.page-resources-jl88-game-fairness-rng__hero-section {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  padding: 0;
  min-height: 500px; /* Minimum height for hero section */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-jl88-game-fairness-rng__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-jl88-game-fairness-rng__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
}

.page-resources-jl88-game-fairness-rng__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45;
  line-height: 1.2;
}

.page-resources-jl88-game-fairness-rng__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-resources-jl88-game-fairness-rng__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-jl88-game-fairness-rng__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-jl88-game-fairness-rng__button--register {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jl88-game-fairness-rng__button--register:hover {
  background-color: #e0a53b;
}

.page-resources-jl88-game-fairness-rng__button--login {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FCBC45;
}

.page-resources-jl88-game-fairness-rng__button--login:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jl88-game-fairness-rng__content-area {
  max-width: 800px; /* Article content width */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-jl88-game-fairness-rng__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jl88-game-fairness-rng__back-link:hover {
  text-decoration: underline;
}

.page-resources-jl88-game-fairness-rng__article {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-jl88-game-fairness-rng__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-resources-jl88-game-fairness-rng__article-subheading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-jl88-game-fairness-rng__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-jl88-game-fairness-rng__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-jl88-game-fairness-rng__article-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-jl88-game-fairness-rng__article-list li {
  margin-bottom: 10px;
}

.page-resources-jl88-game-fairness-rng__article-blockquote {
  background-color: #f9f9f9;
  border-left: 5px solid #FCBC45;
  margin: 30px 0;
  padding: 20px;
  font-style: italic;
  color: #555555;
  font-size: 1.15em;
  border-radius: 0 8px 8px 0;
}

.page-resources-jl88-game-fairness-rng__call-to-action {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-jl88-game-fairness-rng__button--primary {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jl88-game-fairness-rng__button--primary:hover {
  background-color: #e0a53b;
}

.page-resources-jl88-game-fairness-rng__button--secondary {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FCBC45;
}

.page-resources-jl88-game-fairness-rng__button--secondary:hover {
  background-color: #FCBC45;
  color: #000000;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-jl88-game-fairness-rng__hero-title {
    font-size: 2.8em;
  }
  .page-resources-jl88-game-fairness-rng__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-jl88-game-fairness-rng {
    padding-top: var(--header-offset, 80px);
  }
  .page-resources-jl88-game-fairness-rng__hero-title {
    font-size: 2.2em;
  }
  .page-resources-jl88-game-fairness-rng__hero-description {
    font-size: 1em;
  }
  .page-resources-jl88-game-fairness-rng__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-jl88-game-fairness-rng__button {
    width: 80%;
    padding: 12px 25px;
  }
  .page-resources-jl88-game-fairness-rng__article-heading {
    font-size: 1.8em;
  }
  .page-resources-jl88-game-fairness-rng__article-subheading {
    font-size: 1.5em;
  }
  .page-resources-jl88-game-fairness-rng__article-paragraph,
  .page-resources-jl88-game-fairness-rng__article-list,
  .page-resources-jl88-game-fairness-rng__article-blockquote {
    font-size: 1em;
  }
  /* Ensure content images do not overflow on mobile */
  .page-resources-jl88-game-fairness-rng img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-resources-jl88-game-fairness-rng__hero-title {
    font-size: 1.8em;
  }
  .page-resources-jl88-game-fairness-rng__hero-description {
    font-size: 0.9em;
  }
  .page-resources-jl88-game-fairness-rng__button {
    width: 90%;
  }
  .page-resources-jl88-game-fairness-rng__article-heading {
    font-size: 1.5em;
  }
  .page-resources-jl88-game-fairness-rng__article-subheading {
    font-size: 1.3em;
  }
}