.page-resources-how-to-choose-best-jilihost-casino {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-how-to-choose-best-jilihost-casino__hero-section {
  position: relative;
  background-color: #000000; /* Dark background for hero section */
  color: #FFFFFF;
  padding: 0;
  overflow: hidden;
  min-height: 400px; /* Ensure hero section has a minimum height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-resources-how-to-choose-best-jilihost-casino__hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page-resources-how-to-choose-best-jilihost-casino__hero-content {
  position: relative; /* Changed to relative so it's above the image, not absolute to the hero section */
  z-index: 1; /* Ensure content is above image */
  text-align: center;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  width: 90%; /* Responsive width */
}

.page-resources-how-to-choose-best-jilihost-casino__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-how-to-choose-best-jilihost-casino__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-how-to-choose-best-jilihost-casino__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-how-to-choose-best-jilihost-casino__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  font-size: 1.1em;
}

.page-resources-how-to-choose-best-jilihost-casino__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-how-to-choose-best-jilihost-casino__button--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-best-jilihost-casino__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-how-to-choose-best-jilihost-casino__button--login:hover {
  background-color: #E0A73B;
  transform: translateY(-2px);
}

.page-resources-how-to-choose-best-jilihost-casino__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-how-to-choose-best-jilihost-casino__return-link-wrapper {
  text-align: right;
  margin-bottom: 30px;
}

.page-resources-how-to-choose-best-jilihost-casino__return-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-choose-best-jilihost-casino__return-link:hover {
  text-decoration: underline;
}

.page-resources-how-to-choose-best-jilihost-casino__section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-how-to-choose-best-jilihost-casino__sub-section-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-choose-best-jilihost-casino__paragraph {
  font-size: 1.1em;
  margin-bottom: 1em;
  line-height: 1.7;
}

.page-resources-how-to-choose-best-jilihost-casino__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-how-to-choose-best-jilihost-casino__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-how-to-choose-best-jilihost-casino__step-item {
  background-color: #F9F9F9;
  border: 1px solid #EEEEEE;
  border-left: 5px solid #FCBC45;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-resources-how-to-choose-best-jilihost-casino__step-title {
  font-size: 1.3em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-how-to-choose-best-jilihost-casino__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #FCBC45;
  border-radius: 8px;
  color: #000000;
}

.page-resources-how-to-choose-best-jilihost-casino__cta-bottom .page-resources-how-to-choose-best-jilihost-casino__paragraph {
  color: #000000;
  font-size: 1.2em;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-best-jilihost-casino__button--primary {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  padding: 15px 30px;
  font-size: 1.2em;
}

.page-resources-how-to-choose-best-jilihost-casino__button--primary:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-resources-how-to-choose-best-jilihost-casino__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-best-jilihost-casino__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-best-jilihost-casino__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-choose-best-jilihost-casino__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-how-to-choose-best-jilihost-casino__content-area {
    padding: 20px 15px;
  }

  .page-resources-how-to-choose-best-jilihost-casino__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-best-jilihost-casino__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-how-to-choose-best-jilihost-casino__paragraph {
    font-size: 1em;
  }

  /* Ensure all content images do not overflow */
  .page-resources-how-to-choose-best-jilihost-casino img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-how-to-choose-best-jilihost-casino__hero-content {
    padding: 15px;
  }
}

/* No filter on images */
.page-resources-how-to-choose-best-jilihost-casino img {
  filter: none; /* Explicitly disable any filters */
}