/* style/responsible-gambling-minor-protection.css */

/* General Page Styles */
.page-responsible-gambling-minor-protection {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-responsible-gambling-minor-protection__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-responsible-gambling-minor-protection__hero {
  background-image: url('[GALLERY:hero:minor_protection,family,safety,digital_wellbeing,mcw678]');
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gambling-minor-protection__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 36, 99, 0.85); /* Dark overlay for text readability */
  z-index: 1;
}

.page-responsible-gambling-minor-protection__hero > * {
  position: relative;
  z-index: 2;
}

.page-responsible-gambling-minor-protection__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gambling-minor-protection__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Call to Action Buttons */
.page-responsible-gambling-minor-protection__cta-button,
.page-responsible-gambling-minor-protection__secondary-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
}

.page-responsible-gambling-minor-protection__cta-button {
  background-color: #FFD700; /* Auxiliary color */
  color: #0A2463; /* Main color for text */
  border: 2px solid #FFD700;
}

.page-responsible-gambling-minor-protection__cta-button:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-responsible-gambling-minor-protection__secondary-button {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-responsible-gambling-minor-protection__secondary-button:hover {
  background-color: #FFD700;
  color: #0A2463;
  transform: translateY(-2px);
}

.page-responsible-gambling-minor-protection__button-group {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-responsible-gambling-minor-protection__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* Section Styles */
.page-responsible-gambling-minor-protection__section {
  padding: 60px 0;
}

.page-responsible-gambling-minor-protection__section--alt-bg {
  background-color: #eef2f6; /* Light grey for contrast */
}

.page-responsible-gambling-minor-protection__section-title {
  font-size: 2.5em;
  color: #0A2463; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-responsible-gambling-minor-protection__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Auxiliary color */
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-responsible-gambling-minor-protection__sub-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-responsible-gambling-minor-protection__content-block {
  font-size: 1.1em;
  color: #444;
}

.page-responsible-gambling-minor-protection__content-block p {
  margin-bottom: 20px;
}

.page-responsible-gambling-minor-protection__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-responsible-gambling-minor-protection__list li {
  margin-bottom: 10px;
}

.page-responsible-gambling-minor-protection__list li strong {
  color: #0A2463;
}

/* Image Styles */
.page-responsible-gambling-minor-protection__image-full-width {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-minor-protection__image-centered {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-responsible-gambling-minor-protection__title {
    font-size: 2.5em;
  }

  .page-responsible-gambling-minor-protection__subtitle {
    font-size: 1em;
  }

  .page-responsible-gambling-minor-protection__section-title {
    font-size: 2em;
  }

  .page-responsible-gambling-minor-protection__sub-title {
    font-size: 1.5em;
  }

  .page-responsible-gambling-minor-protection__cta-button,
  .page-responsible-gambling-minor-protection__secondary-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-responsible-gambling-minor-protection__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-responsible-gambling-minor-protection__image-centered {
    max-width: 100%;
  }

  .page-responsible-gambling-minor-protection__button-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-minor-protection__title {
    font-size: 2em;
  }

  .page-responsible-gambling-minor-protection__section-title {
    font-size: 1.8em;
  }

  .page-responsible-gambling-minor-protection__sub-title {
    font-size: 1.3em;
  }

  .page-responsible-gambling-minor-protection__hero {
    padding: 60px 0;
  }

  .page-responsible-gambling-minor-protection__section {
    padding: 40px 0;
  }
}