.page-gambling-news-regulatory-changes {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-gambling-news-regulatory-changes__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-gambling-news-regulatory-changes__hero-section {
  background: linear-gradient(135deg, #0A2342, #1a3b68);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-gambling-news-regulatory-changes__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
}

.page-gambling-news-regulatory-changes__subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #e0e0e0;
}

.page-gambling-news-regulatory-changes__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2342;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px;
  border: none;
  cursor: pointer;
}

.page-gambling-news-regulatory-changes__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-gambling-news-regulatory-changes__cta-button--secondary {
  background-color: #0A2342;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-gambling-news-regulatory-changes__cta-button--secondary:hover {
  background-color: #1a3b68;
  color: #ffffff;
}

.page-gambling-news-regulatory-changes__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-gambling-news-regulatory-changes__article {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-gambling-news-regulatory-changes__heading {
  font-size: 2em;
  color: #0A2342;
  margin-top: 40px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-gambling-news-regulatory-changes__sub-heading {
  font-size: 1.5em;
  color: #0A2342;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-gambling-news-regulatory-changes__article p {
  margin-bottom: 15px;
  color: #555;
  font-size: 1.05em;
  line-height: 1.8;
}

.page-gambling-news-regulatory-changes__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-gambling-news-regulatory-changes__list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-gambling-news-regulatory-changes__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-gambling-news-regulatory-changes__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-gambling-news-regulatory-changes__image-caption {
  font-style: italic;
  color: #777;
  margin-top: 10px;
  font-size: 0.9em;
}

.page-gambling-news-regulatory-changes__link {
  color: #0A2342;
  text-decoration: underline;
  font-weight: bold;
}

.page-gambling-news-regulatory-changes__link:hover {
  color: #FFD700;
}

.page-gambling-news-regulatory-changes__cta-section {
  text-align: center;
  margin-top: 60px;
  padding: 40px;
  background-color: #f0f4f8;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.page-gambling-news-regulatory-changes__cta-section .page-gambling-news-regulatory-changes__sub-heading {
  color: #0A2342;
  margin-top: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-gambling-news-regulatory-changes__hero-section {
    padding: 70px 0;
  }

  .page-gambling-news-regulatory-changes__title {
    font-size: 2em;
  }

  .page-gambling-news-regulatory-changes__subtitle {
    font-size: 1em;
  }

  .page-gambling-news-regulatory-changes__heading {
    font-size: 1.7em;
  }

  .page-gambling-news-regulatory-changes__sub-heading {
    font-size: 1.3em;
  }

  .page-gambling-news-regulatory-changes__article {
    padding: 20px;
  }

  .page-gambling-news-regulatory-changes__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-gambling-news-regulatory-changes__hero-section {
    padding: 50px 0;
  }

  .page-gambling-news-regulatory-changes__title {
    font-size: 1.8em;
  }

  .page-gambling-news-regulatory-changes__subtitle {
    font-size: 0.9em;
  }

  .page-gambling-news-regulatory-changes__heading {
    font-size: 1.5em;
  }

  .page-gambling-news-regulatory-changes__sub-heading {
    font-size: 1.2em;
  }

  .page-gambling-news-regulatory-changes__cta-button {
    display: block;
    margin: 10px auto;
    width: 90%;
  }
}