/* style/resources-global-gambling-regulations.css */
.page-resources-global-gambling-regulations {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #1A2C42; /* Main dark background */
  line-height: 1.6;
}

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

.page-resources-global-gambling-regulations__content-width {
  max-width: 800px;
}

.page-resources-global-gambling-regulations__hero-section {
  background: linear-gradient(135deg, #1A2C42 0%, #3a5b82 100%); /* Dark blue gradient */
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-global-gambling-regulations__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-color: rgba(224, 177, 71, 0.1);
  border-radius: 50%;
  filter: blur(50px);
}

.page-resources-global-gambling-regulations__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background-color: rgba(224, 177, 71, 0.15);
  border-radius: 50%;
  filter: blur(60px);
}

.page-resources-global-gambling-regulations__title {
  font-size: 2.8em;
  color: #E0B147; /* Accent color for title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-global-gambling-regulations__subtitle {
  font-size: 1.2em;
  color: #cccccc;
  margin-bottom: 30px;
}

.page-resources-global-gambling-regulations__back-link {
  display: inline-block;
  background-color: #E0B147; /* Accent color for link */
  color: #1A2C42; /* Dark text for accent background */
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-global-gambling-regulations__back-link:hover {
  background-color: #d4a23a;
  transform: translateY(-2px);
}

.page-resources-global-gambling-regulations__article-content {
  padding: 60px 0;
}

.page-resources-global-gambling-regulations__article-content p {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-resources-global-gambling-regulations__heading2 {
  font-size: 2em;
  color: #E0B147; /* Accent color for headings */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(224, 177, 71, 0.3);
  padding-bottom: 10px;
}

.page-resources-global-gambling-regulations__heading3 {
  font-size: 1.5em;
  color: #f8f8f8;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-global-gambling-regulations__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.page-resources-global-gambling-regulations__cta-section {
  background-color: #273e5a; /* Slightly lighter dark blue */
  padding: 40px;
  margin-top: 60px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-global-gambling-regulations__cta-section .page-resources-global-gambling-regulations__heading3 {
  color: #E0B147;
  margin-bottom: 30px;
  font-size: 1.8em;
}

.page-resources-global-gambling-regulations__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-global-gambling-regulations__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-global-gambling-regulations__btn--primary {
  background-color: #E0B147; /* Accent color */
  color: #1A2C42; /* Dark text for accent background */
}

.page-resources-global-gambling-regulations__btn--primary:hover {
  background-color: #d4a23a;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-global-gambling-regulations__btn--secondary {
  background-color: #3a5b82; /* Lighter shade of main color */
  color: #f0f0f0; /* Light text */
  border: 1px solid #E0B147;
}

.page-resources-global-gambling-regulations__btn--secondary:hover {
  background-color: #4c71a3;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-global-gambling-regulations .highlight {
  color: #E0B147;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-global-gambling-regulations__title {
    font-size: 2em;
  }

  .page-resources-global-gambling-regulations__heading2 {
    font-size: 1.6em;
  }

  .page-resources-global-gambling-regulations__heading3 {
    font-size: 1.3em;
  }

  .page-resources-global-gambling-regulations__article-content p {
    font-size: 1em;
  }

  .page-resources-global-gambling-regulations__button-group {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-global-gambling-regulations__btn {
    width: 90%;
    max-width: 300px;
  }
}

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

  .page-resources-global-gambling-regulations__title {
    font-size: 1.8em;
  }

  .page-resources-global-gambling-regulations__subtitle {
    font-size: 1em;
  }

  .page-resources-global-gambling-regulations__heading2 {
    font-size: 1.4em;
  }

  .page-resources-global-gambling-regulations__heading3 {
    font-size: 1.2em;
  }

  .page-resources-global-gambling-regulations__cta-section {
    padding: 30px 20px;
  }
}