.page-blog-8kbet88-latest-promotions {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #140C0C;
  color: #FFF1E8;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

.page-blog-8kbet88-latest-promotions__hero-section {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-8kbet88-latest-promotions__hero-image-wrapper {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
}

.page-blog-8kbet88-latest-promotions__hero-section img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.page-blog-8kbet88-latest-promotions__hero-content {
  width: 100%;
}

.page-blog-8kbet88-latest-promotions__main-title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 700;
  color: #F3C54D;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-8kbet88-latest-promotions__description {
  font-size: 1.1rem;
  margin-bottom: 25px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-8kbet88-latest-promotions__cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #FFF1E8;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.page-blog-8kbet88-latest-promotions__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 176, 74, 0.6);
}

.page-blog-8kbet88-latest-promotions__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9rem;
}

.page-blog-8kbet88-latest-promotions__overview-section,
.page-blog-8kbet88-latest-promotions__promotion-types,
.page-blog-8kbet88-latest-promotions__how-to-claim,
.page-blog-8kbet88-latest-promotions__faq-section,
.page-blog-8kbet88-latest-promotions__conclusion-section {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 0 15px;
}

.page-blog-8kbet88-latest-promotions__section-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: #C61F1F;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-8kbet88-latest-promotions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #F3C54D;
  border-radius: 2px;
}

.page-blog-8kbet88-latest-promotions__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-8kbet88-latest-promotions__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-blog-8kbet88-latest-promotions__promotion-card {
  background-color: #2A1212;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-8kbet88-latest-promotions__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-8kbet88-latest-promotions__promotion-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency, ensure min 200px */
  object-fit: cover;
  display: block;
  filter: none;
}

.page-blog-8kbet88-latest-promotions__card-title {
  font-size: 1.3rem;
  color: #F3C54D;
  padding: 15px 20px 10px;
  margin: 0;
}

.page-blog-8kbet88-latest-promotions__card-description {
  font-size: 0.95rem;
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-blog-8kbet88-latest-promotions__card-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #7E0D0D;
  color: #FFF1E8;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 20px 20px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.page-blog-8kbet88-latest-promotions__card-button:hover {
  background-color: #E53030;
}

.page-blog-8kbet88-latest-promotions__steps-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.page-blog-8kbet88-latest-promotions__step-card {
  background-color: #2A1212;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #6A1E1E;
}

.page-blog-8kbet88-latest-promotions__step-title {
  font-size: 1.25rem;
  color: #FFB04A;
  margin-bottom: 10px;
}

.page-blog-8kbet88-latest-promotions__step-description {
  font-size: 0.95rem;
  color: #FFF1E8;
}

.page-blog-8kbet88-latest-promotions__faq-item {
  background-color: #2A1212;
  border: 1px solid #6A1E1E;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-blog-8kbet88-latest-promotions__faq-question {
  font-size: 1.15rem;
  color: #F3C54D;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-blog-8kbet88-latest-promotions__faq-answer {
  font-size: 0.95rem;
  color: #FFF1E8;
  text-align: justify;
}

.page-blog-8kbet88-latest-promotions__conclusion-section .page-blog-8kbet88-latest-promotions__paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .page-blog-8kbet88-latest-promotions__main-title {
    font-size: clamp(1.5rem, 7vw, 2.5rem);
  }

  .page-blog-8kbet88-latest-promotions__description {
    font-size: 1rem;
  }

  .page-blog-8kbet88-latest-promotions__section-title {
    font-size: clamp(1.3rem, 6vw, 2rem);
  }

  .page-blog-8kbet88-latest-promotions__hero-section img,
  .page-blog-8kbet88-latest-promotions__promotion-card img {
    max-width: 100%;
    height: auto;
  }

  .page-blog-8kbet88-latest-promotions__paragraph,
  .page-blog-8kbet88-latest-promotions__card-description,
  .page-blog-8kbet88-latest-promotions__step-description,
  .page-blog-8kbet88-latest-promotions__faq-answer {
    text-align: left;
  }

  .page-blog-8kbet88-latest-promotions__card-grid,
  .page-blog-8kbet88-latest-promotions__steps-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 549px) {
  .page-blog-8kbet88-latest-promotions__hero-section,
  .page-blog-8kbet88-latest-promotions__overview-section,
  .page-blog-8kbet88-latest-promotions__promotion-types,
  .page-blog-8kbet88-latest-promotions__how-to-claim,
  .page-blog-8kbet88-latest-promotions__faq-section,
  .page-blog-8kbet88-latest-promotions__conclusion-section {
    padding: 0 10px;
  }

  .page-blog-8kbet88-latest-promotions__main-title {
    font-size: clamp(1.1rem, 8vw, 2rem);
  }
  .page-blog-8kbet88-latest-promotions__section-title {
    font-size: clamp(1.2rem, 7vw, 1.8rem);
  }
  .page-blog-8kbet88-latest-promotions__promotion-card img {
    height: 250px; /* Adjust for smaller screens if needed, still >200px */
  }
}