.page-blog-f8bet05-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Text Main */
  background-color: #F5F7FA; /* Background */
}

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

.page-blog-f8bet05-latest-promotions-analysis__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  margin-bottom: 40px;
  text-align: center;
  background-color: #E53935; /* Primary color as background */
  color: #ffffff;
  padding-bottom: 40px;
}

.page-blog-f8bet05-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}

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

.page-blog-f8bet05-latest-promotions-analysis__hero-content {
  padding: 30px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-f8bet05-latest-promotions-analysis__main-title {
  font-size: 2.8em;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-f8bet05-latest-promotions-analysis__lead-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-f8bet05-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-f8bet05-latest-promotions-analysis__btn-primary,
.page-blog-f8bet05-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-f8bet05-latest-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button color */
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.page-blog-f8bet05-latest-promotions-analysis__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(229, 57, 53, 0.6);
}

.page-blog-f8bet05-latest-promotions-analysis__btn-secondary {
  background: #ffffff;
  color: #E53935; /* Primary color */
  border: 2px solid #E53935;
}

.page-blog-f8bet05-latest-promotions-analysis__btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-f8bet05-latest-promotions-analysis__section {
  padding: 40px 0;
  margin-bottom: 20px;
  background-color: #ffffff; /* Card BG */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-f8bet05-latest-promotions-analysis__section-title {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #E53935; /* Primary color */
}

.page-blog-f8bet05-latest-promotions-analysis__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-f8bet05-latest-promotions-analysis__article-body p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #333333; /* Text Main */
}

.page-blog-f8bet05-latest-promotions-analysis__article-body ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-f8bet05-latest-promotions-analysis__article-body li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-f8bet05-latest-promotions-analysis__sub-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #E53935; /* Primary color */
}

.page-blog-f8bet05-latest-promotions-analysis__article-figure {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* FAQ Styles */
details.page-blog-f8bet05-latest-promotions-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #E0E0E0; /* Border */
  overflow: hidden;
  background: #FFFFFF; /* Card BG */
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

details.page-blog-f8bet05-latest-promotions-analysis__faq-item summary.page-blog-f8bet05-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #333333; /* Text Main */
}

details.page-blog-f8bet05-latest-promotions-analysis__faq-item summary.page-blog-f8bet05-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-f8bet05-latest-promotions-analysis__faq-item summary.page-blog-f8bet05-latest-promotions-analysis__faq-question:hover {
  background: #f9f9f9;
}

.page-blog-f8bet05-latest-promotions-analysis__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.page-blog-f8bet05-latest-promotions-analysis__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E53935; /* Primary color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-f8bet05-latest-promotions-analysis__faq-item .page-blog-f8bet05-latest-promotions-analysis__faq-answer {
  padding: 0 25px 25px;
  background: #fdfdfd;
  border-radius: 0 0 8px 8px;
  color: #333333;
}

.page-blog-f8bet05-latest-promotions-analysis__faq-answer p {
    margin-bottom: 0;
}

.page-blog-f8bet05-latest-promotions-analysis__final-cta {
    text-align: center;
    padding: 60px 20px;
    background-color: #E53935; /* Primary color */
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.page-blog-f8bet05-latest-promotions-analysis__final-cta .page-blog-f8bet05-latest-promotions-analysis__section-title {
    color: #ffffff;
    margin-bottom: 20px;
}

.page-blog-f8bet05-latest-promotions-analysis__final-cta .page-blog-f8bet05-latest-promotions-analysis__lead-text {
    color: #f0f0f0;
    margin-bottom: 30px;
}

/* General image responsiveness */
.page-blog-f8bet05-latest-promotions-analysis img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-f8bet05-latest-promotions-analysis__main-title {
    font-size: 2.5em;
  }
  .page-blog-f8bet05-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }
  .page-blog-f8bet05-latest-promotions-analysis__sub-title {
    font-size: 1.3em;
  }
  .page-blog-f8bet05-latest-promotions-analysis__lead-text {
    font-size: 1.1em;
  }
  .page-blog-f8bet05-latest-promotions-analysis__article-body p,
  .page-blog-f8bet05-latest-promotions-analysis__article-body li {
    font-size: 1em;
  }
  details.page-blog-f8bet05-latest-promotions-analysis__faq-item summary.page-blog-f8bet05-latest-promotions-analysis__faq-question {
    padding: 16px 20px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__faq-qtext {
    font-size: 1em;
  }
  .page-blog-f8bet05-latest-promotions-analysis__faq-answer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .page-blog-f8bet05-latest-promotions-analysis__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO Section */
  .page-blog-f8bet05-latest-promotions-analysis__hero-section {
    padding-top: 10px; /* Consistent small top padding */
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__hero-image-wrapper {
    max-height: 300px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__hero-image {
    object-fit: contain !important; /* Ensure image is not cropped */
    aspect-ratio: unset !important;
  }
  .page-blog-f8bet05-latest-promotions-analysis__hero-content {
    padding: 20px 15px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__main-title {
    font-size: 2em;
    margin-bottom: 10px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__lead-text {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__btn-primary,
  .page-blog-f8bet05-latest-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    font-size: 1em;
  }

  /* General Section */
  .page-blog-f8bet05-latest-promotions-analysis__section {
    padding: 30px 0;
    margin-bottom: 15px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__section-title {
    font-size: 1.6em;
    margin-bottom: 25px;
    padding: 0 15px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__article-body {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-f8bet05-latest-promotions-analysis__article-body p,
  .page-blog-f8bet05-latest-promotions-analysis__article-body li {
    font-size: 0.95em;
  }
  .page-blog-f8bet05-latest-promotions-analysis__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__article-figure {
    margin: 20px auto;
  }

  /* Images */
  .page-blog-f8bet05-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* FAQ */
  details.page-blog-f8bet05-latest-promotions-analysis__faq-item {
    margin-bottom: 10px;
  }
  details.page-blog-f8bet05-latest-promotions-analysis__faq-item summary.page-blog-f8bet05-latest-promotions-analysis__faq-question {
    padding: 15px 15px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__faq-qtext {
    font-size: 0.95em;
  }
  .page-blog-f8bet05-latest-promotions-analysis__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-blog-f8bet05-latest-promotions-analysis__faq-item .page-blog-f8bet05-latest-promotions-analysis__faq-answer {
    padding: 0 15px 15px;
  }

  /* Final CTA */
  .page-blog-f8bet05-latest-promotions-analysis__final-cta {
    padding: 40px 15px;
  }
  .page-blog-f8bet05-latest-promotions-analysis__final-cta .page-blog-f8bet05-latest-promotions-analysis__lead-text {
    font-size: 1em;
  }
}

/* Ensure no horizontal scroll for product grid if it were present */
/* This page does not have a product grid, but the rule is for general content sections */
.page-blog-f8bet05-latest-promotions-analysis__products-section {
  overflow-x: hidden;
}