.page-resources-jilihost-gaming-tips-strategy {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF; /* Explicitly setting background to white */
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-jilihost-gaming-tips-strategy__hero-section {
  background-color: #000000; /* Dark background for hero section */
  color: #FFFFFF;
  padding: 80px 20px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-jilihost-gaming-tips-strategy__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-resources-jilihost-gaming-tips-strategy__hero-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-jilihost-gaming-tips-strategy__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login color for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jilihost-gaming-tips-strategy__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

.page-resources-jilihost-gaming-tips-strategy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  margin: 10px;
}

.page-resources-jilihost-gaming-tips-strategy__cta-button--register {
  background-color: #FCBC45; /* Login color */
  color: #000000; /* Main color */
  border: 2px solid #FCBC45;
}

.page-resources-jilihost-gaming-tips-strategy__cta-button--register:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-jilihost-gaming-tips-strategy__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-jilihost-gaming-tips-strategy__article-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-jilihost-gaming-tips-strategy__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-jilihost-gaming-tips-strategy__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-jilihost-gaming-tips-strategy__mini-title {
  font-size: 1.4em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-jilihost-gaming-tips-strategy__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-jilihost-gaming-tips-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-jilihost-gaming-tips-strategy__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-jilihost-gaming-tips-strategy__list-strong {
  color: #000000;
}

.page-resources-jilihost-gaming-tips-strategy__article-image {
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  min-width: 200px; /* Enforce minimum size for content images */
  min-height: 200px;
}

.page-resources-jilihost-gaming-tips-strategy__internal-link {
  color: #FCBC45; /* Login color for links */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jilihost-gaming-tips-strategy__internal-link:hover {
  text-decoration: underline;
}

.page-resources-jilihost-gaming-tips-strategy__cta-group {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-jilihost-gaming-tips-strategy__cta-button--play-now {
  background-color: #000000; /* Main color */
  color: #FFFFFF; /* Aux color */
  border: 2px solid #000000;
}

.page-resources-jilihost-gaming-tips-strategy__cta-button--play-now:hover {
  background-color: #333333;
  transform: translateY(-2px);
}

.page-resources-jilihost-gaming-tips-strategy__cta-button--home {
  background-color: #FFFFFF; /* Aux color */
  color: #000000; /* Main color */
  border: 2px solid #000000;
}

.page-resources-jilihost-gaming-tips-strategy__cta-button--home:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-jilihost-gaming-tips-strategy__related-resources {
  margin-top: 60px;
  border-top: 1px solid #eee;
  padding-top: 40px;
  text-align: center;
}

.page-resources-jilihost-gaming-tips-strategy__resource-list {
  list-style: none;
  padding: 0;
  max-width: 600px;
  margin: 20px auto;
}

.page-resources-jilihost-gaming-tips-strategy__resource-item {
  margin-bottom: 15px;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-jilihost-gaming-tips-strategy__resource-link {
  font-size: 1.2em;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.page-resources-jilihost-gaming-tips-strategy__resource-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-jilihost-gaming-tips-strategy__hero-title {
    font-size: 2.5em;
  }

  .page-resources-jilihost-gaming-tips-strategy__hero-description,
  .page-resources-jilihost-gaming-tips-strategy__paragraph,
  .page-resources-jilihost-gaming-tips-strategy__list-item {
    font-size: 1em;
  }

  .page-resources-jilihost-gaming-tips-strategy__section-title {
    font-size: 2em;
  }

  .page-resources-jilihost-gaming-tips-strategy__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-jilihost-gaming-tips-strategy__cta-button {
    padding: 12px 20px;
    font-size: 1em;
    margin: 5px;
  }

  .page-resources-jilihost-gaming-tips-strategy__article-image {
    max-width: 100%;
    height: auto; /* Prevent image overflow */
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-jilihost-gaming-tips-strategy {
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
}

@media (max-width: 480px) {
  .page-resources-jilihost-gaming-tips-strategy__hero-title {
    font-size: 2em;
  }

  .page-resources-jilihost-gaming-tips-strategy__hero-section {
    padding: 60px 15px 30px;
  }

  .page-resources-jilihost-gaming-tips-strategy__content-area {
    padding: 20px 15px;
  }

  .page-resources-jilihost-gaming-tips-strategy__cta-button {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
}