.page-promotions-terms-and-conditions-explained {
  font-family: Arial, sans-serif;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
  line-height: 1.6;
}

.page-promotions-terms-and-conditions-explained__hero-section {
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding as body handles header offset */
  text-align: center;
  background-color: #000000; /* Dark background for hero section */
  color: #FFFFFF;
}

.page-promotions-terms-and-conditions-explained__hero-image {
  margin-bottom: 20px;
}

.page-promotions-terms-and-conditions-explained__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
}

.page-promotions-terms-and-conditions-explained__main-title {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #FCBC45; /* Highlight title with accent color */
}

.page-promotions-terms-and-conditions-explained__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-promotions-terms-and-conditions-explained__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-promotions-terms-and-conditions-explained__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
  min-width: 150px;
  text-align: center;
}

.page-promotions-terms-and-conditions-explained__button--register,
.page-promotions-terms-and-conditions-explained__button--register-large {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-promotions-terms-and-conditions-explained__button--register:hover,
.page-promotions-terms-and-conditions-explained__button--register-large:hover {
  background-color: #e0a53b;
  border-color: #e0a53b;
}

.page-promotions-terms-and-conditions-explained__button--login,
.page-promotions-terms-and-conditions-explained__button--download-app {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-promotions-terms-and-conditions-explained__button--login:hover,
.page-promotions-terms-and-conditions-explained__button--download-app:hover {
  background-color: #333333;
  border-color: #FCBC45;
  color: #FCBC45;
}

.page-promotions-terms-and-conditions-explained__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-promotions-terms-and-conditions-explained__section-title {
  font-size: 2rem;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-promotions-terms-and-conditions-explained__subsection-title {
  font-size: 1.5rem;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FCBC45;
  padding-left: 10px;
}

.page-promotions-terms-and-conditions-explained__content-area p {
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.7;
}

.page-promotions-terms-and-conditions-explained__content-area a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-promotions-terms-and-conditions-explained__content-area a:hover {
  text-decoration: underline;
}

.page-promotions-terms-and-conditions-explained__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-promotions-terms-and-conditions-explained__image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-promotions-terms-and-conditions-explained__faq-section {
  margin-top: 40px;
}

.page-promotions-terms-and-conditions-explained__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-promotions-terms-and-conditions-explained__faq-question {
  font-size: 1.2rem;
  color: #000000;
  margin-bottom: 10px;
}

.page-promotions-terms-and-conditions-explained__faq-answer {
  font-size: 1rem;
  color: #555555;
}

.page-promotions-terms-and-conditions-explained__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 20px;
  text-align: center;
  margin-top: 60px;
  border-radius: 8px;
}

.page-promotions-terms-and-conditions-explained__cta-title {
  font-size: 2.2rem;
  color: #FCBC45;
  margin-bottom: 15px;
}

.page-promotions-terms-and-conditions-explained__cta-text {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-promotions-terms-and-conditions-explained__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .page-promotions-terms-and-conditions-explained__hero-section {
    padding: 40px 15px;
    padding-top: 10px;
  }

  .page-promotions-terms-and-conditions-explained__main-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .page-promotions-terms-and-conditions-explained__hero-description {
    font-size: 1rem;
  }

  .page-promotions-terms-and-conditions-explained__button {
    width: 100%;
    max-width: 250px;
  }

  .page-promotions-terms-and-conditions-explained__content-area {
    padding: 20px 15px;
  }

  .page-promotions-terms-and-conditions-explained__section-title {
    font-size: 1.8rem;
  }

  .page-promotions-terms-and-conditions-explained__subsection-title {
    font-size: 1.3rem;
  }

  .page-promotions-terms-and-conditions-explained__image-container img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }

  .page-promotions-terms-and-conditions-explained__cta-title {
    font-size: 1.8rem;
  }

  .page-promotions-terms-and-conditions-explained__cta-text {
    font-size: 1rem;
  }

  .page-promotions-terms-and-conditions-explained__cta-actions {
    flex-direction: column;
    align-items: center;
  }

  /* Ensure content images do not overflow on mobile */
  .page-promotions-terms-and-conditions-explained img {
    max-width: 100%;
    height: auto;
  }
}