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

.page-resources-shbet-jackpot-stories .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-resources-shbet-jackpot-stories__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-shbet-jackpot-stories__article-width {
  max-width: 800px;
}

.page-resources-shbet-jackpot-stories__hero-section {
  background: linear-gradient(135deg, #FFD700, #2F4F4F);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-shbet-jackpot-stories__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-shbet-jackpot-stories__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #eee;
}

.page-resources-shbet-jackpot-stories__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-shbet-jackpot-stories__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-shbet-jackpot-stories__btn--primary {
  background-color: #FFD700;
  color: #2F4F4F;
}

.page-resources-shbet-jackpot-stories__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-shbet-jackpot-stories__btn--secondary {
  background-color: #2F4F4F;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-shbet-jackpot-stories__btn--secondary:hover {
  background-color: #1a2c2c;
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.page-resources-shbet-jackpot-stories__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-shbet-jackpot-stories__meta {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 40px;
  text-align: center;
}

.page-resources-shbet-jackpot-stories__heading {
  font-size: 2.2em;
  color: #2F4F4F;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-shbet-jackpot-stories__sub-heading {
  font-size: 1.6em;
  color: #4F4F4F;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-resources-shbet-jackpot-stories p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333;
  text-align: justify;
}

.page-resources-shbet-jackpot-stories__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-shbet-jackpot-stories__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-shbet-jackpot-stories__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.page-resources-shbet-jackpot-stories__btn--cta {
  background-color: #FFD700;
  color: #2F4F4F;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-shbet-jackpot-stories__btn--cta:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-shbet-jackpot-stories__btn--cta-secondary {
  background-color: #2F4F4F;
  color: #FFD700;
  border: 2px solid #FFD700;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-shbet-jackpot-stories__btn--cta-secondary:hover {
  background-color: #1a2c2c;
  color: #fff;
  border-color: #fff;
  transform: translateY(-3px);
}

.page-resources-shbet-jackpot-stories__faq {
  margin-top: 50px;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.page-resources-shbet-jackpot-stories__faq-item {
  margin-bottom: 25px;
}

.page-resources-shbet-jackpot-stories__faq-question {
  font-size: 1.4em;
  color: #2F4F4F;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-shbet-jackpot-stories__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-shbet-jackpot-stories__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-shbet-jackpot-stories__faq-answer {
  font-size: 1.05em;
  color: #555;
  padding-left: 15px;
  border-left: 3px solid #FFD700;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding-top 0.5s ease-out;
  padding-top: 0;
}

.page-resources-shbet-jackpot-stories__faq-answer.active {
  max-height: 200px; /* Adjust as needed */
  padding-top: 15px;
}

.page-resources-shbet-jackpot-stories__back-link {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-shbet-jackpot-stories__btn--back {
  background-color: #2F4F4F;
  color: #FFD700;
  border: 1px solid #2F4F4F;
  padding: 12px 25px;
}

.page-resources-shbet-jackpot-stories__btn--back:hover {
  background-color: #1a2c2c;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-shbet-jackpot-stories__hero-title {
    font-size: 2.5em;
  }

  .page-resources-shbet-jackpot-stories__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-shbet-jackpot-stories__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-shbet-jackpot-stories__btn {
    width: 80%;
    margin: 0 auto;
  }

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

  .page-resources-shbet-jackpot-stories__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-shbet-jackpot-stories p {
    font-size: 1em;
  }

  .page-resources-shbet-jackpot-stories__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-shbet-jackpot-stories__btn--cta,
  .page-resources-shbet-jackpot-stories__btn--cta-secondary {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-shbet-jackpot-stories__faq-question {
    font-size: 1.2em;
  }
}

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

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

  .page-resources-shbet-jackpot-stories__btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .page-resources-shbet-jackpot-stories__heading {
    font-size: 1.5em;
  }

  .page-resources-shbet-jackpot-stories__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-shbet-jackpot-stories__btn--cta,
  .page-resources-shbet-jackpot-stories__btn--cta-secondary {
    font-size: 1em;
    padding: 15px 25px;
  }
}