.page-blog-exclusive-promotions-32win30 {
  font-family: Arial, sans-serif;
  color: #FFFFFF;
  background-color: #017439; /* Main background color */
  line-height: 1.6;
  padding-bottom: 20px;
}

.page-blog-exclusive-promotions-32win30__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Default to column for mobile-first approach */
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #017439; /* Ensure dark background for text area on mobile */
}

.page-blog-exclusive-promotions-32win30__hero-image {
  width: 100%;
  max-width: 1200px; /* Max width for desktop display */
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-exclusive-promotions-32win30__hero-content {
  padding: 20px;
  max-width: 900px;
  margin: 20px auto 0;
  background-color: #017439; /* Consistent dark background */
  border-radius: 8px;
}

.page-blog-exclusive-promotions-32win30__main-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-exclusive-promotions-32win30__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-exclusive-promotions-32win30__cta-button,
.page-blog-exclusive-promotions-32win30__card-button,
.page-blog-exclusive-promotions-32win30__view-all-button,
.page-blog-exclusive-promotions-32win30__register-button {
  display: inline-block;
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-height: 44px; /* Ensure touch target size */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.page-blog-exclusive-promotions-32win30__cta-button:hover,
.page-blog-exclusive-promotions-32win30__card-button:hover,
.page-blog-exclusive-promotions-32win30__view-all-button:hover,
.page-blog-exclusive-promotions-32win30__register-button:hover {
  background-color: #a30606;
}

.page-blog-exclusive-promotions-32win30__intro-section,
.page-blog-exclusive-promotions-32win30__featured-promotions-section,
.page-blog-exclusive-promotions-32win30__how-to-claim-section,
.page-blog-exclusive-promotions-32win30__faq-section,
.page-blog-exclusive-promotions-32win30__register-cta-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  background-color: #017439;
}

.page-blog-exclusive-promotions-32win30__section-title {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 30px;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-exclusive-promotions-32win30__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #C30808;
  border-radius: 2px;
}

.page-blog-exclusive-promotions-32win30__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFFFFF;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-exclusive-promotions-32win30__promotion-grid,
.page-blog-exclusive-promotions-32win30__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-exclusive-promotions-32win30__promotion-card,
.page-blog-exclusive-promotions-32win30__step-card {
  background-color: #004d2c; /* Slightly lighter green for cards */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-exclusive-promotions-32win30__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block; /* Ensure it's a block element */
  margin-left: auto;
  margin-right: auto;
}

.page-blog-exclusive-promotions-32win30__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.page-blog-exclusive-promotions-32win30__card-description {
  font-size: 0.95rem;
  color: #E0E0E0;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-exclusive-promotions-32win30__step-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFFF00;
}

.page-blog-exclusive-promotions-32win30__step-description {
  font-size: 1rem;
  color: #E0E0E0;
}

.page-blog-exclusive-promotions-32win30__step-description a {
  color: #FFFF00; /* Link color for login/register text */
  text-decoration: underline;
}

.page-blog-exclusive-promotions-32win30__step-description a:hover {
  color: #FFF;
}

.page-blog-exclusive-promotions-32win30__view-all-button {
  margin-top: 40px;
}

.page-blog-exclusive-promotions-32win30__faq-item {
  background-color: #004d2c;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: left;
}

.page-blog-exclusive-promotions-32win30__faq-question {
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFF00;
  margin-bottom: 10px;
}

.page-blog-exclusive-promotions-32win30__faq-answer {
  font-size: 1rem;
  color: #E0E0E0;
}

.page-blog-exclusive-promotions-32win30__register-cta-section {
  background-color: #004d2c;
  padding: 50px 20px;
  margin-top: 40px;
  border-radius: 10px;
}

.page-blog-exclusive-promotions-32win30__register-button {
  margin-top: 30px;
  width: 100%;
  max-width: 300px;
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-blog-exclusive-promotions-32win30__hero-section {
    flex-direction: row; /* Desktop: keep image and text in two columns or stacked, not flex row that pushes text over image */
    align-items: flex-start;
    justify-content: center;
    padding: 20px 0;
  }

  .page-blog-exclusive-promotions-32win30__hero-content {
    text-align: left;
    margin-top: 0;
    margin-left: 40px;
  }

  .page-blog-exclusive-promotions-32win30__cta-button {
    margin-left: 0;
  }

  .page-blog-exclusive-promotions-32win30__card-image {
    height: 250px;
  }
}

@media (max-width: 849px) {
  .page-blog-exclusive-promotions-32win30__hero-section {
    flex-direction: column;
    padding-top: 10px;
    background-color: #017439;
  }

  .page-blog-exclusive-promotions-32win30__hero-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .page-blog-exclusive-promotions-32win30__hero-content {
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-exclusive-promotions-32win30__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-exclusive-promotions-32win30__hero-description {
    font-size: clamp(1rem, 3vw, 1.1rem);
  }

  .page-blog-exclusive-promotions-32win30__cta-button {
    max-width: 300px;
    width: 100%;
  }

  .page-blog-exclusive-promotions-32win30__promotion-grid,
  .page-blog-exclusive-promotions-32win30__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-exclusive-promotions-32win30__card-image {
    height: 250px; /* Ensure content images are large enough */
    max-width: 100%;
  }

  .page-blog-exclusive-promotions-32win30__card-title,
  .page-blog-exclusive-promotions-32win30__step-title,
  .page-blog-exclusive-promotions-32win30__faq-question {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
  }

  .page-blog-exclusive-promotions-32win30__paragraph,
  .page-blog-exclusive-promotions-32win30__card-description,
  .page-blog-exclusive-promotions-32win30__step-description,
  .page-blog-exclusive-promotions-32win30__faq-answer {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }

  .page-blog-exclusive-promotions-32win30__register-button {
    max-width: 100%;
  }
}

@media (max-width: 549px) {
  .page-blog-exclusive-promotions-32win30__hero-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-blog-exclusive-promotions-32win30__intro-section,
  .page-blog-exclusive-promotions-32win30__featured-promotions-section,
  .page-blog-exclusive-promotions-32win30__how-to-claim-section,
  .page-blog-exclusive-promotions-32win30__faq-section,
  .page-blog-exclusive-promotions-32win30__register-cta-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-exclusive-promotions-32win30__card-image {
    height: 200px; /* Ensure content images are large enough */
    max-width: 100%;
  }

  .page-blog-exclusive-promotions-32win30__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .page-blog-exclusive-promotions-32win30__section-title {
    font-size: clamp(1.4rem, 6vw, 2rem);
  }
}

/* Ensure all images within the main content area are responsive and large enough */
.page-blog-exclusive-promotions-32win30 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Override for specific content images to ensure min-size requirements */
.page-blog-exclusive-promotions-32win30__card-image {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-blog-exclusive-promotions-32win30 img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-blog-exclusive-promotions-32win30 {
    overflow-x: hidden;
  }
}