.page-industry-news-gambling-regulations {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light grey for general text on dark backgrounds */
  background-color: #1A202C; /* Dark background */
}

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

.page-industry-news-gambling-regulations__hero {
  background: linear-gradient(135deg, #FFD700 0%, #1A202C 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #1A202C; /* Dark text on gold/dark gradient */
}

.page-industry-news-gambling-regulations__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2;
}

.page-industry-news-gambling-regulations__hero .page-industry-news-gambling-regulations__container {
  position: relative;
  z-index: 1;
}

.page-industry-news-gambling-regulations__title {
  font-size: 3.5em;
  color: #1A202C; /* Dark text on hero for contrast */
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
  line-height: 1.2;
}

.page-industry-news-gambling-regulations__subtitle {
  font-size: 1.3em;
  color: #333; /* Slightly lighter dark for readability */
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-news-gambling-regulations__hero-actions .page-industry-news-gambling-regulations__btn {
  margin: 0 10px;
}

.page-industry-news-gambling-regulations__section {
  padding: 60px 0;
  background-color: #2A313C; /* Slightly lighter dark for sections */
  color: #E0E0E0;
}

.page-industry-news-gambling-regulations__section--dark {
  background-color: #1A202C;
  color: #F0F0F0;
}

.page-industry-news-gambling-regulations__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-industry-news-gambling-regulations__sub-section-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-industry-news-gambling-regulations p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-industry-news-gambling-regulations p strong {
  color: #FFD700;
}

.page-industry-news-gambling-regulations__image-full-width {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news-gambling-regulations__image-right {
  width: 40%;
  float: right;
  margin: 0 0 20px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

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

.page-industry-news-gambling-regulations__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.6;
}

.page-industry-news-gambling-regulations__list li strong {
  color: #FFD700;
}

.page-industry-news-gambling-regulations__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

.page-industry-news-gambling-regulations__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
}

.page-industry-news-gambling-regulations__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-gambling-regulations__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-industry-news-gambling-regulations__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-gambling-regulations__btn--download {
  background-color: #007bff; /* Blue for download, stands out */
  color: #FFFFFF;
}

.page-industry-news-gambling-regulations__btn--download:hover {
  background-color: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-gambling-regulations__cta-box {
  background-color: #2A313C;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-industry-news-gambling-regulations__cta-box p {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #FFD700;
}

.page-industry-news-gambling-regulations__faq-item {
  background-color: #2A313C;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-industry-news-gambling-regulations__faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Gold for FAQ questions */
  margin-bottom: 10px;
}

.page-industry-news-gambling-regulations__faq-answer {
  font-size: 1.05em;
  color: #D0D0D0;
}

.page-industry-news-gambling-regulations__section--conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-industry-news-gambling-regulations__conclusion-actions .page-industry-news-gambling-regulations__btn {
  margin: 0 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-industry-news-gambling-regulations__title {
    font-size: 2.8em;
  }
  .page-industry-news-gambling-regulations__section-title {
    font-size: 2em;
  }
  .page-industry-news-gambling-regulations__sub-section-title {
    font-size: 1.5em;
  }
  .page-industry-news-gambling-regulations__image-right {
    width: 100%;
    float: none;
    margin: 30px 0;
  }
}

@media (max-width: 768px) {
  .page-industry-news-gambling-regulations__hero {
    padding: 80px 0;
  }
  .page-industry-news-gambling-regulations__title {
    font-size: 2.2em;
  }
  .page-industry-news-gambling-regulations__subtitle {
    font-size: 1.1em;
  }
  .page-industry-news-gambling-regulations__hero-actions .page-industry-news-gambling-regulations__btn {
    display: block;
    margin: 15px auto;
    width: 80%;
  }
  .page-industry-news-gambling-regulations__section {
    padding: 40px 0;
  }
  .page-industry-news-gambling-regulations__section-title {
    font-size: 1.8em;
  }
  .page-industry-news-gambling-regulations__cta-box p {
    font-size: 1.2em;
  }
  .page-industry-news-gambling-regulations__conclusion-actions .page-industry-news-gambling-regulations__btn {
    display: block;
    margin: 15px auto;
    width: 80%;
  }
}

@media (max-width: 480px) {
  .page-industry-news-gambling-regulations__title {
    font-size: 1.8em;
  }
  .page-industry-news-gambling-regulations p, .page-industry-news-gambling-regulations__list li, .page-industry-news-gambling-regulations__faq-answer {
    font-size: 1em;
  }
  .page-industry-news-gambling-regulations__faq-question {
    font-size: 1.1em;
  }
}