.page-sports-betting-basketball-match-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #000000; /* Main background color */
  line-height: 1.6;
}

.page-sports-betting-basketball-match-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-sports-betting-basketball-match-betting-guide__hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #000000; /* Fallback for image */
}

.page-sports-betting-basketball-match-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.6;
}

.page-sports-betting-basketball-match-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  max-width: 800px;
}

.page-sports-betting-basketball-match-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-sports-betting-basketball-match-betting-guide__hero-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-sports-betting-basketball-match-betting-guide__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #E0E0E0;
}

.page-sports-betting-basketball-match-betting-guide__section {
  padding: 80px 0;
}

.page-sports-betting-basketball-match-betting-guide__section:nth-of-type(even) {
  background-color: #1a1a1a;
}

.page-sports-betting-basketball-match-betting-guide__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-sports-betting-basketball-match-betting-guide__section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #DC143C;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-sports-betting-basketball-match-betting-guide__subtitle {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-sports-betting-basketball-match-betting-guide__text-content p,
.page-sports-betting-basketball-match-betting-guide__text-content li {
  color: #E0E0E0;
  margin-bottom: 15px;
}

.page-sports-betting-basketball-match-betting-guide__text-content h3 {
  color: #FFD700;
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-sports-betting-basketball-match-betting-guide__flex-content {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-sports-betting-basketball-match-betting-guide__flex-content--reverse {
  flex-direction: row-reverse;
}

.page-sports-betting-basketball-match-betting-guide__flex-content > div {
  flex: 1;
}

.page-sports-betting-basketball-match-betting-guide__image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.page-sports-betting-basketball-match-betting-guide__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-sports-betting-basketball-match-betting-guide__btn--primary {
  background-color: #FFD700;
  color: #000000;
}

.page-sports-betting-basketball-match-betting-guide__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-2px);
}

.page-sports-betting-basketball-match-betting-guide__btn--secondary {
  background-color: #DC143C;
  color: #FFFFFF;
}

.page-sports-betting-basketball-match-betting-guide__btn--secondary:hover {
  background-color: #C01234;
  transform: translateY(-2px);
}

.page-sports-betting-basketball-match-betting-guide__step-list {
  list-style: none;
  padding: 0;
}

.page-sports-betting-basketball-match-betting-guide__step-list li {
  background-color: #1a1a1a;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  border-left: 5px solid #FFD700;
  color: #E0E0E0;
}

.page-sports-betting-basketball-match-betting-guide__step-list li strong {
  color: #FFD700;
  font-size: 1.1em;
}

.page-sports-betting-basketball-match-betting-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-sports-betting-basketball-match-betting-guide__grid-item {
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  border-bottom: 4px solid #DC143C;
}

.page-sports-betting-basketball-match-betting-guide__grid-item h3 {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-sports-betting-basketball-match-betting-guide__grid-item p {
  color: #E0E0E0;
}

.page-sports-betting-basketball-match-betting-guide__list {
  list-style: disc;
  padding-left: 25px;
  color: #E0E0E0;
}

.page-sports-betting-basketball-match-betting-guide__list li {
  margin-bottom: 10px;
}

.page-sports-betting-basketball-match-betting-guide__list li strong {
  color: #FFD700;
}

.page-sports-betting-basketball-match-betting-guide__faq-item {
  background-color: #1a1a1a;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  border-left: 5px solid #DC143C;
}

.page-sports-betting-basketball-match-betting-guide__faq-question {
  color: #FFD700;
  font-size: 1.4em;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-sports-betting-basketball-match-betting-guide__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-sports-betting-basketball-match-betting-guide__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-sports-betting-basketball-match-betting-guide__faq-answer {
  color: #E0E0E0;
  font-size: 1.1em;
  display: none; /* Hidden by default */
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #333;
}

.page-sports-betting-basketball-match-betting-guide__faq-answer.active {
  display: block;
}

.page-sports-betting-basketball-match-betting-guide__cta-section {
  background: linear-gradient(135deg, #000000 0%, #333333 100%);
  padding: 80px 0;
  text-align: center;
}

.page-sports-betting-basketball-match-betting-guide__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-sports-betting-basketball-match-betting-guide__cta-description {
  font-size: 1.3em;
  color: #E0E0E0;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-sports-betting-basketball-match-betting-guide__cta-buttons .page-sports-betting-basketball-match-betting-guide__btn {
  margin: 0 10px;
}

.highlight-text {
  color: #FFD700;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-sports-betting-basketball-match-betting-guide__hero {
    height: 400px;
  }

  .page-sports-betting-basketball-match-betting-guide__hero-title {
    font-size: 2.8em;
  }

  .page-sports-betting-basketball-match-betting-guide__hero-subtitle {
    font-size: 1.2em;
  }

  .page-sports-betting-basketball-match-betting-guide__section-title {
    font-size: 2em;
  }

  .page-sports-betting-basketball-match-betting-guide__flex-content {
    flex-direction: column;
  }

  .page-sports-betting-basketball-match-betting-guide__flex-content--reverse {
    flex-direction: column;
  }

  .page-sports-betting-basketball-match-betting-guide__image {
    max-width: 80%;
    margin-bottom: 30px;
  }

  .page-sports-betting-basketball-match-betting-guide__cta-title {
    font-size: 2.2em;
  }

  .page-sports-betting-basketball-match-betting-guide__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-sports-betting-basketball-match-betting-guide__hero {
    height: 350px;
  }

  .page-sports-betting-basketball-match-betting-guide__hero-title {
    font-size: 2.2em;
  }

  .page-sports-betting-basketball-match-betting-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-sports-betting-basketball-match-betting-guide__section {
    padding: 50px 0;
  }

  .page-sports-betting-basketball-match-betting-guide__section-title {
    font-size: 1.8em;
  }

  .page-sports-betting-basketball-match-betting-guide__image {
    max-width: 100%;
  }

  .page-sports-betting-basketball-match-betting-guide__grid {
    grid-template-columns: 1fr;
  }

  .page-sports-betting-basketball-match-betting-guide__cta-buttons .page-sports-betting-basketball-match-betting-guide__btn {
    margin: 10px 0;
    display: block;
  }
}

@media (max-width: 480px) {
  .page-sports-betting-basketball-match-betting-guide__hero {
    height: 300px;
  }

  .page-sports-betting-basketball-match-betting-guide__hero-title {
    font-size: 1.8em;
  }

  .page-sports-betting-basketball-match-betting-guide__hero-subtitle {
    font-size: 0.9em;
  }

  .page-sports-betting-basketball-match-betting-guide__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-sports-betting-basketball-match-betting-guide__faq-question {
    font-size: 1.2em;
  }

  .page-sports-betting-basketball-match-betting-guide__faq-answer {
    font-size: 1em;
  }

  .page-sports-betting-basketball-match-betting-guide__cta-title {
    font-size: 1.8em;
  }

  .page-sports-betting-basketball-match-betting-guide__cta-description {
    font-size: 0.9em;
  }
}