.page-resources-jilimk-game-guide {
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* White background as per custom color spec */
}

.page-resources-jilimk-game-guide__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #FFFFFF;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-jilimk-game-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 400px; /* Ensure hero image is not too small */
}

.page-resources-jilimk-game-guide__hero-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  padding: 80px 20px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6); /* Overlay for readability */
}

.page-resources-jilimk-game-guide__hero-content {
  max-width: 900px;
  z-index: 3;
}

.page-resources-jilimk-game-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-jilimk-game-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-jilimk-game-guide__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-jilimk-game-guide__hero-button {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
}

.page-resources-jilimk-game-guide__hero-button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-jilimk-game-guide__hero-button--register:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-resources-jilimk-game-guide__hero-button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-jilimk-game-guide__hero-button--login:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-jilimk-game-guide__content-area {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  gap: 40px;
}

.page-resources-jilimk-game-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-jilimk-game-guide__back-link:hover {
  color: #e0a53b;
}

.page-resources-jilimk-game-guide__article-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}

.page-resources-jilimk-game-guide__table-of-contents {
  flex: 0 0 280px;
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  align-self: flex-start;
  position: sticky;
  top: calc(var(--header-offset, 120px) + 20px); /* Sticky below header + some margin */
  max-height: calc(100vh - var(--header-offset, 120px) - 40px);
  overflow-y: auto;
}

.page-resources-jilimk-game-guide__toc-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-jilimk-game-guide__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-jilimk-game-guide__toc-list li {
  margin-bottom: 10px;
}

.page-resources-jilimk-game-guide__toc-list a {
  text-decoration: none;
  color: #333333;
  font-size: 1em;
  display: block;
  padding: 5px 0;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.page-resources-jilimk-game-guide__toc-list a:hover {
  color: #FCBC45;
  padding-left: 5px;
}

.page-resources-jilimk-game-guide__toc-list li a[href^="#registration-process"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#account-verification"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#depositing-funds"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#withdrawing-winnings"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#slots"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#live-casino"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#sports-betting"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#poker"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#arcade-games"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#bankroll-management"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#understanding-odds"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#utilizing-bonuses"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#responsible-gaming"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#downloading-app"],
.page-resources-jilimk-game-guide__toc-list li a[href^="#benefits-mobile"] {
  padding-left: 15px; /* Indent sub-items */
  font-size: 0.95em;
}

.page-resources-jilimk-game-guide__article-content {
  flex: 1;
  max-width: 800px; /* Content width for readability */
}

.page-resources-jilimk-game-guide__section {
  margin-bottom: 40px;
}

.page-resources-jilimk-game-guide__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #FCBC45;
}

.page-resources-jilimk-game-guide__sub-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-jilimk-game-guide__paragraph {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-resources-jilimk-game-guide__image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jilimk-game-guide__action-callout {
  background-color: #fef8e7; /* Light background for callout */
  border-left: 5px solid #FCBC45;
  padding: 20px 25px;
  margin: 30px 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-jilimk-game-guide__action-text {
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-jilimk-game-guide__button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.page-resources-jilimk-game-guide__button:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-jilimk-game-guide__learn-more {
  display: inline-block;
  margin-top: 15px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-jilimk-game-guide__learn-more:hover {
  color: #e0a53b;
}

.page-resources-jilimk-game-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-jilimk-game-guide__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-jilimk-game-guide__faq-answer {
  font-size: 1em;
  line-height: 1.6;
  color: #555555;
}

.page-resources-jilimk-game-guide__final-cta {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-jilimk-game-guide__final-cta .page-resources-jilimk-game-guide__action-text {
  color: #FFFFFF;
  font-size: 1.5em;
  margin-bottom: 25px;
}

.page-resources-jilimk-game-guide__final-cta .page-resources-jilimk-game-guide__button {
  margin: 0 10px;
}

.page-resources-jilimk-game-guide__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-resources-jilimk-game-guide__floating-button {
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-align: center;
}

.page-resources-jilimk-game-guide__floating-button:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-resources-jilimk-game-guide__floating-button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-jilimk-game-guide__floating-button--register:hover {
  background-color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-jilimk-game-guide__hero-title {
    font-size: 2.8em;
  }

  .page-resources-jilimk-game-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-jilimk-game-guide__content-area {
    flex-direction: column;
    gap: 20px;
  }

  .page-resources-jilimk-game-guide__table-of-contents {
    flex: none;
    width: 100%;
    position: static;
    max-height: none;
    overflow-y: visible;
  }

  .page-resources-jilimk-game-guide__article-content {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-jilimk-game-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-jilimk-game-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-jilimk-game-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jilimk-game-guide__hero-button {
    width: 80%;
  }

  .page-resources-jilimk-game-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-jilimk-game-guide__sub-title {
    font-size: 1.5em;
  }

  .page-resources-jilimk-game-guide__paragraph {
    font-size: 1em;
  }

  .page-resources-jilimk-game-guide__image {
    max-width: 100%;
    height: auto;
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-jilimk-game-guide__floating-buttons {
    flex-direction: row;
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 15px;
    justify-content: space-around;
  }

  .page-resources-jilimk-game-guide__floating-button {
    flex: 1;
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 0.9em;
  }

  .page-resources-jilimk-game-guide__hero-container {
    min-height: 400px;
    padding: 60px 15px;
  }
}