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

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

.page-betting-news-insights-69win-platform-news__hero-section {
  background: linear-gradient(135deg, #007bff 0%, #ffc107 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-betting-news-insights-69win-platform-news__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.page-betting-news-insights-69win-platform-news__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0; /* Adjusted for contrast */
}

.page-betting-news-insights-69win-platform-news__cta-button {
  display: inline-block;
  background-color: #0056b3; /* Darker blue for contrast */
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-betting-news-insights-69win-platform-news__cta-button:hover {
  background-color: #004085; /* Even darker on hover */
  transform: translateY(-3px);
}

.page-betting-news-insights-69win-platform-news__button-secondary {
  background-color: #ffc107;
  color: #000; /* Black text for contrast on gold */
  margin-left: 15px;
}

.page-betting-news-insights-69win-platform-news__button-secondary:hover {
  background-color: #e0a800;
  color: #000;
}

.page-betting-news-insights-69win-platform-news__content-section {
  padding: 60px 0;
}

.page-betting-news-insights-69win-platform-news__content-section:nth-of-type(even) {
  background-color: #f1f1f1;
}

.page-betting-news-insights-69win-platform-news__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-betting-news-insights-69win-platform-news__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-betting-news-insights-69win-platform-news__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #555;
}

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

.page-betting-news-insights-69win-platform-news__news-card,
.page-betting-news-insights-69win-platform-news__guide-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-betting-news-insights-69win-platform-news__news-card:hover,
.page-betting-news-insights-69win-platform-news__guide-card:hover {
  transform: translateY(-5px);
}

.page-betting-news-insights-69win-platform-news__news-image,
.page-betting-news-insights-69win-platform-news__guide-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-betting-news-insights-69win-platform-news__card-title {
  font-size: 1.5em;
  color: #007bff;
  margin: 20px 20px 10px 20px;
  min-height: 48px; /* Ensure consistent title height */
}

.page-betting-news-insights-69win-platform-news__card-text {
  font-size: 0.95em;
  color: #555;
  padding: 0 20px 20px 20px;
  flex-grow: 1;
}

.page-betting-news-insights-69win-platform-news__read-more {
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  margin: 0 20px 20px 20px;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.3s ease;
}

.page-betting-news-insights-69win-platform-news__read-more:hover {
  border-bottom-color: #007bff;
}

.page-betting-news-insights-69win-platform-news__promotion-list,
.page-betting-news-insights-69win-platform-news__responsibility-list,
.page-betting-news-insights-69win-platform-news__advantage-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 25px;
}

.page-betting-news-insights-69win-platform-news__promotion-list li,
.page-betting-news-insights-69win-platform-news__responsibility-list li,
.page-betting-news-insights-69win-platform-news__advantage-list li {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #007bff;
}

.page-betting-news-insights-69win-platform-news__list-item-title {
  font-size: 1.3em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-betting-news-insights-69win-platform-news__list-item-title strong {
  color: #ffc107;
}

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

.page-betting-news-insights-69win-platform-news__cta-banner-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #fff;
}

.page-betting-news-insights-69win-platform-news__cta-banner-text {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-betting-news-insights-69win-platform-news__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-betting-news-insights-69win-platform-news__footer-links {
  padding: 30px 0;
  background-color: #343a40;
  color: #adb5bd;
  font-size: 0.9em;
  text-align: center;
}

.page-betting-news-insights-69win-platform-news__footer-links .page-betting-news-insights-69win-platform-news__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page-betting-news-insights-69win-platform-news__copyright {
  margin: 0;
  flex-basis: 100%;
  order: 2;
  margin-top: 15px;
}

.page-betting-news-insights-69win-platform-news__footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-basis: 100%;
  justify-content: center;
  order: 1;
  margin-bottom: 15px;
}

.page-betting-news-insights-69win-platform-news__footer-link {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-betting-news-insights-69win-platform-news__footer-link:hover {
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-betting-news-insights-69win-platform-news__hero-title {
    font-size: 2.8em;
  }
  .page-betting-news-insights-69win-platform-news__hero-subtitle {
    font-size: 1.1em;
  }
  .page-betting-news-insights-69win-platform-news__section-title {
    font-size: 2em;
  }
  .page-betting-news-insights-69win-platform-news__news-grid,
  .page-betting-news-insights-69win-platform-news__guide-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-betting-news-insights-69win-platform-news__cta-banner-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-betting-news-insights-69win-platform-news__hero-section {
    padding: 80px 0;
  }
  .page-betting-news-insights-69win-platform-news__hero-title {
    font-size: 2.2em;
  }
  .page-betting-news-insights-69win-platform-news__hero-subtitle {
    font-size: 1em;
  }
  .page-betting-news-insights-69win-platform-news__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-betting-news-insights-69win-platform-news__cta-button {
    margin-left: 0 !important; /* Override margin for stacked buttons */
    width: 80%;
    max-width: 300px;
  }
  .page-betting-news-insights-69win-platform-news__footer-links .page-betting-news-insights-69win-platform-news__container {
    flex-direction: column;
  }
  .page-betting-news-insights-69win-platform-news__footer-nav {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
  .page-betting-news-insights-69win-platform-news__copyright {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .page-betting-news-insights-69win-platform-news__hero-section {
    padding: 60px 0;
  }
  .page-betting-news-insights-69win-platform-news__hero-title {
    font-size: 1.8em;
  }
  .page-betting-news-insights-69win-platform-news__section-title {
    font-size: 1.6em;
  }
  .page-betting-news-insights-69win-platform-news__card-title {
    font-size: 1.3em;
  }
  .page-betting-news-insights-69win-platform-news__cta-banner-title {
    font-size: 2em;
  }
  .page-betting-news-insights-69win-platform-news__cta-button {
    width: 90%;
  }
}