/* style/betting-news-insights-global-betting-market-report.css */

.page-betting-news-insights-global-betting-market-report {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-betting-news-insights-global-betting-market-report__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-news-insights-global-betting-market-report__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-news-insights-global-betting-market-report__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-betting-news-insights-global-betting-market-report__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffc107; /* Auxiliary color for emphasis */
}

.page-betting-news-insights-global-betting-market-report__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e9ecef;
}

.page-betting-news-insights-global-betting-market-report__hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  overflow: hidden;
}

.page-betting-news-insights-global-betting-market-report__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-betting-news-insights-global-betting-market-report__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-betting-news-insights-global-betting-market-report__section:last-of-type {
  border-bottom: none;
}

.page-betting-news-insights-global-betting-market-report__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-betting-news-insights-global-betting-market-report__subsection-title {
  font-size: 1.8em;
  color: #ffc107;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 5px solid #007bff;
  padding-left: 15px;
}

.page-betting-news-insights-global-betting-market-report__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #495057;
}

.page-betting-news-insights-global-betting-market-report__section strong {
  color: #007bff;
}

.page-betting-news-insights-global-betting-market-report__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-betting-news-insights-global-betting-market-report__list li {
  font-size: 1.05em;
  margin-bottom: 10px;
  color: #495057;
}

.page-betting-news-insights-global-betting-market-report__image-fullwidth {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-news-insights-global-betting-market-report__image-inline {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-betting-news-insights-global-betting-market-report__cta-button {
  display: inline-block;
  background-color: #ffc107; /* Auxiliary color for CTA */
  color: #000; /* Dark text for contrast */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #ffc107;
}

.page-betting-news-insights-global-betting-market-report__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-betting-news-insights-global-betting-market-report__cta-button--secondary {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

.page-betting-news-insights-global-betting-market-report__cta-button--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-betting-news-insights-global-betting-market-report__cta-button--outline {
  background-color: transparent;
  color: #ffc107;
  border: 2px solid #ffc107;
}

.page-betting-news-insights-global-betting-market-report__cta-button--outline:hover {
  background-color: #ffc107;
  color: #000;
}

.page-betting-news-insights-global-betting-market-report__cta-final {
  background-color: #007bff;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.page-betting-news-insights-global-betting-market-report__cta-content {
  max-width: 900px;
}

.page-betting-news-insights-global-betting-market-report__cta-final .page-betting-news-insights-global-betting-market-report__section-title {
  color: #ffc107;
}

.page-betting-news-insights-global-betting-market-report__cta-final p {
  color: #e9ecef;
  font-size: 1.15em;
  margin-bottom: 30px;
}

.page-betting-news-insights-global-betting-market-report__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.page-betting-news-insights-global-betting-market-report__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-betting-news-insights-global-betting-market-report__cta-note {
  font-style: italic;
  font-size: 0.95em;
  color: #cce5ff; /* Lighter shade for note */
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-betting-news-insights-global-betting-market-report__hero-title {
    font-size: 2.5em;
  }
  .page-betting-news-insights-global-betting-market-report__section-title {
    font-size: 2em;
  }
  .page-betting-news-insights-global-betting-market-report__subsection-title {
    font-size: 1.5em;
  }
  .page-betting-news-insights-global-betting-market-report__section p,
  .page-betting-news-insights-global-betting-market-report__list li {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-betting-news-insights-global-betting-market-report__hero {
    padding: 60px 15px;
  }
  .page-betting-news-insights-global-betting-market-report__hero-title {
    font-size: 2em;
  }
  .page-betting-news-insights-global-betting-market-report__hero-description {
    font-size: 1em;
  }
  .page-betting-news-insights-global-betting-market-report__section {
    padding: 40px 0;
  }
  .page-betting-news-insights-global-betting-market-report__section-title {
    font-size: 1.8em;
  }
  .page-betting-news-insights-global-betting-market-report__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-betting-news-insights-global-betting-market-report__cta-button {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .page-betting-news-insights-global-betting-market-report__hero-title {
    font-size: 1.8em;
  }
  .page-betting-news-insights-global-betting-market-report__section-title {
    font-size: 1.5em;
  }
  .page-betting-news-insights-global-betting-market-report__subsection-title {
    font-size: 1.3em;
  }
  .page-betting-news-insights-global-betting-market-report__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
}