/* style/responsible-gaming-minor-protection.css */
.page-responsible-gaming-minor-protection {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-responsible-gaming-minor-protection__hero {
  background-color: #0A2342; /* Main brand color */
  color: #FFFFFF;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-responsible-gaming-minor-protection__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent color */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming-minor-protection__hero-subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.page-responsible-gaming-minor-protection__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming-minor-protection__section {
  padding: 60px 0;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-responsible-gaming-minor-protection__section:nth-of-type(even) {
  background-color: #eef1f5; /* Light background for contrast */
}

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

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

.page-responsible-gaming-minor-protection__list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

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

.page-responsible-gaming-minor-protection__list strong {
  color: #0A2342;
}

.page-responsible-gaming-minor-protection__policies .page-responsible-gaming-minor-protection__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gaming-minor-protection__feature-item {
  background-color: #f0f5f9;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-responsible-gaming-minor-protection__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.page-responsible-gaming-minor-protection__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-responsible-gaming-minor-protection__feature-item h3 {
  color: #0A2342;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-responsible-gaming-minor-protection__feature-item p {
  color: #555;
  font-size: 1em;
}

.page-responsible-gaming-minor-protection__prevention .page-responsible-gaming-minor-protection__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.page-responsible-gaming-minor-protection__prevention .page-responsible-gaming-minor-protection__text-content {
  flex: 2;
  min-width: 300px;
}

.page-responsible-gaming-minor-protection__prevention .page-responsible-gaming-minor-protection__image-wrapper {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.page-responsible-gaming-minor-protection__prevention .page-responsible-gaming-minor-protection__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-responsible-gaming-minor-protection__prevention h3 {
  color: #0A2342;
  font-size: 1.8em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-responsible-gaming-minor-protection__illustration-image {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-responsible-gaming-minor-protection__contact-info {
  background-color: #f0f5f9;
  padding: 25px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
}

.page-responsible-gaming-minor-protection__contact-info p {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333;
}

.page-responsible-gaming-minor-protection__contact-info a {
  color: #0A2342; /* Main brand color */
  text-decoration: none;
  font-weight: bold;
}

.page-responsible-gaming-minor-protection__contact-info a:hover {
  text-decoration: underline;
  color: #FFD700; /* Accent color on hover */
}

.page-responsible-gaming-minor-protection__cta {
  background-color: #0A2342; /* Main brand color */
  color: #FFFFFF;
  text-align: center;
  padding: 80px 0;
  margin-bottom: 0;
  border-radius: 0;
}

.page-responsible-gaming-minor-protection__cta .page-responsible-gaming-minor-protection__section-title {
  color: #FFD700; /* Accent color */
  margin-bottom: 30px;
}

.page-responsible-gaming-minor-protection__cta .page-responsible-gaming-minor-protection__section-title::after {
  background-color: #FFFFFF;
}

.page-responsible-gaming-minor-protection__cta p {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  line-height: 1.8;
}

.page-responsible-gaming-minor-protection__button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #FFD700; /* Accent color */
  color: #0A2342; /* Text color for accent background */
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-responsible-gaming-minor-protection__button:hover {
  background-color: #e6c200; /* Slightly darker accent on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-responsible-gaming-minor-protection__link {
  color: #0A2342;
  text-decoration: underline;
}

.page-responsible-gaming-minor-protection__link:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-responsible-gaming-minor-protection__hero-title {
    font-size: 2.5em;
  }
  .page-responsible-gaming-minor-protection__section-title {
    font-size: 2em;
  }
  .page-responsible-gaming-minor-protection__policies .page-responsible-gaming-minor-protection__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-responsible-gaming-minor-protection__prevention .page-responsible-gaming-minor-protection__content-wrapper {
    flex-direction: column;
  }
  .page-responsible-gaming-minor-protection__prevention .page-responsible-gaming-minor-protection__image-wrapper {
    order: -1; /* Image first on mobile */
  }
}

@media (max-width: 768px) {
  .page-responsible-gaming-minor-protection__hero {
    padding: 60px 0;
  }
  .page-responsible-gaming-minor-protection__hero-title {
    font-size: 2em;
  }
  .page-responsible-gaming-minor-protection__hero-subtitle {
    font-size: 1em;
  }
  .page-responsible-gaming-minor-protection__section {
    padding: 40px 0;
  }
  .page-responsible-gaming-minor-protection__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-responsible-gaming-minor-protection__feature-item {
    padding: 20px;
  }
  .page-responsible-gaming-minor-protection__feature-item h3 {
    font-size: 1.3em;
  }
  .page-responsible-gaming-minor-protection__list {
    padding-left: 20px;
  }
  .page-responsible-gaming-minor-protection__list li {
    font-size: 0.95em;
  }
  .page-responsible-gaming-minor-protection__cta {
    padding: 60px 0;
  }
  .page-responsible-gaming-minor-protection__cta p {
    font-size: 1em;
  }
  .page-responsible-gaming-minor-protection__button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-responsible-gaming-minor-protection__hero-title {
    font-size: 1.8em;
  }
  .page-responsible-gaming-minor-protection__section-title {
    font-size: 1.5em;
  }
  .page-responsible-gaming-minor-protection__hero-subtitle {
    font-size: 0.9em;
  }
  .page-responsible-gaming-minor-protection__button {
    font-size: 1em;
    padding: 10px 20px;
  }
  .page-responsible-gaming-minor-protection__contact-info p {
    font-size: 0.95em;
  }
}