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

.page-responsible-gambling-minor-protection__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #007bff, #4da3ff);
  color: #ffffff;
  text-align: center;
  gap: 30px;
}

.page-responsible-gambling-minor-protection__hero-content {
  max-width: 800px;
}

.page-responsible-gambling-minor-protection__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-responsible-gambling-minor-protection__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-responsible-gambling-minor-protection__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000000;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-responsible-gambling-minor-protection__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-responsible-gambling-minor-protection__hero-image-container {
  max-width: 500px;
  width: 100%;
}

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

.page-responsible-gambling-minor-protection__content-section {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

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

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

.page-responsible-gambling-minor-protection__intro-text {
  font-size: 1.05em;
  text-align: center;
  margin-bottom: 40px;
  color: #555555;
}

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

.page-responsible-gambling-minor-protection__grid-item {
  text-align: center;
  padding: 25px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-responsible-gambling-minor-protection__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(0, 123, 255, 0.3));
}

.page-responsible-gambling-minor-protection__item-title {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-responsible-gambling-minor-protection__item-text {
  font-size: 0.95em;
  color: #666666;
}

.page-responsible-gambling-minor-protection__measure-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.page-responsible-gambling-minor-protection__measure-item:nth-child(even) {
  flex-direction: column-reverse; /* Alternate image position for visual variety */
}

.page-responsible-gambling-minor-protection__measure-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-responsible-gambling-minor-protection__measure-text {
  font-size: 1.05em;
  color: #555555;
  max-width: 700px;
}

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

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

.page-responsible-gambling-minor-protection__list li {
  background-color: #eaf6ff;
  border-left: 5px solid #007bff;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-responsible-gambling-minor-protection__list-strong {
  color: #0056b3;
}

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

.page-responsible-gambling-minor-protection__commitment .page-responsible-gambling-minor-protection__text {
  font-size: 1.05em;
  color: #555555;
  text-align: center;
  margin-bottom: 40px;
}

.page-responsible-gambling-minor-protection__contact-cta {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #f0f8ff;
  border-radius: 8px;
  border: 1px solid #cceeff;
}

.page-responsible-gambling-minor-protection__contact-text {
  font-size: 1.1em;
  color: #0056b3;
  margin-bottom: 25px;
}

.page-responsible-gambling-minor-protection__contact-button {
  background-color: #ffc107;
  color: #000000;
  padding: 15px 30px;
  font-size: 1.1em;
  border-radius: 7px;
}

.page-responsible-gambling-minor-protection__contact-button:hover {
  background-color: #e0a800;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-responsible-gambling-minor-protection__hero-section {
    flex-direction: row;
    text-align: left;
    padding: 80px 40px;
  }

  .page-responsible-gambling-minor-protection__hero-content {
    text-align: left;
    margin-right: 40px;
  }

  .page-responsible-gambling-minor-protection__hero-title {
    font-size: 3.5em;
  }

  .page-responsible-gambling-minor-protection__hero-image-container {
    max-width: 600px;
  }

  .page-responsible-gambling-minor-protection__measure-item {
    flex-direction: row;
    text-align: left;
    gap: 40px;
  }
  
  .page-responsible-gambling-minor-protection__measure-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .page-responsible-gambling-minor-protection__measure-text {
    text-align: left;
  }

  .page-responsible-gambling-minor-protection__measure-image {
    max-width: 40%;
  }
}

@media (max-width: 767px) {
  .page-responsible-gambling-minor-protection__hero-title {
    font-size: 2.2em;
  }

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

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

  .page-responsible-gambling-minor-protection__list li {
    padding: 12px 15px;
  }
}