.page-blog-latest-s88-promotions {
  font-family: 'Arial', sans-serif;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-latest-s88-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, larger bottom for content separation */
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-latest-s88-promotions__hero-image {
  width: 100%;
  height: 675px; /* Adjust height for desktop hero image */
  object-fit: cover;
  display: block;
  margin-bottom: 30px;
}

.page-blog-latest-s88-promotions__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-latest-s88-promotions__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  color: #F2FFF6;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.page-blog-latest-s88-promotions__description {
  font-size: 1.1em;
  line-height: 1.6;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-latest-s88-promotions__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-latest-s88-promotions__btn-primary,
.page-blog-latest-s88-promotions__btn-secondary,
.page-blog-latest-s88-promotions a[class*="button"],
.page-blog-latest-s88-promotions a[class*="btn"] {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-latest-s88-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #F2FFF6;
  border: none;
}

.page-blog-latest-s88-promotions__btn-primary:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-latest-s88-promotions__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-blog-latest-s88-promotions__btn-secondary:hover {
  background-color: rgba(87, 227, 141, 0.1);
  transform: translateY(-2px);
}

.page-blog-latest-s88-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-latest-s88-promotions__article p {
  margin-bottom: 1em;
  line-height: 1.7;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-latest-s88-promotions__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-latest-s88-promotions__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  font-weight: 600;
  color: #57E38D; /* Glow */
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-latest-s88-promotions__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-latest-s88-promotions__ordered-list {
  list-style: decimal;
  margin-left: 25px;
  padding-left: 0;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-blog-latest-s88-promotions__ordered-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-latest-s88-promotions__faq-list {
  margin-top: 40px;
}

.page-blog-latest-s88-promotions__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-latest-s88-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-weight: 600;
  cursor: pointer;
  font-size: 1.1em;
  color: #F2FFF6;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-latest-s88-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-latest-s88-promotions__faq-item[open] > .page-blog-latest-s88-promotions__faq-question {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-latest-s88-promotions__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-latest-s88-promotions__faq-answer {
  padding: 0 25px 18px;
  font-size: 0.95em;
  line-height: 1.6;
  color: #A7D9B8; /* Text Secondary */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.page-blog-latest-s88-promotions__faq-item[open] .page-blog-latest-s88-promotions__faq-answer {
  max-height: 500px; /* Arbitrary large value for smooth transition */
}

.page-blog-latest-s88-promotions__cta-banner {
  background-color: #08160F; /* Background */
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: #F2FFF6;
}

.page-blog-latest-s88-promotions__cta-content {
  max-width: 800px;
}

.page-blog-latest-s88-promotions__cta-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  font-weight: 700;
  color: #F2FFF6;
  margin-bottom: 20px;
}

.page-blog-latest-s88-promotions__cta-description {
  font-size: 1.1em;
  line-height: 1.6;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-latest-s88-promotions__cta-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-latest-s88-promotions__btn-large {
  padding: 16px 32px;
  font-size: 1.1em;
}

/* Responsive adjustments */
@media (min-width: 769px) {
  .page-blog-latest-s88-promotions__cta-banner {
    flex-direction: row;
    justify-content: center;
  }
  .page-blog-latest-s88-promotions__cta-image {
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .page-blog-latest-s88-promotions__hero-image {
    height: 400px;
  }

  .page-blog-latest-s88-promotions__hero-content {
    padding: 0 15px;
  }

  .page-blog-latest-s88-promotions__main-title {
    font-size: 2.2em;
  }

  .page-blog-latest-s88-promotions__description {
    font-size: 1em;
  }

  .page-blog-latest-s88-promotions__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-latest-s88-promotions__btn-primary,
  .page-blog-latest-s88-promotions__btn-secondary,
  .page-blog-latest-s88-promotions a[class*="button"],
  .page-blog-latest-s88-promotions a[class*="btn"] {
    padding: 12px 20px;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1em;
    margin: 0 auto;
  }

  .page-blog-latest-s88-promotions__content-area {
    padding: 40px 15px;
  }

  .page-blog-latest-s88-promotions__section-title {
    font-size: 2em;
  }

  .page-blog-latest-s88-promotions__sub-title {
    font-size: 1.3em;
  }

  .page-blog-latest-s88-promotions__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-latest-s88-promotions__cta-banner {
    padding: 60px 15px;
  }

  .page-blog-latest-s88-promotions__cta-title {
    font-size: 2em;
  }

  .page-blog-latest-s88-promotions__cta-description {
    font-size: 1em;
  }

  .page-blog-latest-s88-promotions__cta-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-latest-s88-promotions__section,
  .page-blog-latest-s88-promotions__card,
  .page-blog-latest-s88-promotions__container,
  .page-blog-latest-s88-promotions__cta-banner {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-latest-s88-promotions__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-latest-s88-promotions__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-latest-s88-promotions__faq-answer {
    padding: 0 20px 15px;
  }
}