/* style/industry-news-regulatory-updates.css */
.page-industry-news-regulatory-updates {
  font-family: 'Arial', sans-serif;
  color: #f5e6ce; /* Light text for readability on dark backgrounds */
  background-color: #0A1931; /* Main background color */
  line-height: 1.6;
}

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

.page-industry-news-regulatory-updates__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0A1931 0%, #301a00 100%); /* Dark blue to a darker gold for depth */
  position: relative;
  overflow: hidden;
}

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

.page-industry-news-regulatory-updates__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-industry-news-regulatory-updates__hero-description {
  font-size: 1.3em;
  color: #f5e6ce;
  margin-bottom: 30px;
}

.page-industry-news-regulatory-updates__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-industry-news-regulatory-updates__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.page-industry-news-regulatory-updates__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-industry-news-regulatory-updates__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #0A1931; /* Dark blue text on gold */
  border: 2px solid #FFD700;
}

.page-industry-news-regulatory-updates__btn--primary:hover {
  background-color: #e5c100;
  border-color: #e5c100;
}

.page-industry-news-regulatory-updates__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text on dark background */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-industry-news-regulatory-updates__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
}

.page-industry-news-regulatory-updates__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-industry-news-regulatory-updates__section:last-of-type {
  border-bottom: none;
}

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

.page-industry-news-regulatory-updates__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-industry-news-regulatory-updates__introduction p,
.page-industry-news-regulatory-updates__impact p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f5e6ce;
}

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

.page-industry-news-regulatory-updates__grid-item {
  background-color: #1a2b47; /* Slightly lighter dark blue */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

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

.page-industry-news-regulatory-updates__grid-item p {
  color: #f5e6ce;
  font-size: 1em;
}

.page-industry-news-regulatory-updates__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
}

.page-industry-news-regulatory-updates__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-news-regulatory-updates__article {
  background-color: #1a2b47;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-industry-news-regulatory-updates__article-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-industry-news-regulatory-updates__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
}

.page-industry-news-regulatory-updates__article p {
  color: #f5e6ce;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-industry-news-regulatory-updates__list,
.page-industry-news-regulatory-updates__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f5e6ce;
}

.page-industry-news-regulatory-updates__ordered-list {
  list-style-type: decimal;
}

.page-industry-news-regulatory-updates__list li,
.page-industry-news-regulatory-updates__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

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

.page-industry-news-regulatory-updates__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-industry-news-regulatory-updates__responsible-gambling .page-industry-news-regulatory-updates__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 40%;
  max-width: 400px;
}

.page-industry-news-regulatory-updates__cta {
  background: linear-gradient(90deg, #0A1931, #301a00); /* Dark blue to darker gold */
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

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

.page-industry-news-regulatory-updates__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
}

.page-industry-news-regulatory-updates__cta-description {
  font-size: 1.2em;
  color: #f5e6ce;
  margin-bottom: 40px;
}

.page-industry-news-regulatory-updates__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-industry-news-regulatory-updates__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
  filter: grayscale(100%);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-industry-news-regulatory-updates__hero-title {
    font-size: 2.8em;
  }
  .page-industry-news-regulatory-updates__section-title {
    font-size: 2em;
  }
  .page-industry-news-regulatory-updates__article-title {
    font-size: 1.8em;
  }
  .page-industry-news-regulatory-updates__responsible-gambling .page-industry-news-regulatory-updates__image--right {
    float: none;
    margin: 30px auto;
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-industry-news-regulatory-updates__hero {
    padding: 60px 15px;
  }
  .page-industry-news-regulatory-updates__hero-title {
    font-size: 2.2em;
  }
  .page-industry-news-regulatory-updates__hero-description {
    font-size: 1em;
  }
  .page-industry-news-regulatory-updates__section {
    padding: 40px 0;
  }
  .page-industry-news-regulatory-updates__section-title {
    font-size: 1.8em;
  }
  .page-industry-news-regulatory-updates__grid {
    grid-template-columns: 1fr;
  }
  .page-industry-news-regulatory-updates__article-title {
    font-size: 1.6em;
  }
  .page-industry-news-regulatory-updates__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-industry-news-regulatory-updates__btn--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-industry-news-regulatory-updates__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-industry-news-regulatory-updates__cta-title {
    font-size: 2.2em;
  }
  .page-industry-news-regulatory-updates__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-industry-news-regulatory-updates__hero-title {
    font-size: 1.8em;
  }
  .page-industry-news-regulatory-updates__section-title {
    font-size: 1.6em;
  }
  .page-industry-news-regulatory-updates__article-title {
    font-size: 1.4em;
  }
  .page-industry-news-regulatory-updates__cta-title {
    font-size: 1.8em;
  }
}