.page-blog-wt88-latest-promotions-analysis {
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-wt88-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  box-sizing: border-box;
  overflow: hidden;
}

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

.page-blog-wt88-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-wt88-latest-promotions-analysis__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-wt88-latest-promotions-analysis__main-title {
  font-size: clamp(2em, 4vw, 3em); /* Responsive font size */
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-wt88-latest-promotions-analysis__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-wt88-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 200px; /* Ensure button is not too small */
  text-align: center;
  border: none;
  cursor: pointer;
}

.page-blog-wt88-latest-promotions-analysis__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-wt88-latest-promotions-analysis__cta-button--small {
  padding: 12px 25px;
  font-size: 0.9em;
  min-width: 150px;
}

.page-blog-wt88-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-wt88-latest-promotions-analysis__section-wrapper {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-wt88-latest-promotions-analysis__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Gold */
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.page-blog-wt88-latest-promotions-analysis__sub-title {
  font-size: 1.6em;
  color: #57E38D; /* Glow */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-wt88-latest-promotions-analysis__paragraph {
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 15px;
}

.page-blog-wt88-latest-promotions-analysis__list,
.page-blog-wt88-latest-promotions-analysis__ordered-list {
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-wt88-latest-promotions-analysis__list-item {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-wt88-latest-promotions-analysis__list-item strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-wt88-latest-promotions-analysis__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 25px auto;
  object-fit: cover;
}

/* FAQ Section */
.page-blog-wt88-latest-promotions-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-wt88-latest-promotions-analysis__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-wt88-latest-promotions-analysis__faq-item summary {
  list-style: none;
}

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

.page-blog-wt88-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-blog-wt88-latest-promotions-analysis__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-wt88-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #F2C14E; /* Gold */
  margin-left: 15px;
}

.page-blog-wt88-latest-promotions-analysis__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

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

  .page-blog-wt88-latest-promotions-analysis__main-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
  }

  .page-blog-wt88-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }

  .page-blog-wt88-latest-promotions-analysis__sub-title {
    font-size: 1.4em;
  }
}

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

  .page-blog-wt88-latest-promotions-analysis__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-wt88-latest-promotions-analysis__hero-image-wrapper {
    margin-bottom: 20px;
  }

  .page-blog-wt88-latest-promotions-analysis__main-title {
    font-size: clamp(1.6em, 6vw, 2.2em);
  }

  .page-blog-wt88-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }

  .page-blog-wt88-latest-promotions-analysis__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 15px 10px;
    min-width: unset;
  }

  .page-blog-wt88-latest-promotions-analysis__cta-button--small {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 10px;
    font-size: 0.9em;
  }

  .page-blog-wt88-latest-promotions-analysis__content-area {
    padding: 30px 15px;
  }

  .page-blog-wt88-latest-promotions-analysis__section-wrapper {
    padding: 25px;
    margin-bottom: 30px;
  }

  .page-blog-wt88-latest-promotions-analysis__section-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }

  .page-blog-wt88-latest-promotions-analysis__sub-title {
    font-size: 1.2em;
  }

  .page-blog-wt88-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-wt88-latest-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

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

@media (max-width: 480px) {
  .page-blog-wt88-latest-promotions-analysis__main-title {
    font-size: clamp(1.4em, 7vw, 1.8em);
  }

  .page-blog-wt88-latest-promotions-analysis__section-title {
    font-size: 1.4em;
  }

  .page-blog-wt88-latest-promotions-analysis__sub-title {
    font-size: 1.1em;
  }

  .page-blog-wt88-latest-promotions-analysis__hero-description {
    font-size: 0.95em;
  }

  .page-blog-wt88-latest-promotions-analysis__faq-question {
    font-size: 0.95em;
  }
}