.page-red88-responsible-gambling-minor-protection {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #36454F; /* Charcoal Grey for main text */
  background-color: #f8f8f8;
}

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

.page-red88-responsible-gambling-minor-protection__hero {
  background: linear-gradient(135deg, #DC143C, #36454F);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
}

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

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

.page-red88-responsible-gambling-minor-protection__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-red88-responsible-gambling-minor-protection__btn--primary {
  background-color: #DC143C; /* Crimson */
  color: #FFFFFF;
  border: 2px solid #DC143C;
}

.page-red88-responsible-gambling-minor-protection__btn--primary:hover {
  background-color: #b00f30;
  transform: translateY(-2px);
}

.page-red88-responsible-gambling-minor-protection__btn--secondary {
  background-color: #36454F; /* Charcoal Grey */
  color: #FFFFFF;
  border: 2px solid #36454F;
}

.page-red88-responsible-gambling-minor-protection__btn--secondary:hover {
  background-color: #2a353c;
  transform: translateY(-2px);
}

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

.page-red88-responsible-gambling-minor-protection__section:nth-of-type(even) {
  background-color: #ececec;
}

.page-red88-responsible-gambling-minor-protection__heading {
  font-size: 2.5em;
  color: #DC143C; /* Crimson */
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.page-red88-responsible-gambling-minor-protection__heading::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #36454F;
  margin: 20px auto 0;
}

.page-red88-responsible-gambling-minor-protection__intro-text {
  font-size: 1.15em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #36454F;
}

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

.page-red88-responsible-gambling-minor-protection__text-block {
  flex: 1;
  min-width: 300px;
}

.page-red88-responsible-gambling-minor-protection__text-block p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #36454F;
}

.page-red88-responsible-gambling-minor-protection__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-red88-responsible-gambling-minor-protection__image-wrapper--center {
  flex: none;
  width: 100%;
}

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

.page-red88-responsible-gambling-minor-protection__policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-red88-responsible-gambling-minor-protection__policy-item {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-red88-responsible-gambling-minor-protection__policy-item:hover {
  transform: translateY(-5px);
}

.page-red88-responsible-gambling-minor-protection__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(220, 20, 60, 0.3));
}

.page-red88-responsible-gambling-minor-protection__sub-heading {
  font-size: 1.5em;
  color: #DC143C; /* Crimson */
  margin-bottom: 15px;
}

.page-red88-responsible-gambling-minor-protection__policy-item p {
  font-size: 1em;
  color: #36454F;
}

.page-red88-responsible-gambling-minor-protection__list {
  list-style: none;
  padding: 0;
  max-width: 900px;
  margin: 0 auto 40px;
}

.page-red88-responsible-gambling-minor-protection__list li {
  background-color: #FFFFFF;
  margin-bottom: 15px;
  padding: 20px 30px;
  border-left: 5px solid #DC143C;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #36454F;
}

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

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

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

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

  .page-red88-responsible-gambling-minor-protection__content-wrapper {
    flex-direction: column;
  }

  .page-red88-responsible-gambling-minor-protection__text-block, 
  .page-red88-responsible-gambling-minor-protection__image-wrapper {
    min-width: unset;
    width: 100%;
  }

  .page-red88-responsible-gambling-minor-protection__policy-grid {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

  .page-red88-responsible-gambling-minor-protection__list li {
    font-size: 1em;
    padding: 15px 20px;
  }
}