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

.page-betting-news-industry-trends a {
  color: #003366;
  text-decoration: none;
}

.page-betting-news-industry-trends a:hover {
  text-decoration: underline;
}

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

.page-betting-news-industry-trends__hero-section {
  background: linear-gradient(135deg, #003366 0%, #001a33 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-betting-news-industry-trends__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFD700; /* Gold for highlight */
}

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

.page-betting-news-industry-trends__highlight {
  color: #FFD700;
}

.page-betting-news-industry-trends__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
}

.page-betting-news-industry-trends__btn--primary {
  background-color: #FFD700;
  color: #003366;
  margin: 0 10px;
}

.page-betting-news-industry-trends__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-betting-news-industry-trends__btn--secondary {
  background-color: #003366;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin: 0 10px;
}

.page-betting-news-industry-trends__btn--secondary:hover {
  background-color: #001a33;
  color: #FFD700;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-betting-news-industry-trends__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-betting-news-industry-trends__section:last-child {
  border-bottom: none;
}

.page-betting-news-industry-trends__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-betting-news-industry-trends__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-betting-news-industry-trends__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

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

.page-betting-news-industry-trends__trend-section--alt {
  background-color: #f0f4f7;
}

.page-betting-news-industry-trends__cta-group {
  text-align: center;
  margin-top: 40px;
}

.page-betting-news-industry-trends__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-betting-news-industry-trends__feature-list li {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #FFD700;
  font-size: 1.05em;
  color: #333;
}

.page-betting-news-industry-trends__feature-list li strong {
  color: #003366;
  font-size: 1.1em;
  display: block;
  margin-bottom: 5px;
}

.page-betting-news-industry-trends__789bet-role-section .page-betting-news-industry-trends__section-title {
  color: #003366;
}

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

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

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

  .page-betting-news-industry-trends__sub-title {
    font-size: 1.5em;
  }

  .page-betting-news-industry-trends__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 10px 0;
  }

  .page-betting-news-industry-trends__cta-group .page-betting-news-industry-trends__btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .page-betting-news-industry-trends__feature-list {
    grid-template-columns: 1fr;
  }
}

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

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

  .page-betting-news-industry-trends__sub-title {
    font-size: 1.3em;
  }

  .page-betting-news-industry-trends__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}

/* Ensure color contrast for all text */
.page-betting-news-industry-trends p, 
.page-betting-news-industry-trends li, 
.page-betting-news-industry-trends span {
  color: #333333; /* Dark grey for general text on light background */
}

.page-betting-news-industry-trends__hero-section p, 
.page-betting-news-industry-trends__hero-section .page-betting-news-industry-trends__btn--secondary {
  color: #e0e0e0; /* Light grey for text on dark hero background */
}

.page-betting-news-industry-trends__hero-section .page-betting-news-industry-trends__btn--primary {
  color: #003366; /* Dark blue for button text on gold background */
}

.page-betting-news-industry-trends__hero-title, 
.page-betting-news-industry-trends__section-title, 
.page-betting-news-industry-trends__sub-title, 
.page-betting-news-industry-trends__feature-list li strong {
  color: #003366; /* Dark blue for titles on light background */
}

.page-betting-news-industry-trends__hero-title .page-betting-news-industry-trends__highlight, 
.page-betting-news-industry-trends__789bet-role-section .page-betting-news-industry-trends__highlight, 
.page-betting-news-industry-trends__conclusion-section .page-betting-news-industry-trends__highlight {
  color: #FFD700; /* Gold for highlights */
}