/* style/entertainment-news-gambling-regulations-interpretation-impact.css */
.page-entertainment-news-gambling-regulations-interpretation-impact {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for body text on dark background */
  background-color: #0A1931; /* Main dark blue background */
}

.page-entertainment-news-gambling-regulations-interpretation-impact__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__hero {
  background: linear-gradient(135deg, #0A1931 0%, #1a3a6b 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__hero-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main titles */
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__hero-description {
  font-size: 1.3em;
  color: #B0C4DE; /* Lighter blue for description */
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A1931; /* Dark blue text on gold */
  padding: 15px 30px;
  border-radius: 8px;
  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-entertainment-news-gambling-regulations-interpretation-impact__cta-button:hover {
  background-color: #E0B000; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-entertainment-news-gambling-regulations-interpretation-impact__cta-button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__content-section {
  padding: 60px 0;
  background-color: #0A1931;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__section-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__section-subtitle {
  font-size: 1.8em;
  color: #B0C4DE; /* Lighter blue for subtitles */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-entertainment-news-gambling-regulations-interpretation-impact p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #E0E0E0;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-entertainment-news-gambling-regulations-interpretation-impact .highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-entertainment-news-gambling-regulations-interpretation-impact__image--medium {
  max-width: 800px;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__image--large {
  max-width: 1000px;
}

.page-entertainment-news-gambling-regulations-interpretation-impact__cta-group {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-entertainment-news-gambling-regulations-interpretation-impact__hero-title {
    font-size: 2.5em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__section-title {
    font-size: 2em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__section-subtitle {
    font-size: 1.5em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__cta-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .page-entertainment-news-gambling-regulations-interpretation-impact__hero {
    padding: 80px 0;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__hero-title {
    font-size: 2em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__hero-description {
    font-size: 1em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__section-title {
    font-size: 1.8em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__section-subtitle {
    font-size: 1.3em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact p,
  .page-entertainment-news-gambling-regulations-interpretation-impact__list li {
    font-size: 0.95em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-entertainment-news-gambling-regulations-interpretation-impact__hero-title {
    font-size: 1.6em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__section-title {
    font-size: 1.5em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__section-subtitle {
    font-size: 1.2em;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__container {
    padding: 0 15px;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__cta-button {
    width: 90%;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-entertainment-news-gambling-regulations-interpretation-impact__cta-group {
    flex-direction: column;
    align-items: center;
  }
}