.page-promotions-88xx-rescue-fund-rules {
  font-family: 'Arial', sans-serif;
  color: #e0e0e0; /* Light gray for general text on dark background */
  background-color: #000000; /* Main background black */
  line-height: 1.6;
}

.page-promotions-88xx-rescue-fund-rules__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-promotions-88xx-rescue-fund-rules__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #FFD700 0%, #000000 100%);
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  color: #000000; /* Dark text on gradient */
}

.page-promotions-88xx-rescue-fund-rules__hero-content {
  z-index: 10;
  max-width: 900px;
}

.page-promotions-88xx-rescue-fund-rules__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 1;
}

.page-promotions-88xx-rescue-fund-rules__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-promotions-88xx-rescue-fund-rules__main-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #000000; /* Black text on gold/black gradient */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-promotions-88xx-rescue-fund-rules__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #333333; /* Darker text for subtitle */
}

/* Section Styling */
.page-promotions-88xx-rescue-fund-rules__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-promotions-88xx-rescue-fund-rules__section:last-of-type {
  border-bottom: none;
}

.page-promotions-88xx-rescue-fund-rules__section--intro,
.page-promotions-88xx-rescue-fund-rules__section--rules,
.page-promotions-88xx-rescue-fund-rules__section--faq,
.page-promotions-88xx-rescue-fund-rules__section--responsible-gambling,
.page-promotions-88xx-rescue-fund-rules__section--cta,
.page-promotions-88xx-rescue-fund-rules__section--contact {
  background-color: #1a1a1a; /* Dark gray for content sections */
}

.page-promotions-88xx-rescue-fund-rules__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for main section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-promotions-88xx-rescue-fund-rules__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-promotions-88xx-rescue-fund-rules__sub-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-promotions-88xx-rescue-fund-rules__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0; /* Light gray for paragraph text */
}

.page-promotions-88xx-rescue-fund-rules__list,
.page-promotions-88xx-rescue-fund-rules__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-promotions-88xx-rescue-fund-rules__ordered-list {
  list-style-type: decimal;
}

.page-promotions-88xx-rescue-fund-rules__list li,
.page-promotions-88xx-rescue-fund-rules__ordered-list li {
  margin-bottom: 10px;
  padding-left: 5px;
}

/* Buttons */
.page-promotions-88xx-rescue-fund-rules__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: none;
}

.page-promotions-88xx-rescue-fund-rules__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text on gold */
}

.page-promotions-88xx-rescue-fund-rules__btn--primary:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-2px);
}

.page-promotions-88xx-rescue-fund-rules__btn--secondary {
  background-color: #333333; /* Dark gray button */
  color: #FFD700; /* Gold text on dark gray */
  border: 1px solid #FFD700;
}

.page-promotions-88xx-rescue-fund-rules__btn--secondary:hover {
  background-color: #FFD700; /* Gold background on hover */
  color: #000000; /* Black text on hover */
  transform: translateY(-2px);
}

.page-promotions-88xx-rescue-fund-rules__btn--tertiary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-promotions-88xx-rescue-fund-rules__btn--tertiary:hover {
  background-color: #FFD700;
  color: #000000;
  transform: translateY(-2px);
}

.page-promotions-88xx-rescue-fund-rules__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* FAQ Section */
.page-promotions-88xx-rescue-fund-rules__faq-item {
  background-color: #2a2a2a;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
}

.page-promotions-88xx-rescue-fund-rules__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-promotions-88xx-rescue-fund-rules__faq-answer {
  font-size: 1.05em;
  color: #e0e0e0;
}

/* Image Styling */
.page-promotions-88xx-rescue-fund-rules__image-inline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.page-promotions-88xx-rescue-fund-rules__cta-image,
.page-promotions-88xx-rescue-fund-rules__contact-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto 0 auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-promotions-88xx-rescue-fund-rules__main-title {
    font-size: 2.5em;
  }

  .page-promotions-88xx-rescue-fund-rules__subtitle {
    font-size: 1.1em;
  }

  .page-promotions-88xx-rescue-fund-rules__section-title {
    font-size: 2em;
  }

  .page-promotions-88xx-rescue-fund-rules__sub-title {
    font-size: 1.5em;
  }

  .page-promotions-88xx-rescue-fund-rules__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-promotions-88xx-rescue-fund-rules__cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .page-promotions-88xx-rescue-fund-rules__main-title {
    font-size: 2em;
  }

  .page-promotions-88xx-rescue-fund-rules__subtitle {
    font-size: 1em;
  }

  .page-promotions-88xx-rescue-fund-rules__section-title {
    font-size: 1.8em;
  }

  .page-promotions-88xx-rescue-fund-rules__sub-title {
    font-size: 1.3em;
  }

  .page-promotions-88xx-rescue-fund-rules__btn {
    width: 100%;
    max-width: 280px;
  }

  .page-promotions-88xx-rescue-fund-rules__list,
  .page-promotions-88xx-rescue-fund-rules__ordered-list {
    margin-left: 15px;
  }
}