.page-resources-jili-slot-high-payout-guide {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-jili-slot-high-payout-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000; /* Dark background for hero */
}

.page-resources-jili-slot-high-payout-guide__hero-container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.page-resources-jili-slot-high-payout-guide__hero-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
}

.page-resources-jili-slot-high-payout-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
  max-width: 90%;
  z-index: 10;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.page-resources-jili-slot-high-payout-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jili-slot-high-payout-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-jili-slot-high-payout-guide__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-jili-slot-high-payout-guide__cta-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;
  min-width: 200px; /* Ensure buttons are not too small */
  text-align: center;
}

.page-resources-jili-slot-high-payout-guide__cta-button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-jili-slot-high-payout-guide__cta-button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
  transform: translateY(-3px);
}

.page-resources-jili-slot-high-payout-guide__cta-button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jili-slot-high-payout-guide__cta-button--login:hover {
  background-color: transparent;
  color: #FCBC45;
  transform: translateY(-3px);
}

.page-resources-jili-slot-high-payout-guide__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.page-resources-jili-slot-high-payout-guide__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jili-slot-high-payout-guide__article-subheading {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jili-slot-high-payout-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-jili-slot-high-payout-guide__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-jili-slot-high-payout-guide__cta-banner {
  background-color: #000000;
  color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.page-resources-jili-slot-high-payout-guide__cta-text {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-jili-slot-high-payout-guide__cta-button--play-now {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  font-size: 1.2em;
  padding: 18px 35px;
}

.page-resources-jili-slot-high-payout-guide__cta-button--play-now:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-jili-slot-high-payout-guide__back-link {
  display: inline-block;
  margin-top: 40px;
  font-size: 1.1em;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jili-slot-high-payout-guide__back-link:hover {
  color: #000000;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-jili-slot-high-payout-guide__hero-title {
    font-size: 2.5em;
  }
  .page-resources-jili-slot-high-payout-guide__hero-description {
    font-size: 1.1em;
  }
  .page-resources-jili-slot-high-payout-guide__article-heading {
    font-size: 2em;
  }
  .page-resources-jili-slot-high-payout-guide__article-subheading {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-jili-slot-high-payout-guide__hero-content {
    max-width: 95%;
    padding: 15px;
  }
  .page-resources-jili-slot-high-payout-guide__hero-title {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  .page-resources-jili-slot-high-payout-guide__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-resources-jili-slot-high-payout-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-jili-slot-high-payout-guide__cta-button {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-jili-slot-high-payout-guide__content-area {
    margin: 20px auto;
    padding: 15px;
  }
  .page-resources-jili-slot-high-payout-guide__article-heading {
    font-size: 1.8em;
    margin-top: 30px;
  }
  .page-resources-jili-slot-high-payout-guide__article-subheading {
    font-size: 1.4em;
  }
  .page-resources-jili-slot-high-payout-guide__article-paragraph {
    font-size: 1em;
  }
  .page-resources-jili-slot-high-payout-guide__article-image {
    width: 100%;
    height: auto;
    max-width: 100%; /* Ensure images don't overflow */
  }
  .page-resources-jili-slot-high-payout-guide__cta-banner {
    padding: 30px 15px;
  }
  .page-resources-jili-slot-high-payout-guide__cta-text {
    font-size: 1.2em;
  }
  .page-resources-jili-slot-high-payout-guide__cta-button--play-now {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  .page-resources-jili-slot-high-payout-guide__back-link {
    font-size: 1em;
  }
  .page-resources-jili-slot-high-payout-guide__article img {
    max-width: 100%;
    height: auto;
  }
}