.page-blog-hello88-bey-latest-promotions-analysis {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --background-color: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green: #0A4B2C;

  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Main text color for the page */
  background-color: var(--background-color); /* Page background */
}

.page-blog-hello88-bey-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-hello88-bey-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.page-blog-hello88-bey-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-hello88-bey-latest-promotions-analysis__hero-content {
  max-width: 900px;
  margin: 0 auto;
  color: var(--text-main);
}

.page-blog-hello88-bey-latest-promotions-analysis__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--gold-color);
  margin-bottom: 20px;
}

.page-blog-hello88-bey-latest-promotions-analysis__description {
  font-size: 1.1em;
  color: var(--text-secondary);
  margin-bottom: 30px;
}

.page-blog-hello88-bey-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: var(--text-main);
}

.page-blog-hello88-bey-latest-promotions-analysis__section-wrapper {
  background-color: var(--card-bg);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
}

.page-blog-hello88-bey-latest-promotions-analysis__section-title {
  font-size: 2.2em;
  color: var(--gold-color);
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid var(--divider-color);
  padding-bottom: 15px;
}

.page-blog-hello88-bey-latest-promotions-analysis__sub-title {
  font-size: 1.8em;
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-hello88-bey-latest-promotions-analysis__text-block {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: var(--text-main);
}

.page-blog-hello88-bey-latest-promotions-analysis__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-hello88-bey-latest-promotions-analysis__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-hello88-bey-latest-promotions-analysis__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  min-height: 200px;
}

/* CTA Button Styles */
.page-blog-hello88-bey-latest-promotions-analysis__cta-button {
  display: inline-block;
  background: var(--button-gradient);
  color: var(--text-main);
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hello88-bey-latest-promotions-analysis__cta-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  opacity: 0.9;
}

.page-blog-hello88-bey-latest-promotions-analysis__cta-button--inline {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.page-blog-hello88-bey-latest-promotions-analysis__cta-button--large {
  font-size: 1.3em;
  padding: 18px 35px;
  margin-top: 30px;
}

/* FAQ Styles */
.page-blog-hello88-bey-latest-promotions-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-item {
  background-color: var(--deep-green);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--gold-color);
  cursor: pointer;
  background-color: var(--deep-green);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-question:hover {
  background-color: var(--primary-color);
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  line-height: 1;
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: var(--text-secondary);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-item[open] .page-blog-hello88-bey-latest-promotions-analysis__faq-answer {
  max-height: 500px; /* Adjust as needed for content length */
  padding-top: 15px;
}

.page-blog-hello88-bey-latest-promotions-analysis__faq-item[open] .page-blog-hello88-bey-latest-promotions-analysis__faq-question {
  background-color: var(--primary-color);
}

.page-blog-hello88-bey-latest-promotions-analysis a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-blog-hello88-bey-latest-promotions-analysis a:hover {
  color: var(--gold-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-hello88-bey-latest-promotions-analysis__hero-content {
    padding: 0 15px;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__main-title {
    font-size: 2.5em;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__section-title {
    font-size: 2em;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-blog-hello88-bey-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body handles --header-offset, this is for visual top spacing */
  }

  .page-blog-hello88-bey-latest-promotions-analysis__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__content-area {
    padding: 20px 15px;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__section-wrapper,
  .page-blog-hello88-bey-latest-promotions-analysis__faq-item {
    padding: 20px;
    margin-bottom: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__text-block,
  .page-blog-hello88-bey-latest-promotions-analysis__list-item {
    font-size: 1em;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__image-content,
  .page-blog-hello88-bey-latest-promotions-analysis__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Buttons */
  .page-blog-hello88-bey-latest-promotions-analysis__cta-button,
  .page-blog-hello88-bey-latest-promotions-analysis__cta-button--inline,
  .page-blog-hello88-bey-latest-promotions-analysis__cta-button--large {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__hero-content .page-blog-hello88-bey-latest-promotions-analysis__cta-button {
    margin-top: 20px;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-hello88-bey-latest-promotions-analysis__faq-answer {
    padding: 0 20px 15px;
  }
}