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

/* Variables for color scheme */
:root {
  --k88-primary-blue: #0A2463;
  --k88-secondary-gold: #FFD700;
  --k88-light-text: #FFFFFF;
  --k88-dark-text: #333333;
  --k88-grey-background: #f4f4f4;
}

.page-responsible-gambling-minor-protection {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--k88-dark-text);
  background-color: var(--k88-grey-background);
}

.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, var(--k88-primary-blue), #1A3F80);
  color: var(--k88-light-text);
  padding: 100px 0;
  text-align: center;
}

.page-responsible-gambling-minor-protection__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--k88-secondary-gold);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-responsible-gambling-minor-protection__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: var(--k88-light-text);
}

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

.page-responsible-gambling-minor-protection__btn--primary {
  background-color: var(--k88-secondary-gold);
  color: var(--k88-primary-blue);
}

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

.page-responsible-gambling-minor-protection__content-section {
  padding: 60px 0;
  background-color: var(--k88-light-text);
}

.page-responsible-gambling-minor-protection__section-title {
  font-size: 2.2em;
  color: var(--k88-primary-blue);
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 3px solid var(--k88-secondary-gold);
  padding-bottom: 10px;
}

.page-responsible-gambling-minor-protection__text-block {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-responsible-gambling-minor-protection__text-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-responsible-gambling-minor-protection__image-block {
  margin: 40px 0;
  text-align: center;
}

.page-responsible-gambling-minor-protection__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__image-caption {
  margin-top: 15px;
  font-style: italic;
  color: #555;
  font-size: 0.95em;
}

.page-responsible-gambling-minor-protection__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-responsible-gambling-minor-protection__list li {
  margin-bottom: 10px;
  color: var(--k88-dark-text);
}

.page-responsible-gambling-minor-protection__call-to-action {
  background-color: var(--k88-primary-blue);
  color: var(--k88-light-text);
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-responsible-gambling-minor-protection__call-to-action-title {
  font-size: 2.5em;
  color: var(--k88-secondary-gold);
  margin-bottom: 20px;
}

.page-responsible-gambling-minor-protection__call-to-action-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-responsible-gambling-minor-protection__btn--secondary {
  background-color: var(--k88-secondary-gold);
  color: var(--k88-primary-blue);
  margin: 10px;
}

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

.page-responsible-gambling-minor-protection__btn--tertiary {
  background-color: transparent;
  color: var(--k88-light-text);
  border: 2px solid var(--k88-secondary-gold);
  margin: 10px;
}

.page-responsible-gambling-minor-protection__btn--tertiary:hover {
  background-color: var(--k88-secondary-gold);
  color: var(--k88-primary-blue);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-responsible-gambling-minor-protection__hero-title {
    font-size: 2.5em;
  }

  .page-responsible-gambling-minor-protection__hero-subtitle {
    font-size: 1em;
  }

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

  .page-responsible-gambling-minor-protection__text-block {
    padding: 15px;
  }

  .page-responsible-gambling-minor-protection__text-block p,
  .page-responsible-gambling-minor-protection__list li {
    font-size: 1em;
  }

  .page-responsible-gambling-minor-protection__call-to-action {
    padding: 30px;
  }

  .page-responsible-gambling-minor-protection__call-to-action-title {
    font-size: 2em;
  }

  .page-responsible-gambling-minor-protection__call-to-action-description {
    font-size: 1em;
  }

  .page-responsible-gambling-minor-protection__btn {
    padding: 12px 25px;
    font-size: 1em;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
  }
}

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

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

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

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

  .page-responsible-gambling-minor-protection__call-to-action {
    padding: 20px;
  }

  .page-responsible-gambling-minor-protection__call-to-action-title {
    font-size: 1.8em;
  }
}