.page-blog-clup88-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  background-color: var(--background-color, #08160F); /* Fallback to custom deep green */
  color: var(--text-main-color, #F2FFF6); /* Main text color for dark background */
  line-height: 1.6;
  font-size: 1rem;
}

.page-blog-clup88-latest-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding as body handles --header-offset */
  overflow: hidden; /* Ensure content doesn't overflow */
}

.page-blog-clup88-latest-promotions-analysis__hero-image {
  width: 100%;
  max-width: 1920px; /* Max width of the hero image */
  height: auto;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 10px;
}

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

.page-blog-clup88-latest-promotions-analysis__main-title {
  font-size: clamp(2rem, 4vw, 3.2rem); /* Responsive font size for H1 */
  font-weight: 700;
  color: var(--gold-color, #F2C14E); /* Gold color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.4); /* Glow effect */
}

.page-blog-clup88-latest-promotions-analysis__description {
  font-size: 1.15rem;
  color: var(--text-secondary-color, #A7D9B8); /* Secondary text color */
  margin-bottom: 30px;
}

.page-blog-clup88-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
}

.page-blog-clup88-latest-promotions-analysis__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff; /* White text for primary button */
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-clup88-latest-promotions-analysis__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-clup88-latest-promotions-analysis__btn-secondary {
  background: transparent;
  color: var(--deep-green-color, #0A4B2C); /* Deep green text for secondary button */
  border: 2px solid var(--border-color, #2E7A4E);
  color: var(--text-main-color, #F2FFF6); /* Ensure text contrast */
}

.page-blog-clup88-latest-promotions-analysis__btn-secondary:hover {
  background-color: var(--border-color, #2E7A4E);
  color: #ffffff;
}

.page-blog-clup88-latest-promotions-analysis__section {
  padding: 60px 20px;
  background-color: var(--background-color, #08160F);
  color: var(--text-main-color, #F2FFF6);
  text-align: center;
}

.page-blog-clup88-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-clup88-latest-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--gold-color, #F2C14E);
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-clup88-latest-promotions-analysis__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: var(--text-main-color, #F2FFF6);
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-clup88-latest-promotions-analysis__text-block {
  text-align: left;
  margin-top: 20px;
}

.page-blog-clup88-latest-promotions-analysis__image {
  width: 100%;
  max-width: 800px; /* Recommended size for content images */
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  object-fit: cover;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-clup88-latest-promotions-analysis__list,
.page-blog-clup88-latest-promotions-analysis__ordered-list {
  list-style-position: inside;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
  color: var(--text-secondary-color, #A7D9B8);
}

.page-blog-clup88-latest-promotions-analysis__list li,
.page-blog-clup88-latest-promotions-analysis__ordered-list li {
  margin-bottom: 10px;
}

.page-blog-clup88-latest-promotions-analysis__list strong,
.page-blog-clup88-latest-promotions-analysis__ordered-list strong {
  color: var(--text-main-color, #F2FFF6);
}

.page-blog-clup88-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* FAQ Section */
.page-blog-clup88-latest-promotions-analysis__faq-section {
  background-color: var(--card-bg-color, #11271B); /* Card BG for FAQ section */
  padding: 60px 20px;
}

.page-blog-clup88-latest-promotions-analysis__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-blog-clup88-latest-promotions-analysis__faq-item {
  background-color: var(--deep-green-color, #0A4B2C); /* Deeper green for FAQ items */
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-clup88-latest-promotions-analysis__faq-item summary {
  list-style: none; /* Hide default marker */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--text-main-color, #F2FFF6);
  position: relative;
  user-select: none;
}

.page-blog-clup88-latest-promotions-analysis__faq-item summary::-webkit-details-marker {
  display: none; /* Hide default marker for webkit */
}

.page-blog-clup88-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
  padding-right: 15px; /* Space for toggle icon */
}

.page-blog-clup88-latest-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.2s ease;
  color: var(--glow-color, #57E38D);
}

.page-blog-clup88-latest-promotions-analysis__faq-item[open] .page-blog-clup88-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg); /* Rotate + to form X or - */
}

.page-blog-clup88-latest-promotions-analysis__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: var(--text-secondary-color, #A7D9B8);
  line-height: 1.6;
}

.page-blog-clup88-latest-promotions-analysis__faq-answer p {
  margin-bottom: 0; /* Remove default paragraph margin */
}

.page-blog-clup88-latest-promotions-analysis__faq-answer a {
  color: var(--glow-color, #57E38D);
  text-decoration: underline;
}

.page-blog-clup88-latest-promotions-analysis__faq-answer a:hover {
  color: var(--gold-color, #F2C14E);
}

/* Conclusion Section */
.page-blog-clup88-latest-promotions-analysis__conclusion {
  padding-bottom: 80px;
}

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

  .page-blog-clup88-latest-promotions-analysis__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  .page-blog-clup88-latest-promotions-analysis__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .page-blog-clup88-latest-promotions-analysis__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-clup88-latest-promotions-analysis__cta-button {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-clup88-latest-promotions-analysis__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-clup88-latest-promotions-analysis__section,
  .page-blog-clup88-latest-promotions-analysis__faq-section {
    padding: 40px 15px;
  }

  .page-blog-clup88-latest-promotions-analysis__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-clup88-latest-promotions-analysis__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .page-blog-clup88-latest-promotions-analysis__sub-title {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-clup88-latest-promotions-analysis__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  
  /* Ensure content area images also adhere to min size */
  .page-blog-clup88-latest-promotions-analysis__text-block img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-clup88-latest-promotions-analysis__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

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

/* Color Contrast Fixes (if needed, based on intelligent analysis) */
/* Assuming dark body background (#08160F), so light text is default. */
/* If any section had a light background, these would be applied */
.page-blog-clup88-latest-promotions-analysis__light-bg {
  background: #ffffff;
  color: #333333;
}
.page-blog-clup88-latest-promotions-analysis__dark-bg {
  background: #11A84E;
  color: #ffffff;
}