.page-resources-jiligame-latest-promotions {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-jiligame-latest-promotions__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background-color: #000000; /* Fallback for hero section background */
}

.page-resources-jiligame-latest-promotions__hero-container {
  position: relative;
  width: 100%;
  max-width: 1920px; /* Limit hero container width */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-resources-jiligame-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
  min-height: 500px; /* Ensure image covers hero section */
}

.page-resources-jiligame-latest-promotions__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  padding: 40px 20px;
  max-width: 900px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent black overlay for text readability */
  border-radius: 10px;
}

.page-resources-jiligame-latest-promotions__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jiligame-latest-promotions__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-jiligame-latest-promotions__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-jiligame-latest-promotions__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-jiligame-latest-promotions__button--register {
  background-color: #FFFFFF; /* Custom color for register */
  color: #000000;
}

.page-resources-jiligame-latest-promotions__button--register:hover {
  background-color: #E0E0E0;
  transform: translateY(-2px);
}

.page-resources-jiligame-latest-promotions__button--login {
  background-color: #FCBC45; /* Custom color for login */
  color: #000000;
}

.page-resources-jiligame-latest-promotions__button--login:hover {
  background-color: #E8A832;
  transform: translateY(-2px);
}

.page-resources-jiligame-latest-promotions__button--claim,
.page-resources-jiligame-latest-promotions__button--play-now {
  background-color: #FCBC45;
  color: #000000;
  margin-top: 20px;
}

.page-resources-jiligame-latest-promotions__button--claim:hover,
.page-resources-jiligame-latest-promotions__button--play-now:hover {
  background-color: #E8A832;
  transform: translateY(-2px);
}

.page-resources-jiligame-latest-promotions__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-jiligame-latest-promotions__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jiligame-latest-promotions__back-link:hover {
  color: #FCBC45;
}

.page-resources-jiligame-latest-promotions__article {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-jiligame-latest-promotions__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-jiligame-latest-promotions__sub-heading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-resources-jiligame-latest-promotions__paragraph {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-jiligame-latest-promotions__list,
.page-resources-jiligame-latest-promotions__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-jiligame-latest-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #333333;
}

.page-resources-jiligame-latest-promotions__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce min size for content images */
  min-height: 200px;
}

.page-resources-jiligame-latest-promotions__call-to-action {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
}

.page-resources-jiligame-latest-promotions__call-to-action-text {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-jiligame-latest-promotions__related-resources {
  margin-top: 50px;
  background-color: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-jiligame-latest-promotions__related-heading {
  font-size: 2em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-jiligame-latest-promotions__related-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.page-resources-jiligame-latest-promotions__related-list-item {
  margin-bottom: 15px;
}

.page-resources-jiligame-latest-promotions__related-link {
  font-size: 1.1em;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jiligame-latest-promotions__related-link:hover {
  color: #FCBC45;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-jiligame-latest-promotions__hero-section {
    min-height: 400px;
  }

  .page-resources-jiligame-latest-promotions__hero-content {
    padding: 20px 15px;
  }

  .page-resources-jiligame-latest-promotions__main-title {
    font-size: 2.5em;
  }

  .page-resources-jiligame-latest-promotions__intro-text {
    font-size: 1em;
  }

  .page-resources-jiligame-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jiligame-latest-promotions__button {
    width: 100%;
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-jiligame-latest-promotions__content-area {
    padding: 0 15px;
  }

  .page-resources-jiligame-latest-promotions__article-heading {
    font-size: 1.8em;
  }

  .page-resources-jiligame-latest-promotions__sub-heading {
    font-size: 1.5em;
  }

  .page-resources-jiligame-latest-promotions__paragraph,
  .page-resources-jiligame-latest-promotions__list-item {
    font-size: 1em;
  }

  .page-resources-jiligame-latest-promotions__article-image {
    max-width: 100%; /* Ensure images are responsive and do not overflow */
    height: auto;
  }

  .page-resources-jiligame-latest-promotions__call-to-action-text {
    font-size: 1.2em;
  }

  .page-resources-jiligame-latest-promotions__related-heading {
    font-size: 1.8em;
  }

  .page-resources-jiligame-latest-promotions__related-link {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-jiligame-latest-promotions__main-title {
    font-size: 2em;
  }

  .page-resources-jiligame-latest-promotions__article-heading {
    font-size: 1.6em;
  }

  .page-resources-jiligame-latest-promotions__sub-heading {
    font-size: 1.3em;
  }
}