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

.page-gambling-news-industry-trends-2024__hero-section {
  background: linear-gradient(135deg, #004AAD 0%, #002D72 100%); /* Darker blue for depth */
  color: #fff;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gambling-news-industry-trends-2024__hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-gambling-news-industry-trends-2024__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-gambling-news-industry-trends-2024__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #e0e0e0;
}

.page-gambling-news-industry-trends-2024__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #004AAD; /* Dark blue text on gold */
  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;
  border: none;
  cursor: pointer;
}

.page-gambling-news-industry-trends-2024__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-gambling-news-industry-trends-2024__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-gambling-news-industry-trends-2024__article {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-gambling-news-industry-trends-2024__section-title {
  font-size: 2em;
  color: #004AAD; /* Primary blue for main titles */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700; /* Gold underline */
  padding-bottom: 10px;
}

.page-gambling-news-industry-trends-2024__subsection-title {
  font-size: 1.5em;
  color: #002D72; /* Slightly darker blue for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-gambling-news-industry-trends-2024__article p {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1.05em;
}

.page-gambling-news-industry-trends-2024__article strong {
  color: #004AAD;
}

.page-gambling-news-industry-trends-2024__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-gambling-news-industry-trends-2024__cta-block {
  background-color: #f0f8ff; /* Light blue background */
  border-left: 5px solid #004AAD;
  padding: 25px;
  margin: 30px 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-gambling-news-industry-trends-2024__cta-block p {
  font-size: 1.15em;
  color: #004AAD;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-gambling-news-industry-trends-2024__cta-final {
  background-color: #004AAD;
  color: #fff;
  padding: 40px;
  margin-top: 50px;
  border-radius: 8px;
  text-align: center;
}

.page-gambling-news-industry-trends-2024__cta-final p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #FFD700;
  font-weight: bold;
}

.page-gambling-news-industry-trends-2024__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin-right: 15px;
}

.page-gambling-news-industry-trends-2024__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-gambling-news-industry-trends-2024__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #004AAD;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-gambling-news-industry-trends-2024__hero-title {
    font-size: 2em;
  }

  .page-gambling-news-industry-trends-2024__hero-description {
    font-size: 1em;
  }

  .page-gambling-news-industry-trends-2024__section-title {
    font-size: 1.7em;
  }

  .page-gambling-news-industry-trends-2024__subsection-title {
    font-size: 1.3em;
  }

  .page-gambling-news-industry-trends-2024__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-gambling-news-industry-trends-2024__cta-final {
    flex-direction: column;
  }

  .page-gambling-news-industry-trends-2024__cta-button--large,
  .page-gambling-news-industry-trends-2024__cta-button--secondary {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-gambling-news-industry-trends-2024__hero-title {
    font-size: 1.8em;
  }

  .page-gambling-news-industry-trends-2024__hero-description {
    font-size: 0.9em;
  }

  .page-gambling-news-industry-trends-2024__article {
    padding: 20px;
  }

  .page-gambling-news-industry-trends-2024__section-title {
    font-size: 1.5em;
  }

  .page-gambling-news-industry-trends-2024__subsection-title {
    font-size: 1.2em;
  }
  .page-gambling-news-industry-trends-2024__cta-final p {
    font-size: 1.1em;
  }
}