.page-blog-rr8822-exclusive-promotions {
  padding-top: 10px; /* Small top padding for internal pages */
  background-color: #F5F7FA;
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-rr8822-exclusive-promotions__hero-section {
  background-color: #E53935;
  color: #FFFFFF;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}

.page-blog-rr8822-exclusive-promotions__hero-content-wrapper {
  max-width: 900px;
  width: 100%;
}

.page-blog-rr8822-exclusive-promotions__main-title {
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-blog-rr8822-exclusive-promotions__hero-description {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-rr8822-exclusive-promotions__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.page-blog-rr8822-exclusive-promotions__cta-button:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
}

.page-blog-rr8822-exclusive-promotions__cta-button--small {
  font-size: 0.9rem;
  padding: 10px 20px;
}

.page-blog-rr8822-exclusive-promotions__content-section {
  padding: 40px 20px;
}

.page-blog-rr8822-exclusive-promotions__container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-rr8822-exclusive-promotions__section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #E53935;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.page-blog-rr8822-exclusive-promotions__paragraph {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #333333;
}

.page-blog-rr8822-exclusive-promotions__image-figure {
  margin: 30px 0;
  text-align: center;
}

.page-blog-rr8822-exclusive-promotions__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  filter: none; /* Ensure no filter is applied */
  min-width: 200px;
  min-height: 200px;
}

.page-blog-rr8822-exclusive-promotions__image-caption {
  font-size: 0.9rem;
  color: #666666;
  margin-top: 10px;
}

.page-blog-rr8822-exclusive-promotions__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-rr8822-exclusive-promotions__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-rr8822-exclusive-promotions__hero-section {
    padding: 30px 15px;
  }

  .page-blog-rr8822-exclusive-promotions__main-title {
    font-size: clamp(1.6rem, 6vw, 2.5rem);
  }

  .page-blog-rr8822-exclusive-promotions__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-rr8822-exclusive-promotions__content-section {
    padding: 20px 15px;
  }

  .page-blog-rr8822-exclusive-promotions__container {
    padding: 20px;
  }

  .page-blog-rr8822-exclusive-promotions__section-title {
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-rr8822-exclusive-promotions__paragraph,
  .page-blog-rr8822-exclusive-promotions__list-item {
    font-size: 0.95rem;
  }

  .page-blog-rr8822-exclusive-promotions__content-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-blog-rr8822-exclusive-promotions__cta-button {
    padding: 12px 25px;
    font-size: 0.9rem;
  }

  .page-blog-rr8822-exclusive-promotions__main-title {
    font-size: clamp(1.4rem, 7vw, 2.2rem);
  }

  .page-blog-rr8822-exclusive-promotions__section-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }

  .page-blog-rr8822-exclusive-promotions__paragraph,
  .page-blog-rr8822-exclusive-promotions__list-item {
    font-size: 0.9rem;
  }

  .page-blog-rr8822-exclusive-promotions__list {
    margin-left: 20px;
  }
}