/* style/responsible-gambling-minor-protection.css */
.page-responsible-gambling-minor-protection {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light text on dark background */
  line-height: 1.6;
  background-color: #1A202C;
}

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

.page-responsible-gambling-minor-protection__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%);
  padding: 80px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gambling-minor-protection__title {
  font-size: 2.8em;
  color: #FFD700; /* Accent color for title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 1.2;
}

.page-responsible-gambling-minor-protection__subtitle {
  font-size: 1.3em;
  color: #CCCCCC;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-responsible-gambling-minor-protection__hero-image {
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
}

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

.page-responsible-gambling-minor-protection__section--dark {
  background-color: #1A202C;
  color: #E0E0E0;
}

.page-responsible-gambling-minor-protection__section--light {
  background-color: #2D3748; /* Slightly lighter dark blue */
  color: #E0E0E0;
}

.page-responsible-gambling-minor-protection__heading {
  font-size: 2.2em;
  color: #FFD700; /* Accent color for headings */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-responsible-gambling-minor-protection__sub-heading {
  font-size: 1.6em;
  color: #FFD700; /* Accent color for sub-headings */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-responsible-gambling-minor-protection__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #CCCCCC;
}

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

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

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

.page-responsible-gambling-minor-protection__image-wrapper--inline {
  text-align: center;
  margin: 40px 0;
}

.page-responsible-gambling-minor-protection__image-inline {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-minor-protection__button-group {
  text-align: center;
  margin-top: 40px;
}

.page-responsible-gambling-minor-protection__btn {
  display: inline-block;
  padding: 14px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin: 10px;
  border: none;
}

.page-responsible-gambling-minor-protection__btn--primary {
  background-color: #FFD700; /* Accent color for primary buttons */
  color: #1A202C; /* Dark text on accent background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-minor-protection__btn--primary:hover {
  background-color: #e6c200; /* Slightly darker accent on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.page-responsible-gambling-minor-protection__btn--secondary {
  background-color: #2D3748; /* Darker background for secondary buttons */
  color: #FFD700; /* Accent text on darker background */
  border: 2px solid #FFD700;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-minor-protection__btn--secondary:hover {
  background-color: #3b4d63; /* Slightly lighter dark blue on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.page-responsible-gambling-minor-protection__cta-section {
  background-color: #1A202C;
  padding: 80px 0;
  text-align: center;
}

.page-responsible-gambling-minor-protection__cta-section .page-responsible-gambling-minor-protection__heading {
  color: #FFD700;
}

.page-responsible-gambling-minor-protection__disclaimer-section {
  background-color: #0F1217; /* Even darker for disclaimer */
  padding: 30px 0;
  text-align: center;
  font-size: 0.9em;
  color: #888888;
  border-top: 1px solid #2D3748;
}

.page-responsible-gambling-minor-protection__disclaimer {
  margin: 0;
}

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

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

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

  .page-responsible-gambling-minor-protection__sub-heading {
    font-size: 1.4em;
  }

  .page-responsible-gambling-minor-protection__paragraph,
  .page-responsible-gambling-minor-protection__list li {
    font-size: 1em;
  }

  .page-responsible-gambling-minor-protection__btn {
    padding: 10px 20px;
    font-size: 1em;
    margin: 8px;
  }

  .page-responsible-gambling-minor-protection__hero-section,
  .page-responsible-gambling-minor-protection__content-section,
  .page-responsible-gambling-minor-protection__cta-section {
    padding: 40px 0;
  }
}

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

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

  .page-responsible-gambling-minor-protection__sub-heading {
    font-size: 1.2em;
  }

  .page-responsible-gambling-minor-protection__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-responsible-gambling-minor-protection__hero-image,
  .page-responsible-gambling-minor-protection__image-inline {
    max-width: 95%;
  }
}