.page-responsible-gambling-minor-protection {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.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, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.page-responsible-gambling-minor-protection__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-minor-protection__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-responsible-gambling-minor-protection__hero-text {
  font-size: 1.1em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #c0c0c0;
}

.page-responsible-gambling-minor-protection__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-responsible-gambling-minor-protection__btn--primary {
  background-color: #ffc107;
  color: #333;
  border: 2px solid #ffc107;
}

.page-responsible-gambling-minor-protection__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-minor-protection__btn--secondary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.page-responsible-gambling-minor-protection__btn--secondary:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

.page-responsible-gambling-minor-protection__content-section--alt-bg {
  background-color: #e9ecef;
}

.page-responsible-gambling-minor-protection__section-title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-responsible-gambling-minor-protection__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-responsible-gambling-minor-protection__subsection-title {
  font-size: 1.8em;
  color: #0056b3;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

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

.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;
  font-size: 1.1em;
}

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

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

.page-responsible-gambling-minor-protection__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-responsible-gambling-minor-protection__image--left {
  float: left;
  margin-right: 30px;
  width: 45%; /* Adjust for layout */
}

.page-responsible-gambling-minor-protection__image--right {
  float: right;
  margin-left: 30px;
  width: 45%; /* Adjust for layout */
}

@media (max-width: 992px) {
  .page-responsible-gambling-minor-protection__hero-title {
    font-size: 2.5em;
  }
  .page-responsible-gambling-minor-protection__hero-subtitle {
    font-size: 1.3em;
  }
  .page-responsible-gambling-minor-protection__section-title {
    font-size: 2em;
  }
  .page-responsible-gambling-minor-protection__subsection-title {
    font-size: 1.6em;
  }
  .page-responsible-gambling-minor-protection__image--left,
  .page-responsible-gambling-minor-protection__image--right {
    float: none;
    margin: 20px auto;
    width: 90%;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-responsible-gambling-minor-protection__hero-title {
    font-size: 2em;
  }
  .page-responsible-gambling-minor-protection__hero-subtitle {
    font-size: 1.1em;
  }
  .page-responsible-gambling-minor-protection__hero-text {
    font-size: 1em;
  }
  .page-responsible-gambling-minor-protection__section-title {
    font-size: 1.8em;
  }
  .page-responsible-gambling-minor-protection__subsection-title {
    font-size: 1.4em;
  }
  .page-responsible-gambling-minor-protection__text,
  .page-responsible-gambling-minor-protection__list li {
    font-size: 1em;
  }
  .page-responsible-gambling-minor-protection__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .page-responsible-gambling-minor-protection__hero-section {
    padding: 50px 0;
  }
  .page-responsible-gambling-minor-protection__hero-title {
    font-size: 1.8em;
  }
  .page-responsible-gambling-minor-protection__section-title {
    font-size: 1.5em;
  }
  .page-responsible-gambling-minor-protection__subsection-title {
    font-size: 1.2em;
  }
  .page-responsible-gambling-minor-protection__container {
    padding: 0 15px;
  }
}