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

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

.page-betting-news-insights-latest-industry-news__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-betting-news-insights-latest-industry-news__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffc107;
}

.page-betting-news-insights-latest-industry-news__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-betting-news-insights-latest-industry-news__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #007bff;
  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-betting-news-insights-latest-industry-news__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-betting-news-insights-latest-industry-news__content-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.page-betting-news-insights-latest-industry-news__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-betting-news-insights-latest-industry-news__news-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-betting-news-insights-latest-industry-news__news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-betting-news-insights-latest-industry-news__news-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-betting-news-insights-latest-industry-news__news-body {
  padding: 25px;
}

.page-betting-news-insights-latest-industry-news__news-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-betting-news-insights-latest-industry-news__news-excerpt {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 20px;
}

.page-betting-news-insights-latest-industry-news__read-more {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-betting-news-insights-latest-industry-news__read-more:hover {
  color: #e0a800;
  text-decoration: underline;
}

.page-betting-news-insights-latest-industry-news__cta-banner {
  background-color: #007bff;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-betting-news-insights-latest-industry-news__banner-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffc107;
}

.page-betting-news-insights-latest-industry-news__banner-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  opacity: 0.9;
}

.page-betting-news-insights-latest-industry-news__banner-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-betting-news-insights-latest-industry-news__cta-button--primary {
  background-color: #ffc107;
  color: #007bff;
}

.page-betting-news-insights-latest-industry-news__cta-button--primary:hover {
  background-color: #e0a800;
}

.page-betting-news-insights-latest-industry-news__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #ffc107;
  color: #ffc107;
}

.page-betting-news-insights-latest-industry-news__cta-button--secondary:hover {
  background-color: #ffc107;
  color: #007bff;
}

.page-betting-news-insights-latest-industry-news__expert-insights {
  padding: 60px 0;
  background-color: #f0f2f5;
}

.page-betting-news-insights-latest-industry-news__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 20px;
}

.page-betting-news-insights-latest-industry-news__section-description {
  font-size: 1.1em;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-news-insights-latest-industry-news__insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-betting-news-insights-latest-industry-news__insight-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 30px;
  text-align: center;
}

.page-betting-news-insights-latest-industry-news__insight-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-betting-news-insights-latest-industry-news__insight-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-betting-news-insights-latest-industry-news__insight-text {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-betting-news-insights-latest-industry-news__newsletter {
  padding: 80px 0;
  background-color: #0056b3;
  color: #fff;
  text-align: center;
}

.page-betting-news-insights-latest-industry-news__newsletter-form {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-betting-news-insights-latest-industry-news__form-input {
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  font-size: 1em;
  width: 100%;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}

.page-betting-news-insights-latest-industry-news__form-input::placeholder {
  color: #777;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-betting-news-insights-latest-industry-news__hero-section {
    padding: 80px 0;
  }
  .page-betting-news-insights-latest-industry-news__main-title {
    font-size: 2.8em;
  }
  .page-betting-news-insights-latest-industry-news__subtitle {
    font-size: 1.1em;
  }
  .page-betting-news-insights-latest-industry-news__news-grid,
  .page-betting-news-insights-latest-industry-news__insights-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-betting-news-insights-latest-industry-news__banner-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-betting-news-insights-latest-industry-news__hero-section {
    padding: 60px 0;
  }
  .page-betting-news-insights-latest-industry-news__main-title {
    font-size: 2.2em;
  }
  .page-betting-news-insights-latest-industry-news__subtitle {
    font-size: 1em;
  }
  .page-betting-news-insights-latest-industry-news__news-body {
    padding: 20px;
  }
  .page-betting-news-insights-latest-industry-news__news-title {
    font-size: 1.4em;
  }
  .page-betting-news-insights-latest-industry-news__cta-banner {
    padding: 60px 0;
  }
  .page-betting-news-insights-latest-industry-news__banner-title {
    font-size: 1.8em;
  }
  .page-betting-news-insights-latest-industry-news__banner-text {
    font-size: 1em;
  }
  .page-betting-news-insights-latest-industry-news__banner-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-betting-news-insights-latest-industry-news__cta-button {
    width: 80%;
    max-width: 300px;
  }
  .page-betting-news-insights-latest-industry-news__newsletter-form {
    flex-direction: column;
    align-items: center;
  }
  .page-betting-news-insights-latest-industry-news__form-input {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .page-betting-news-insights-latest-industry-news__main-title {
    font-size: 1.8em;
  }
  .page-betting-news-insights-latest-industry-news__section-title {
    font-size: 1.8em;
  }
  .page-betting-news-insights-latest-industry-news__news-grid,
  .page-betting-news-insights-latest-industry-news__insights-grid {
    grid-template-columns: 1fr;
  }
}