.page-resources-shbet-jackpot-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-shbet-jackpot-strategy__hero {
  background: linear-gradient(135deg, #FFD700 0%, #2F4F4F 100%);
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}

.page-resources-shbet-jackpot-strategy__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-shbet-jackpot-strategy__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-shbet-jackpot-strategy__hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-shbet-jackpot-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Main color */
  color: #2F4F4F; /* Auxiliary color for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-shbet-jackpot-strategy__cta-button:hover {
  background-color: #e6c200; /* Darker main color */
  transform: translateY(-3px);
}

.page-resources-shbet-jackpot-strategy__content-wrapper {
  padding: 40px 0;
  background-color: #ffffff;
}

.page-resources-shbet-jackpot-strategy__article-content {
  display: flex;
  gap: 30px;
}

.page-resources-shbet-jackpot-strategy__table-of-contents {
  flex: 0 0 250px;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  align-self: flex-start;
  position: sticky;
  top: 20px; /* Adjust if header is sticky */
}

.page-resources-shbet-jackpot-strategy__toc-title {
  font-size: 1.4em;
  color: #2F4F4F; /* Auxiliary color */
  margin-bottom: 15px;
  border-bottom: 2px solid #FFD700; /* Main color */
  padding-bottom: 10px;
}

.page-resources-shbet-jackpot-strategy__table-of-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-shbet-jackpot-strategy__table-of-contents ul li {
  margin-bottom: 10px;
}

.page-resources-shbet-jackpot-strategy__table-of-contents ul li a {
  text-decoration: none;
  color: #555;
  font-size: 1em;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
}

.page-resources-shbet-jackpot-strategy__table-of-contents ul li a:hover {
  color: #FFD700; /* Main color */
  font-weight: bold;
}

.page-resources-shbet-jackpot-strategy__article {
  flex-grow: 1;
  max-width: 700px;
}

.page-resources-shbet-jackpot-strategy__article-heading {
  font-size: 2em;
  color: #2F4F4F; /* Auxiliary color */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700; /* Main color */
  padding-bottom: 10px;
}

.page-resources-shbet-jackpot-strategy__article-subheading {
  font-size: 1.5em;
  color: #444;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-shbet-jackpot-strategy__article p {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.7;
  color: #333;
}

.page-resources-shbet-jackpot-strategy__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #333;
}

.page-resources-shbet-jackpot-strategy__article ul li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-shbet-jackpot-strategy__image-figure {
  margin: 30px 0;
  text-align: center;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-shbet-jackpot-strategy__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
  margin: 0 auto 10px auto;
}

.page-resources-shbet-jackpot-strategy__image-figure figcaption {
  font-style: italic;
  font-size: 0.9em;
  color: #666;
}

.page-resources-shbet-jackpot-strategy__cta-button--inline {
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-shbet-jackpot-strategy__cta-button--final {
  margin-top: 40px;
  display: block;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 35px;
  font-size: 1.2em;
  background-color: #FFD700;
  color: #2F4F4F;
}

.page-resources-shbet-jackpot-strategy__return-link {
  margin-top: 40px;
  text-align: center;
}

.page-resources-shbet-jackpot-strategy__return-link a {
  color: #2F4F4F; /* Auxiliary color */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-shbet-jackpot-strategy__return-link a:hover {
  color: #FFD700; /* Main color */
  text-decoration: underline;
}

@media (max-width: 768px) {
  .page-resources-shbet-jackpot-strategy__hero-title {
    font-size: 2em;
  }

  .page-resources-shbet-jackpot-strategy__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-shbet-jackpot-strategy__article-content {
    flex-direction: column;
  }

  .page-resources-shbet-jackpot-strategy__table-of-contents {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .page-resources-shbet-jackpot-strategy__article-heading {
    font-size: 1.7em;
  }

  .page-resources-shbet-jackpot-strategy__article-subheading {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-resources-shbet-jackpot-strategy__hero {
    padding: 60px 15px;
  }

  .page-resources-shbet-jackpot-strategy__hero-title {
    font-size: 1.8em;
  }

  .page-resources-shbet-jackpot-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-shbet-jackpot-strategy__cta-button--inline,
  .page-resources-shbet-jackpot-strategy__cta-button--final {
    max-width: 90%;
  }
}