.page-betting-news-center-industry-trends {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-betting-news-center-industry-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-news-center-industry-trends__hero-section {
  background: linear-gradient(135deg, #0047AB 0%, #0028ff 100%); /* Dark blue gradient */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-news-center-industry-trends__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-betting-news-center-industry-trends__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-betting-news-center-industry-trends__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  margin-top: 30px;
}

.page-betting-news-center-industry-trends__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-betting-news-center-industry-trends__section-title {
  font-size: 2.5em;
  color: #0047AB; /* Primary dark blue */
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 3px solid #FFD700; /* Gold underline */
  padding-bottom: 15px;
  position: relative;
}

.page-betting-news-center-industry-trends__section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 80px;
  height: 3px;
  background-color: #0047AB;
}

.page-betting-news-center-industry-trends__content-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-betting-news-center-industry-trends__highlight {
  color: #0047AB;
  font-weight: bold;
}

.page-betting-news-center-industry-trends__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-betting-news-center-industry-trends__list li {
  background-color: #e6f0ff; /* Lighter blue for list items */
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700; /* Gold accent */
  border-radius: 5px;
  font-size: 1.05em;
  color: #222;
}

.page-betting-news-center-industry-trends__list-item-title {
  font-weight: bold;
  color: #0047AB;
}

.page-betting-news-center-industry-trends__image-medium,
.page-betting-news-center-industry-trends__image-large,
.page-betting-news-center-industry-trends__image-small {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-betting-news-center-industry-trends__image-medium {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-news-center-industry-trends__image-large {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-news-center-industry-trends__image-small {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-news-center-industry-trends__call-to-action {
  background-color: #0047AB; /* Primary dark blue */
  color: #fff;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-betting-news-center-industry-trends__cta-title {
  font-size: 2.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for highlight */
}

.page-betting-news-center-industry-trends__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-betting-news-center-industry-trends__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0047AB; /* Dark blue text on gold */
  padding: 15px 35px;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
}

.page-betting-news-center-industry-trends__cta-button:hover {
  background-color: #b39700; /* Darker gold on hover */
  color: #fff;
  transform: translateY(-3px);
  border-color: #b39700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-betting-news-center-industry-trends__hero-title {
    font-size: 2.5em;
  }

  .page-betting-news-center-industry-trends__hero-subtitle {
    font-size: 1em;
  }

  .page-betting-news-center-industry-trends__section-title {
    font-size: 2em;
  }

  .page-betting-news-center-industry-trends__content-section p {
    font-size: 1em;
  }

  .page-betting-news-center-industry-trends__cta-title {
    font-size: 1.8em;
  }

  .page-betting-news-center-industry-trends__cta-text {
    font-size: 1em;
  }

  .page-betting-news-center-industry-trends__cta-button {
    font-size: 1.1em;
    padding: 12px 25px;
  }

  .page-betting-news-center-industry-trends__call-to-action {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .page-betting-news-center-industry-trends__hero-title {
    font-size: 2em;
  }

  .page-betting-news-center-industry-trends__section-title {
    font-size: 1.8em;
  }

  .page-betting-news-center-industry-trends__list li {
    padding: 10px 15px;
  }
}