.page-lottery-games-north-lottery-rules {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-lottery-games-north-lottery-rules__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-lottery-games-north-lottery-rules__hero-section {
  background: linear-gradient(135deg, #4B0082, #6a0dad);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}

.page-lottery-games-north-lottery-rules__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-lottery-games-north-lottery-rules__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-lottery-games-north-lottery-rules__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-north-lottery-rules__btn--primary {
  background-color: #FFD700;
  color: #4B0082;
  border: 2px solid #FFD700;
}

.page-lottery-games-north-lottery-rules__btn--primary:hover {
  background-color: #e6c200;
  color: #3a0066;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-north-lottery-rules__btn--secondary {
  background-color: #4B0082;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-lottery-games-north-lottery-rules__btn--secondary:hover {
  background-color: #3a0066;
  color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-north-lottery-rules__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.page-lottery-games-north-lottery-rules__section-title {
  font-size: 2.5em;
  color: #4B0082;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-lottery-games-north-lottery-rules__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-lottery-games-north-lottery-rules__sub-section-title {
  font-size: 1.8em;
  color: #4B0082;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-lottery-games-north-lottery-rules__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-lottery-games-north-lottery-rules__list,
.page-lottery-games-north-lottery-rules__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #555;
}

.page-lottery-games-north-lottery-rules__ordered-list {
  list-style-type: decimal;
}

.page-lottery-games-north-lottery-rules__list li,
.page-lottery-games-north-lottery-rules__ordered-list li {
  margin-bottom: 10px;
}

.page-lottery-games-north-lottery-rules__list li strong,
.page-lottery-games-north-lottery-rules__ordered-list li strong {
  color: #4B0082;
}

.page-lottery-games-north-lottery-rules__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-lottery-games-north-lottery-rules__main-image,
.page-lottery-games-north-lottery-rules__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-lottery-games-north-lottery-rules__cta-wrapper {
  background-color: #4B0082;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.page-lottery-games-north-lottery-rules__cta-text {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-lottery-games-north-lottery-rules a {
  color: #4B0082;
  text-decoration: none;
  font-weight: bold;
}

.page-lottery-games-north-lottery-rules a:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-lottery-games-north-lottery-rules__hero-title {
    font-size: 2.5em;
  }

  .page-lottery-games-north-lottery-rules__hero-subtitle {
    font-size: 1.2em;
  }

  .page-lottery-games-north-lottery-rules__section-title {
    font-size: 2em;
  }

  .page-lottery-games-north-lottery-rules__sub-section-title {
    font-size: 1.5em;
  }

  .page-lottery-games-north-lottery-rules__btn {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-lottery-games-north-lottery-rules__cta-text {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-lottery-games-north-lottery-rules__hero-title {
    font-size: 2em;
  }

  .page-lottery-games-north-lottery-rules__hero-subtitle {
    font-size: 1em;
  }

  .page-lottery-games-north-lottery-rules__section-title {
    font-size: 1.8em;
  }

  .page-lottery-games-north-lottery-rules__sub-section-title {
    font-size: 1.3em;
  }

  .page-lottery-games-north-lottery-rules__btn {
    padding: 10px 20px;
    font-size: 0.8em;
  }

  .page-lottery-games-north-lottery-rules__cta-text {
    font-size: 1.1em;
  }
}