.page-game-guides-jackpot-trigger-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-game-guides-jackpot-trigger-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-game-guides-jackpot-trigger-tips__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page-game-guides-jackpot-trigger-tips__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-game-guides-jackpot-trigger-tips__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-game-guides-jackpot-trigger-tips__link--highlight {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-game-guides-jackpot-trigger-tips__link--highlight:hover {
  text-decoration: underline;
}

.page-game-guides-jackpot-trigger-tips__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 10px;
  font-size: 1.05em;
}

.page-game-guides-jackpot-trigger-tips__btn--primary {
  background-color: #ffc107;
  color: #0056b3; /* Darker blue for contrast */
  border: 2px solid #ffc107;
}

.page-game-guides-jackpot-trigger-tips__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-game-guides-jackpot-trigger-tips__btn--secondary {
  background-color: #007bff;
  color: #fff;
  border: 2px solid #007bff;
}

.page-game-guides-jackpot-trigger-tips__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-game-guides-jackpot-trigger-tips__btn--transparent {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-game-guides-jackpot-trigger-tips__btn--transparent:hover {
  background-color: #ffc107;
  color: #0056b3;
  transform: translateY(-2px);
}

.page-game-guides-jackpot-trigger-tips__section {
  padding: 60px 0;
}

.page-game-guides-jackpot-trigger-tips__section--white {
  background-color: #fff;
}

.page-game-guides-jackpot-trigger-tips__section--blue {
  background-color: #007bff;
  color: #fff;
}

.page-game-guides-jackpot-trigger-tips__heading {
  font-size: 2.2em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-game-guides-jackpot-trigger-tips__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-game-guides-jackpot-trigger-tips__heading--white {
  color: #fff;
}

.page-game-guides-jackpot-trigger-tips__heading--white::after {
  background-color: #ffc107;
}

.page-game-guides-jackpot-trigger-tips__sub-heading {
  font-size: 1.6em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-game-guides-jackpot-trigger-tips__sub-heading--white {
  color: #fff;
  border-left-color: #ffc107;
}

.page-game-guides-jackpot-trigger-tips__content-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.8;
}

.page-game-guides-jackpot-trigger-tips__paragraph--white {
  color: #e0e0e0;
}

.page-game-guides-jackpot-trigger-tips__keyword {
  font-weight: bold;
  color: #007bff;
}

.page-game-guides-jackpot-trigger-tips__section--blue .page-game-guides-jackpot-trigger-tips__keyword {
  color: #ffc107;
}

.page-game-guides-jackpot-trigger-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}

.page-game-guides-jackpot-trigger-tips__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-game-guides-jackpot-trigger-tips__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-game-guides-jackpot-trigger-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-game-guides-jackpot-trigger-tips__cta-section {
  background-color: #0056b3;
  color: #fff;
  padding: 70px 0;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.page-game-guides-jackpot-trigger-tips__cta-heading {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffc107;
}

.page-game-guides-jackpot-trigger-tips__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-game-guides-jackpot-trigger-tips__faq-item {
  background-color: #f0f8ff;
  border-left: 5px solid #007bff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
}

.page-game-guides-jackpot-trigger-tips__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-game-guides-jackpot-trigger-tips__faq-answer {
  font-size: 1.05em;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-game-guides-jackpot-trigger-tips__title {
    font-size: 2em;
  }

  .page-game-guides-jackpot-trigger-tips__heading {
    font-size: 1.8em;
  }

  .page-game-guides-jackpot-trigger-tips__sub-heading {
    font-size: 1.4em;
  }

  .page-game-guides-jackpot-trigger-tips__btn {
    padding: 10px 20px;
    font-size: 1em;
  }

  .page-game-guides-jackpot-trigger-tips__cta-heading {
    font-size: 2em;
  }
}

@media (max-width: 480px) {
  .page-game-guides-jackpot-trigger-tips__title {
    font-size: 1.8em;
  }

  .page-game-guides-jackpot-trigger-tips__heading {
    font-size: 1.6em;
  }

  .page-game-guides-jackpot-trigger-tips__sub-heading {
    font-size: 1.2em;
  }

  .page-game-guides-jackpot-trigger-tips__btn {
    width: 90%;
    margin: 10px auto;
    display: block;
  }

  .page-game-guides-jackpot-trigger-tips__cta-heading {
    font-size: 1.8em;
  }
}