/* style/news-latest-gambling-regulations.css */

:root {
  --page-news-latest-gambling-regulations-primary-color: #003366;
  --page-news-latest-gambling-regulations-secondary-color: #FFD700;
  --page-news-latest-gambling-regulations-accent-color: #DC143C;
  --page-news-latest-gambling-regulations-text-dark: #333333;
  --page-news-latest-gambling-regulations-text-light: #ffffff;
  --page-news-latest-gambling-regulations-background-light: #f4f7f6;
  --page-news-latest-gambling-regulations-background-dark: #002244;
}

.page-news-latest-gambling-regulations {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--page-news-latest-gambling-regulations-text-dark);
  background-color: var(--page-news-latest-gambling-regulations-background-light);
}

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

.page-news-latest-gambling-regulations__hero-section {
  background: linear-gradient(135deg, var(--page-news-latest-gambling-regulations-primary-color), var(--page-news-latest-gambling-regulations-background-dark));
  color: var(--page-news-latest-gambling-regulations-text-light);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-news-latest-gambling-regulations__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="pattern-circles" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="1" fill="%23FFD700" opacity="0.1"/></pattern></defs><rect x="0" y="0" width="100%" height="100%" fill="url(%23pattern-circles)"/></svg>');
  opacity: 0.1;
  z-index: 0;
}

.page-news-latest-gambling-regulations__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--page-news-latest-gambling-regulations-secondary-color);
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.page-news-latest-gambling-regulations__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-news-latest-gambling-regulations__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-news-latest-gambling-regulations__button--primary {
  background-color: var(--page-news-latest-gambling-regulations-secondary-color);
  color: var(--page-news-latest-gambling-regulations-primary-color);
  border: 2px solid var(--page-news-latest-gambling-regulations-secondary-color);
}

.page-news-latest-gambling-regulations__button--primary:hover {
  background-color: var(--page-news-latest-gambling-regulations-text-light);
  color: var(--page-news-latest-gambling-regulations-primary-color);
  border-color: var(--page-news-latest-gambling-regulations-text-light);
  transform: translateY(-3px);
}

.page-news-latest-gambling-regulations__button--secondary {
  background-color: transparent;
  color: var(--page-news-latest-gambling-regulations-secondary-color);
  border: 2px solid var(--page-news-latest-gambling-regulations-secondary-color);
  margin-left: 15px;
}

.page-news-latest-gambling-regulations__button--secondary:hover {
  background-color: var(--page-news-latest-gambling-regulations-secondary-color);
  color: var(--page-news-latest-gambling-regulations-primary-color);
  transform: translateY(-3px);
}

.page-news-latest-gambling-regulations__content-section {
  padding: 60px 0;
  background-color: var(--page-news-latest-gambling-regulations-background-light);
}

.page-news-latest-gambling-regulations__article {
  background-color: var(--page-news-latest-gambling-regulations-text-light);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 51, 102, 0.08);
}

.page-news-latest-gambling-regulations__article-heading {
  font-size: 2.2em;
  color: var(--page-news-latest-gambling-regulations-primary-color);
  margin-bottom: 25px;
  border-left: 5px solid var(--page-news-latest-gambling-regulations-secondary-color);
  padding-left: 15px;
}

.page-news-latest-gambling-regulations__article-subheading {
  font-size: 1.7em;
  color: var(--page-news-latest-gambling-regulations-primary-color);
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-news-latest-gambling-regulations__article p {
  margin-bottom: 20px;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-news-latest-gambling-regulations__article p a {
  color: var(--page-news-latest-gambling-regulations-primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-news-latest-gambling-regulations__article p a:hover {
  text-decoration: underline;
  color: var(--page-news-latest-gambling-regulations-accent-color);
}

.page-news-latest-gambling-regulations__list,
.page-news-latest-gambling-regulations__ordered-list {
  margin-bottom: 25px;
  padding-left: 25px;
}

.page-news-latest-gambling-regulations__list li,
.page-news-latest-gambling-regulations__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: var(--page-news-latest-gambling-regulations-text-dark);
}

.page-news-latest-gambling-regulations__list li::marker {
  color: var(--page-news-latest-gambling-regulations-secondary-color);
  font-weight: bold;
}

.page-news-latest-gambling-regulations__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.1);
}

.page-news-latest-gambling-regulations__cta-box {
  background-color: var(--page-news-latest-gambling-regulations-background-dark);
  color: var(--page-news-latest-gambling-regulations-text-light);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 8px 25px rgba(0, 51, 102, 0.2);
}

.page-news-latest-gambling-regulations__cta-title {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: var(--page-news-latest-gambling-regulations-secondary-color);
}

.page-news-latest-gambling-regulations__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-news-latest-gambling-regulations__related-articles {
  padding: 60px 0;
  background-color: var(--page-news-latest-gambling-regulations-background-light);
  text-align: center;
}

.page-news-latest-gambling-regulations__section-title {
  font-size: 2.5em;
  color: var(--page-news-latest-gambling-regulations-primary-color);
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}

.page-news-latest-gambling-regulations__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--page-news-latest-gambling-regulations-secondary-color);
  border-radius: 2px;
}

