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

.page-gambling-news-latest-regulations__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #004AAD 0%, #002c7a 100%); /* Darker blue gradient */
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  justify-content: center;
}

.page-gambling-news-latest-regulations__hero-content {
  max-width: 900px;
  z-index: 2;
}

.page-gambling-news-latest-regulations__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for emphasis */
}

.page-gambling-news-latest-regulations__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-gambling-news-latest-regulations__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 1;
}

.page-gambling-news-latest-regulations__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-gambling-news-latest-regulations__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.page-gambling-news-latest-regulations__section:last-of-type {
  margin-bottom: 0;
}

.page-gambling-news-latest-regulations__section-title {
  font-size: 2.2em;
  color: #004AAD; /* Main brand blue */
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-gambling-news-latest-regulations__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold accent */
  border-radius: 2px;
}

.page-gambling-news-latest-regulations__subsection-title {
  font-size: 1.6em;
  color: #004AAD;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-gambling-news-latest-regulations__content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .page-gambling-news-latest-regulations__content-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.page-gambling-news-latest-regulations__list li {
  margin-bottom: 10px;
}

.page-gambling-news-latest-regulations__btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
  text-align: center;
}

.page-gambling-news-latest-regulations__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #004AAD; /* Dark blue */
  margin-top: 20px;
}

.page-gambling-news-latest-regulations__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-gambling-news-latest-regulations__btn--secondary {
  background-color: #004AAD; /* Dark blue */
  color: #fff;
  border: 2px solid #004AAD;
  margin-top: 15px;
}

.page-gambling-news-latest-regulations__btn--secondary:hover {
  background-color: #003380;
  border-color: #003380;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 74, 173, 0.4);
}

.page-gambling-news-latest-regulations__image-text-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
  align-items: center;
}

@media (min-width: 992px) {
  .page-gambling-news-latest-regulations__image-text-layout {
    flex-direction: row;
    text-align: left;
  }

  .page-gambling-news-latest-regulations__image-text-layout--reversed {
    flex-direction: row-reverse;
  }

  .page-gambling-news-latest-regulations__image-wrapper {
    flex: 1;
    min-width: 40%;
  }

  .page-gambling-news-latest-regulations__text-content {
    flex: 1.5;
  }
}

.page-gambling-news-latest-regulations__image-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-gambling-news-latest-regulations__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-gambling-news-latest-regulations__text-content p {
  margin-bottom: 15px;
  color: #444;
}

.page-gambling-news-latest-regulations__content-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .page-gambling-news-latest-regulations__content-row {
    flex-direction: row;
  }
}

.page-gambling-news-latest-regulations__column {
  flex: 1;
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  border-left: 5px solid #004AAD;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-gambling-news-latest-regulations__column p {
  font-size: 0.95em;
  color: #555;
}

.page-gambling-news-latest-regulations__cta-box {
  background-color: #004AAD;
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-gambling-news-latest-regulations__cta-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-gambling-news-latest-regulations__cta-text {
  font-size: 1.1em;
  margin-bottom: 25px;
  opacity: 0.9;
}

.page-gambling-news-latest-regulations__cta-box .page-gambling-news-latest-regulations__btn {
  margin: 0 10px 15px;
}

.page-gambling-news-latest-regulations__final-cta {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-gambling-news-latest-regulations__final-cta p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #333;
}

@media (max-width: 767px) {
  .page-gambling-news-latest-regulations__hero-title {
    font-size: 2em;
  }
  .page-gambling-news-latest-regulations__section-title {
    font-size: 1.8em;
  }
  .page-gambling-news-latest-regulations__subsection-title {
    font-size: 1.4em;
  }
  .page-gambling-news-latest-regulations__cta-title {
    font-size: 1.6em;
  }
  .page-gambling-news-latest-regulations__cta-box .page-gambling-news-latest-regulations__btn {
    display: block;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
  .page-gambling-news-latest-regulations__image-text-layout {
    flex-direction: column;
  }
  .page-gambling-news-latest-regulations__image-text-layout--reversed {
    flex-direction: column;
  }
}