.page-gambling-news-regulatory-updates {
  font-family: 'Arial', sans-serif;
  color: #E5E5E5; /* Light grey for general text on dark background */
  background-color: #1A202C;
  line-height: 1.6;
}

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

.page-gambling-news-regulatory-updates__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 15px;
  background: linear-gradient(135deg, #1A202C 0%, #303742 100%);
  position: relative;
  overflow: hidden;
}

.page-gambling-news-regulatory-updates__hero-content {
  z-index: 1;
  max-width: 800px;
}

.page-gambling-news-regulatory-updates__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-gambling-news-regulatory-updates__hero-subtitle {
  font-size: 1.4em;
  color: #BFBFBF;
  margin-bottom: 40px;
}

.page-gambling-news-regulatory-updates__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 0;
}

.page-gambling-news-regulatory-updates__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-gambling-news-regulatory-updates__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A202C;
  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;
  border: none;
  cursor: pointer;
}

.page-gambling-news-regulatory-updates__cta-button:hover {
  background-color: #E6C200; /* Darker gold for hover */
  transform: translateY(-2px);
}

.page-gambling-news-regulatory-updates__section {
  padding: 60px 0;
}

.page-gambling-news-regulatory-updates__section:nth-of-type(even) {
  background-color: #2A313C;
}

.page-gambling-news-regulatory-updates__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-gambling-news-regulatory-updates__introduction p,
.page-gambling-news-regulatory-updates__impact-on-users p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E5E5E5;
}

.page-gambling-news-regulatory-updates__introduction p strong,
.page-gambling-news-regulatory-updates__impact-on-users p strong {
  color: #FFD700;
}

.page-gambling-news-regulatory-updates__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-gambling-news-regulatory-updates__grid-item {
  background-color: #303742;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-gambling-news-regulatory-updates__grid-item:hover {
  transform: translateY(-5px);
}

.page-gambling-news-regulatory-updates__grid-item img {
  max-width: 100px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-gambling-news-regulatory-updates__grid-item h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-gambling-news-regulatory-updates__grid-item p {
  color: #BFBFBF;
  font-size: 0.95em;
}

.page-gambling-news-regulatory-updates__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-gambling-news-regulatory-updates__list li {
  background-color: #303742;
  margin-bottom: 15px;
  padding: 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.1em;
  color: #E5E5E5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-gambling-news-regulatory-updates__list li strong {
  color: #FFD700;
}

.page-gambling-news-regulatory-updates__cta-button--secondary {
  background-color: #1A202C;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 30px;
}

.page-gambling-news-regulatory-updates__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-2px);
}

.page-gambling-news-regulatory-updates__ordered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 20px;
}

.page-gambling-news-regulatory-updates__ordered-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #E5E5E5;
}

.page-gambling-news-regulatory-updates__ordered-list li strong {
  color: #FFD700;
}

.page-gambling-news-regulatory-updates__image--full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-gambling-news-regulatory-updates__faq {
  background-color: #1A202C;
}

.page-gambling-news-regulatory-updates__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #303742;
  border-radius: 8px;
  overflow: hidden;
}

.page-gambling-news-regulatory-updates__accordion-header {
  background-color: #303742;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-gambling-news-regulatory-updates__accordion-header:hover {
  background-color: #3A424D;
}

.page-gambling-news-regulatory-updates__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-gambling-news-regulatory-updates__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-gambling-news-regulatory-updates__accordion-content {
  background-color: #2A313C;
  color: #E5E5E5;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-gambling-news-regulatory-updates__accordion-content.active {
  max-height: 300px; /* Adjust as needed for content length */
  padding: 20px 25px;
}

.page-gambling-news-regulatory-updates__accordion-content p {
  margin: 0;
  font-size: 1em;
}

.page-gambling-news-regulatory-updates__cta-bottom {
  background: linear-gradient(90deg, #1A202C 0%, #FFD700 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-gambling-news-regulatory-updates__cta-bottom-content {
  z-index: 1;
  position: relative;
}

.page-gambling-news-regulatory-updates__cta-bottom .page-gambling-news-regulatory-updates__section-title {
  color: #1A202C;
  text-shadow: none;
}

.page-gambling-news-regulatory-updates__cta-bottom p {
  color: #1A202C;
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-gambling-news-regulatory-updates__cta-button--primary {
  background-color: #1A202C;
  color: #FFD700;
  border: 2px solid #1A202C;
}

.page-gambling-news-regulatory-updates__cta-button--primary:hover {
  background-color: #303742;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-gambling-news-regulatory-updates__cta-image {
  position: absolute;
  bottom: -20px;
  right: -50px;
  width: 250px;
  height: auto;
  opacity: 0.2;
  filter: grayscale(100%);
  transform: rotate(15deg);
  z-index: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-gambling-news-regulatory-updates__hero-title {
    font-size: 2.8em;
  }

  .page-gambling-news-regulatory-updates__hero-subtitle {
    font-size: 1.2em;
  }

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

@media (max-width: 768px) {
  .page-gambling-news-regulatory-updates__hero {
    padding: 60px 15px;
  }

  .page-gambling-news-regulatory-updates__hero-title {
    font-size: 2.2em;
  }

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

  .page-gambling-news-regulatory-updates__section {
    padding: 40px 0;
  }

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

  .page-gambling-news-regulatory-updates__grid {
    grid-template-columns: 1fr;
  }

  .page-gambling-news-regulatory-updates__cta-image {
    display: none;
  }

  .page-gambling-news-regulatory-updates__accordion-header {
    font-size: 1em;
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-gambling-news-regulatory-updates__hero-title {
    font-size: 1.8em;
  }

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

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

  .page-gambling-news-regulatory-updates__list li,
  .page-gambling-news-regulatory-updates__ordered-list li {
    font-size: 0.95em;
  }
}