.page-resources-mcw-sports-betting-deep-dive {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #1a1a1a; /* Dark background */
  line-height: 1.6;
}

.page-resources-mcw-sports-betting-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-mcw-sports-betting-deep-dive__hero-section {
  background: linear-gradient(135deg, #CC0000 0%, #8A0000 70%, #FFD700 100%); /* Primary red to darker red, with a touch of gold */
  padding: 100px 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-mcw-sports-betting-deep-dive__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-resources-mcw-sports-betting-deep-dive__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-mcw-sports-betting-deep-dive__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #CC0000; /* Red text on gold */
  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-mcw-sports-betting-deep-dive__cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-mcw-sports-betting-deep-dive__cta-button--secondary {
  background-color: #CC0000;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-mcw-sports-betting-deep-dive__cta-button--secondary:hover {
  background-color: #a30000;
  border-color: #e6c200;
}

.page-resources-mcw-sports-betting-deep-dive__cta-button--tertiary {
  background-color: #333;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-mcw-sports-betting-deep-dive__cta-button--tertiary:hover {
  background-color: #555;
  border-color: #e6c200;
}

.page-resources-mcw-sports-betting-deep-dive__inline-cta {
  color: #FFD700;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-mcw-sports-betting-deep-dive__inline-cta:hover {
  color: #e6c200;
}

.page-resources-mcw-sports-betting-deep-dive__content-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-resources-mcw-sports-betting-deep-dive__article {
  background-color: #2a2a2a;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-mcw-sports-betting-deep-dive__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main section titles */
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 3px solid #CC0000;
  padding-bottom: 15px;
}

.page-resources-mcw-sports-betting-deep-dive__subsection-title {
  font-size: 1.8em;
  color: #CC0000; /* Red for subsections */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-mcw-sports-betting-deep-dive__article p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-resources-mcw-sports-betting-deep-dive__article ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-mcw-sports-betting-deep-dive__article ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-mcw-sports-betting-deep-dive__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-mcw-sports-betting-deep-dive__hero-title {
    font-size: 2.5em;
  }

  .page-resources-mcw-sports-betting-deep-dive__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-mcw-sports-betting-deep-dive__section-title {
    font-size: 2em;
  }

  .page-resources-mcw-sports-betting-deep-dive__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-mcw-sports-betting-deep-dive__article {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-mcw-sports-betting-deep-dive__hero-title {
    font-size: 2em;
  }

  .page-resources-mcw-sports-betting-deep-dive__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-mcw-sports-betting-deep-dive__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-mcw-sports-betting-deep-dive__section-title {
    font-size: 1.8em;
  }

  .page-resources-mcw-sports-betting-deep-dive__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-mcw-sports-betting-deep-dive__article p,
  .page-resources-mcw-sports-betting-deep-dive__article ul li {
    font-size: 0.95em;
  }
}