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

.page-resources-bj88-sports-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-bj88-sports-betting-strategy__article-container {
  max-width: 800px;
}

.page-resources-bj88-sports-betting-strategy__hero-section {
  background: linear-gradient(135deg, #1A237E, #5f65a5);
  color: #fff;
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-bj88-sports-betting-strategy__back-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-bj88-sports-betting-strategy__back-link:hover {
  color: #e5dc81;
}

.page-resources-bj88-sports-betting-strategy__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-resources-bj88-sports-betting-strategy__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-bj88-sports-betting-strategy__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A237E;
  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;
  border: none;
  cursor: pointer;
}

.page-resources-bj88-sports-betting-strategy__cta-button:hover {
  background-color: #e5dc81; /* Slightly lighter gold for hover */
  transform: translateY(-2px);
}

.page-resources-bj88-sports-betting-strategy__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-bj88-sports-betting-strategy__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-bj88-sports-betting-strategy__cta-button--secondary {
  background-color: #5f65a5;
  color: #fff;
  margin-left: 15px;
}

.page-resources-bj88-sports-betting-strategy__cta-button--secondary:hover {
  background-color: #767bb2;
}

.page-resources-bj88-sports-betting-strategy__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-bj88-sports-betting-strategy__article {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-bj88-sports-betting-strategy__article p {
  margin-bottom: 1.2em;
  font-size: 1.05em;
  color: #444;
}

.page-resources-bj88-sports-betting-strategy__article strong {
  color: #1A237E;
}

.page-resources-bj88-sports-betting-strategy__article a {
  color: #1A237E;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-bj88-sports-betting-strategy__article a:hover {
  color: #FFD700;
}

.page-resources-bj88-sports-betting-strategy__heading {
  font-size: 2em;
  color: #1A237E;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-bj88-sports-betting-strategy__sub-heading {
  font-size: 1.5em;
  color: #1A237E;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-bj88-sports-betting-strategy__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-bj88-sports-betting-strategy__list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-bj88-sports-betting-strategy__image-figure {
  margin: 30px 0;
  text-align: center;
}

.page-resources-bj88-sports-betting-strategy__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-bj88-sports-betting-strategy__image-caption {
  font-size: 0.9em;
  color: #777;
  margin-top: 10px;
}

.page-resources-bj88-sports-betting-strategy__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-bj88-sports-betting-strategy__button-group--center {
  justify-content: center;
}

.page-resources-bj88-sports-betting-strategy__faq-item {
  background-color: #f2f2f2;
  border-left: 5px solid #1A237E;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.page-resources-bj88-sports-betting-strategy__faq-item .page-resources-bj88-sports-betting-strategy__sub-heading {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1A237E;
  font-size: 1.3em;
}

.page-resources-bj88-sports-betting-strategy__faq-item p {
  margin-bottom: 0;
  color: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-bj88-sports-betting-strategy__title {
    font-size: 2em;
  }

  .page-resources-bj88-sports-betting-strategy__subtitle {
    font-size: 1em;
  }

  .page-resources-bj88-sports-betting-strategy__heading {
    font-size: 1.8em;
  }

  .page-resources-bj88-sports-betting-strategy__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-bj88-sports-betting-strategy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-bj88-sports-betting-strategy__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-bj88-sports-betting-strategy__button-group {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-bj88-sports-betting-strategy__cta-button--secondary {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-bj88-sports-betting-strategy__title {
    font-size: 1.6em;
  }

  .page-resources-bj88-sports-betting-strategy__hero-section {
    padding: 60px 0 40px;
  }

  .page-resources-bj88-sports-betting-strategy__content-section {
    padding: 40px 0;
  }

  .page-resources-bj88-sports-betting-strategy__article {
    padding: 20px;
  }

  .page-resources-bj88-sports-betting-strategy__list {
    margin-left: 15px;
  }
}