.page-news-latest-gambling-regulations__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-news-latest-gambling-regulations__article-card {
  background-color: var(--page-news-latest-gambling-regulations-text-light);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.07);
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-news-latest-gambling-regulations__article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 51, 102, 0.15);
}

.page-news-latest-gambling-regulations__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-news-latest-gambling-regulations__card-title {
  font-size: 1.4em;
  color: var(--page-news-latest-gambling-regulations-primary-color);
  padding: 20px 20px 10px;
  line-height: 1.4;
}

.page-news-latest-gambling-regulations__card-title a {
  text-decoration: none;
  color: inherit;
}

.page-news-latest-gambling-regulations__card-title a:hover {
  color: var(--page-news-latest-gambling-regulations-accent-color);
}

.page-news-latest-gambling-regulations__card-excerpt {
  font-size: 0.95em;
  color: var(--page-news-latest-gambling-regulations-text-dark);
  padding: 0 20px 15px;
}

.page-news-latest-gambling-regulations__card-link {
  display: inline-block;
  color: var(--page-news-latest-gambling-regulations-secondary-color);
  text-decoration: none;
  font-weight: bold;
  padding: 0 20px 20px;
  transition: color 0.3s ease;
}

.page-news-latest-gambling-regulations__card-link:hover {
  color: var(--page-news-latest-gambling-regulations-accent-color);
  text-decoration: underline;
}

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

  .page-news-latest-gambling-regulations__hero-subtitle {
    font-size: 1.1em;
  }

  .page-news-latest-gambling-regulations__article-heading {
    font-size: 1.8em;
  }

  .page-news-latest-gambling-regulations__article-subheading {
    font-size: 1.5em;
  }

  .page-news-latest-gambling-regulations__cta-title {
    font-size: 2em;
  }

  .page-news-latest-gambling-regulations__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-news-latest-gambling-regulations__hero-section {
    padding: 80px 0;
  }

  .page-news-latest-gambling-regulations__hero-title {
    font-size: 2.2em;
  }

  .page-news-latest-gambling-regulations__hero-subtitle {
    font-size: 1em;
  }

  .page-news-latest-gambling-regulations__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-news-latest-gambling-regulations__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-news-latest-gambling-regulations__article {
    padding: 30px;
  }

  .page-news-latest-gambling-regulations__article-heading {
    font-size: 1.6em;
  }

  .page-news-latest-gambling-regulations__article-subheading {
    font-size: 1.3em;
  }

  .page-news-latest-gambling-regulations__cta-box {
    padding: 30px;
  }

  .page-news-latest-gambling-regulations__cta-title {
    font-size: 1.8em;
  }

  .page-news-latest-gambling-regulations__articles-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-news-latest-gambling-regulations__hero-section {
    padding: 60px 0;
  }

  .page-news-latest-gambling-regulations__hero-title {
    font-size: 1.8em;
  }

  .page-news-latest-gambling-regulations__hero-subtitle {
    font-size: 0.9em;
  }

  .page-news-latest-gambling-regulations__button {
    width: 100%;
    margin: 10px 0;
  }

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

  .page-news-latest-gambling-regulations__article {
    padding: 20px;
  }

  .page-news-latest-gambling-regulations__article-heading {
    font-size: 1.4em;
  }

  .page-news-latest-gambling-regulations__article-subheading {
    font-size: 1.1em;
  }

  .page-news-latest-gambling-regulations__cta-title {
    font-size: 1.5em;
  }

  .page-news-latest-gambling-regulations__section-title {
    font-size: 1.8em;
  }
}