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

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

.page-responsible-gambling-minor-protection__hero {
  background: linear-gradient(135deg, #1A202C 0%, #3a475a 100%); /* Darker gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

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

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

.page-responsible-gambling-minor-protection__button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700; /* Accent color for buttons */
  color: #1A202C; /* Dark text on accent button */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-responsible-gambling-minor-protection__button:hover {
  background-color: #e5c100; /* Slightly darker accent on hover */
  transform: translateY(-2px);
}

.page-responsible-gambling-minor-protection__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-responsible-gambling-minor-protection__section:last-of-type {
  border-bottom: none;
}

.page-responsible-gambling-minor-protection__heading {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-responsible-gambling-minor-protection__subheading {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

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

.page-responsible-gambling-minor-protection__keyword {
  color: #FFD700;
  font-weight: bold;
}

.page-responsible-gambling-minor-protection__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-responsible-gambling-minor-protection__list li {
  background-color: #2A313C; /* Slightly lighter dark background for list items */
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-minor-protection__list li .page-responsible-gambling-minor-protection__text {
  margin-bottom: 0;
}

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

.page-responsible-gambling-minor-protection__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.page-responsible-gambling-minor-protection__image:hover {
  transform: scale(1.02);
}

.page-responsible-gambling-minor-protection__image--small {
  max-width: 600px;
  margin-top: 20px;
}

.page-responsible-gambling-minor-protection__buttons {
  text-align: center;
  margin-top: 50px;
}

.page-responsible-gambling-minor-protection__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-responsible-gambling-minor-protection__button--secondary:hover {
  background-color: #FFD700;
  color: #1A202C;
}

.page-responsible-gambling-minor-protection__disclaimer {
  padding: 30px 0;
  background-color: #0F131A; /* Even darker background for disclaimer */
  text-align: center;
  font-size: 0.9em;
  color: #B0B0B0;
}

.page-responsible-gambling-minor-protection__disclaimer-text strong {
  color: #FFD700;
}

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

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

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

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

  .page-responsible-gambling-minor-protection__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-responsible-gambling-minor-protection__buttons {
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .page-responsible-gambling-minor-protection__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .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__list li {
    padding: 20px;
  }
}