.page-resources-jili77-new-games {
  color: #333333; /* Default text color 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 */
}

.page-resources-jili77-new-games__hero-section {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-jili77-new-games__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.7); /* Darken image slightly for text readability */
}

.page-resources-jili77-new-games__hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-jili77-new-games__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffc107; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-jili77-new-games__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili77-new-games__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-jili77-new-games__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
}

.page-resources-jili77-new-games__button--primary {
  background-color: #007bff; /* Primary brand color */
  color: #ffffff;
  border: 2px solid #007bff;
}

.page-resources-jili77-new-games__button--primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-jili77-new-games__button--secondary {
  background-color: #ffc107; /* Auxiliary brand color */
  color: #333333;
  border: 2px solid #ffc107;
}

.page-resources-jili77-new-games__button--secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-jili77-new-games__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-top: 20px;
}

.page-resources-jili77-new-games__article-section {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.page-resources-jili77-new-games__article-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jili77-new-games__section-title {
  font-size: 2.2em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 15px;
}

.page-resources-jili77-new-games__intro-paragraph,
.page-resources-jili77-new-games__conclusion-paragraph,
.page-resources-jili77-new-games__call-to-action {
  font-size: 1.1em;
  margin-bottom: 25px;
  line-height: 1.7;
}

.page-resources-jili77-new-games__review-content {
  margin-top: 40px;
}

.page-resources-jili77-new-games__game-title {
  font-size: 1.8em;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 4px solid #007bff;
}

.page-resources-jili77-new-games__game-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
  max-width: 800px; /* Ensure images don't overflow */
}

.page-resources-jili77-new-games__game-description {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.6;
}

.page-resources-jili77-new-games__feature-heading {
  font-size: 1.3em;
  color: #007bff;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-jili77-new-games__feature-list,
.page-resources-jili77-new-games__advantages-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 25px;
}

.page-resources-jili77-new-games__feature-list li,
.page-resources-jili77-new-games__advantages-list li {
  margin-bottom: 10px;
}

.page-resources-jili77-new-games__final-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-resources-jili77-new-games__related-resources {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

.page-resources-jili77-new-games__related-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.page-resources-jili77-new-games__related-list li {
  margin-bottom: 15px;
}

.page-resources-jili77-new-games__related-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-jili77-new-games__related-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.page-resources-jili77-new-games__back-link-wrapper {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed #cccccc;
}

.page-resources-jili77-new-games__back-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jili77-new-games__back-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-jili77-new-games__hero-title {
    font-size: 2.2em;
  }

  .page-resources-jili77-new-games__hero-description {
    font-size: 1em;
  }

  .page-resources-jili77-new-games__hero-actions,
  .page-resources-jili77-new-games__final-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jili77-new-games__button {
    width: 100%;
    max-width: 280px; /* Limit button width on small screens */
    margin: 0 auto;
  }

  .page-resources-jili77-new-games__article-container {
    padding: 20px;
  }

  .page-resources-jili77-new-games__section-title {
    font-size: 1.8em;
  }

  .page-resources-jili77-new-games__game-title {
    font-size: 1.5em;
  }

  .page-resources-jili77-new-games__game-image {
    max-width: 100%; /* Ensure images don't overflow on mobile */
    height: auto;
  }

  .page-resources-jili77-new-games__intro-paragraph,
  .page-resources-jili77-new-games__conclusion-paragraph,
  .page-resources-jili77-new-games__call-to-action {
    font-size: 0.95em;
  }

  .page-resources-jili77-new-games__feature-heading {
    font-size: 1.2em;
  }

  .page-resources-jili77-new-games__feature-list,
  .page-resources-jili77-new-games__advantages-list {
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-jili77-new-games__hero-title {
    font-size: 1.8em;
  }
  .page-resources-jili77-new-games__hero-container {
    padding: 20px 15px;
  }
  .page-resources-jili77-new-games__section-title {
    font-size: 1.6em;
  }
  .page-resources-jili77-new-games__game-title {
    font-size: 1.3em;
  }
}