.page-game-guides-sports-betting-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #dee2e6; /* Light gray for body text */
  background-color: #0A2239; /* Primary dark blue background */
}

.page-game-guides-sports-betting-strategy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-game-guides-sports-betting-strategy .hero-section {
  background: linear-gradient(135deg, #0A2239 0%, #1a3a5a 100%); /* Dark blue gradient */
  color: #FFD700; /* Gold for hero text */
  padding: 80px 0;
  text-align: center;
  border-bottom: 2px solid #FFD700;
}

.page-game-guides-sports-betting-strategy .hero-section h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-game-guides-sports-betting-strategy .hero-section p {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-guides-sports-betting-strategy .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  margin: 10px;
  font-size: 1em;
  cursor: pointer;
}

.page-game-guides-sports-betting-strategy .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #0A2239; /* Dark blue */
  border: none;
}

.page-game-guides-sports-betting-strategy .btn-primary:hover {
  background-color: #e6c200; /* Darker gold */
  transform: translateY(-2px);
}

.page-game-guides-sports-betting-strategy .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-game-guides-sports-betting-strategy .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A2239;
  transform: translateY(-2px);
}

.page-game-guides-sports-betting-strategy .btn-tertiary {
  background-color: #0A2239;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-game-guides-sports-betting-strategy .btn-tertiary:hover {
  background-color: #FFD700;
  color: #0A2239;
  transform: translateY(-2px);
}

.page-game-guides-sports-betting-strategy .content-section {
  padding: 60px 0;
  background-color: #1a3a5a; /* Slightly lighter dark blue */
}

.page-game-guides-sports-betting-strategy .content-section h2 {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 15px;
  margin-top: 40px;
}

.page-game-guides-sports-betting-strategy .content-section h3 {
  font-size: 1.8em;
  color: #f5ddc6; /* Complementary light peach */
  margin-bottom: 20px;
  margin-top: 30px;
}

.page-game-guides-sports-betting-strategy .content-section p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #dee2e6;
}

.page-game-guides-sports-betting-strategy .content-section ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #dee2e6;
}

.page-game-guides-sports-betting-strategy .content-section ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-game-guides-sports-betting-strategy .content-section ul li strong {
  color: #FFD700;
}

.page-game-guides-sports-betting-strategy .content-section a {
  color: #FFD700;
  text-decoration: none;
}

.page-game-guides-sports-betting-strategy .content-section a:hover {
  text-decoration: underline;
  color: #e6c200;
}

.page-game-guides-sports-betting-strategy .image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-game-guides-sports-betting-strategy .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border: 3px solid #FFD700;
}

.page-game-guides-sports-betting-strategy .faq-section {
  background-color: #0A2239;
  padding: 60px 0;
  color: #dee2e6;
}

.page-game-guides-sports-betting-strategy .faq-section h2 {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
}

.page-game-guides-sports-betting-strategy .faq-item {
  background-color: #1a3a5a;
  border: 1px solid #334d6b;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-game-guides-sports-betting-strategy .faq-item h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-game-guides-sports-betting-strategy .faq-item h3 a {
  color: #FFD700;
  text-decoration: none;
  display: block;
}

.page-game-guides-sports-betting-strategy .faq-item h3 a:hover {
  text-decoration: underline;
}

.page-game-guides-sports-betting-strategy .faq-item p {
  font-size: 1.05em;
  color: #dee2e6;
}

.page-game-guides-sports-betting-strategy .cta-section {
  background: linear-gradient(90deg, #0A2239 0%, #1a3a5a 100%);
  padding: 80px 0;
  text-align: center;
  color: #dee2e6;
  border-top: 2px solid #FFD700;
}

.page-game-guides-sports-betting-strategy .cta-section h2 {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-game-guides-sports-betting-strategy .cta-section p {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-game-guides-sports-betting-strategy .cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-game-guides-sports-betting-strategy .hero-section h1 {
    font-size: 2.8em;
  }
  .page-game-guides-sports-betting-strategy .content-section h2 {
    font-size: 2em;
  }
  .page-game-guides-sports-betting-strategy .content-section h3 {
    font-size: 1.6em;
  }
  .page-game-guides-sports-betting-strategy .cta-section h2 {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-game-guides-sports-betting-strategy .hero-section {
    padding: 60px 0;
  }
  .page-game-guides-sports-betting-strategy .hero-section h1 {
    font-size: 2.2em;
  }
  .page-game-guides-sports-betting-strategy .hero-section p {
    font-size: 1em;
  }
  .page-game-guides-sports-betting-strategy .content-section {
    padding: 40px 0;
  }
  .page-game-guides-sports-betting-strategy .content-section h2 {
    font-size: 1.8em;
  }
  .page-game-guides-sports-betting-strategy .content-section h3 {
    font-size: 1.4em;
  }
  .page-game-guides-sports-betting-strategy .faq-section {
    padding: 40px 0;
  }
  .page-game-guides-sports-betting-strategy .faq-section h2 {
    font-size: 2em;
  }
  .page-game-guides-sports-betting-strategy .faq-item h3 {
    font-size: 1.3em;
  }
  .page-game-guides-sports-betting-strategy .cta-section {
    padding: 60px 0;
  }
  .page-game-guides-sports-betting-strategy .cta-section h2 {
    font-size: 2em;
  }
  .page-game-guides-sports-betting-strategy .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  .page-game-guides-sports-betting-strategy .btn {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-game-guides-sports-betting-strategy .hero-section h1 {
    font-size: 1.8em;
  }
  .page-game-guides-sports-betting-strategy .content-section h2 {
    font-size: 1.5em;
  }
  .page-game-guides-sports-betting-strategy .content-section h3 {
    font-size: 1.2em;
  }
  .page-game-guides-sports-betting-strategy .faq-section h2 {
    font-size: 1.8em;
  }
  .page-game-guides-sports-betting-strategy .faq-item h3 {
    font-size: 1.1em;
  }
  .page-game-guides-sports-betting-strategy .cta-section h2 {
    font-size: 1.8em;
  }
}