.page-blog-fun8-win-latest-promotions-analysis {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-fun8-win-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-fun8-win-latest-promotions-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-fun8-win-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Adjust based on desired aspect ratio for display */
  overflow: hidden;
}

.page-blog-fun8-win-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-fun8-win-latest-promotions-analysis__hero-content {
  padding: 40px 20px;
  text-align: center;
  max-width: 900px;
}

.page-blog-fun8-win-latest-promotions-analysis__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-fun8-win-latest-promotions-analysis__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-blog-fun8-win-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
  border: none;
  cursor: pointer;
}

.page-blog-fun8-win-latest-promotions-analysis__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-fun8-win-latest-promotions-analysis__section-title {
  color: #2F6BFF;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-fun8-win-latest-promotions-analysis__paragraph {
  margin-bottom: 20px;
  color: #1F2D3D;
  text-align: justify;
}

.page-blog-fun8-win-latest-promotions-analysis__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-fun8-win-latest-promotions-analysis__promotion-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #D6E2FF;
}

.page-blog-fun8-win-latest-promotions-analysis__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-fun8-win-latest-promotions-analysis__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency in cards */
  object-fit: cover;
  display: block;
}

.page-blog-fun8-win-latest-promotions-analysis__card-title {
  color: #000000;
  font-weight: bold;
  padding: 15px 20px 0;
}

.page-blog-fun8-win-latest-promotions-analysis__card-description {
  color: #1F2D3D;
  font-size: 0.95em;
  padding: 0 20px 15px;
}

.page-blog-fun8-win-latest-promotions-analysis__card-link {
  display: block;
  text-align: center;
  padding: 10px 20px;
  background-color: #2F6BFF;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-blog-fun8-win-latest-promotions-analysis__card-link:hover {
  background-color: #6FA3FF;
}

.page-blog-fun8-win-latest-promotions-analysis__how-to-claim .page-blog-fun8-win-latest-promotions-analysis__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

.page-blog-fun8-win-latest-promotions-analysis__how-to-claim .page-blog-fun8-win-latest-promotions-analysis__steps {
  flex: 1;
}

.page-blog-fun8-win-latest-promotions-analysis__how-to-claim .page-blog-fun8-win-latest-promotions-analysis__image-area {
  flex: 1;
  min-width: 300px;
}

.page-blog-fun8-win-latest-promotions-analysis__step-list {
  list-style: none;
  padding: 0;
}

.page-blog-fun8-win-latest-promotions-analysis__step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.page-blog-fun8-win-latest-promotions-analysis__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #2F6BFF;
  color: #FFFFFF;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-blog-fun8-win-latest-promotions-analysis__step-title {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-blog-fun8-win-latest-promotions-analysis__step-description {
  color: #1F2D3D;
  font-size: 0.95em;
}

.page-blog-fun8-win-latest-promotions-analysis__guide-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-fun8-win-latest-promotions-analysis__cta-button--bottom {
  margin-top: 40px;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-fun8-win-latest-promotions-analysis__terms-list {
  list-style: disc;
  padding-left: 25px;
  color: #1F2D3D;
}

.page-blog-fun8-win-latest-promotions-analysis__terms-item {
  margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-blog-fun8-win-latest-promotions-analysis__hero-content {
    padding: 30px 15px;
  }

  .page-blog-fun8-win-latest-promotions-analysis__main-title {
    font-size: 2.2em;
  }

  .page-blog-fun8-win-latest-promotions-analysis__intro-text {
    font-size: 1em;
  }

  .page-blog-fun8-win-latest-promotions-analysis__how-to-claim .page-blog-fun8-win-latest-promotions-analysis__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-fun8-win-latest-promotions-analysis__how-to-claim .page-blog-fun8-win-latest-promotions-analysis__image-area {
    min-width: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-fun8-win-latest-promotions-analysis__main-title {
    font-size: 1.8em;
  }

  .page-blog-fun8-win-latest-promotions-analysis__section-title {
    font-size: 1.5em;
  }

  .page-blog-fun8-win-latest-promotions-analysis__promotion-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-fun8-win-latest-promotions-analysis__container {
    padding: 15px;
  }

  .page-blog-fun8-win-latest-promotions-analysis__hero-section {
    margin-bottom: 20px;
  }

  /* Ensure all content images are responsive and do not overflow */
  .page-blog-fun8-win-latest-promotions-analysis img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-fun8-win-latest-promotions-analysis__card-image {
    height: auto; /* Allow height to adjust for smaller screens */
  }
}

@media (max-width: 480px) {
  .page-blog-fun8-win-latest-promotions-analysis__main-title {
    font-size: 1.5em;
  }

  .page-blog-fun8-win-latest-promotions-analysis__cta-button {
    padding: 12px 25px;
    font-size: 0.9em;
  }

  .page-blog-fun8-win-latest-promotions-analysis__step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .page-blog-fun8-win-latest-promotions-analysis__step-number {
    margin-right: 0;
    margin-bottom: 10px;
  }
}