/* style/responsible-gambling-minor-protection.css */

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

.page-responsible-gambling-minor-protection .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.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: 20px;
  border-bottom-right-radius: 20px;
}

.page-responsible-gambling-minor-protection .hero-section h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-minor-protection .hero-section p {
  font-size: 1.2em;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #e0e0e0;
}

.page-responsible-gambling-minor-protection .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-minor-protection .btn-primary {
  background-color: #FFD700;
  color: #007BFF;
  border: 2px solid #FFD700;
}

.page-responsible-gambling-minor-protection .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-responsible-gambling-minor-protection .btn-secondary {
  background-color: #007BFF;
  color: #fff;
  border: 2px solid #007BFF;
}

.page-responsible-gambling-minor-protection .btn-secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-responsible-gambling-minor-protection .content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-responsible-gambling-minor-protection .text-block {
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #007BFF;
}

.page-responsible-gambling-minor-protection .text-block h2 {
  color: #007BFF;
  font-size: 2em;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-responsible-gambling-minor-protection .text-block h3 {
  color: #0056b3;
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-responsible-gambling-minor-protection .text-block p {
  line-height: 1.7;
  margin-bottom: 15px;
  color: #555;
}

.page-responsible-gambling-minor-protection .text-block ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-responsible-gambling-minor-protection .text-block ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

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

/* Responsive Design */
@media (max-width: 768px) {
  .page-responsible-gambling-minor-protection .hero-section h1 {
    font-size: 2em;
  }

  .page-responsible-gambling-minor-protection .hero-section p {
    font-size: 1em;
  }

  .page-responsible-gambling-minor-protection .text-block {
    padding: 25px;
  }

  .page-responsible-gambling-minor-protection .text-block h2 {
    font-size: 1.6em;
  }

  .page-responsible-gambling-minor-protection .text-block h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-responsible-gambling-minor-protection .hero-section {
    padding: 60px 0;
  }

  .page-responsible-gambling-minor-protection .hero-section h1 {
    font-size: 1.8em;
  }

  .page-responsible-gambling-minor-protection .hero-section p {
    font-size: 0.9em;
  }

  .page-responsible-gambling-minor-protection .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-responsible-gambling-minor-protection .text-block {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-responsible-gambling-minor-protection .text-block h2 {
    font-size: 1.4em;
  }

  .page-responsible-gambling-minor-protection .text-block h3 {
    font-size: 1.1em;
  }
}