.page-blog-hm88-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-size: 16px;
}

.page-blog-hm88-latest-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #FFFFFF;
  text-align: center;
  overflow: hidden;
}

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

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

.page-blog-hm88-latest-promotions-analysis__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-blog-hm88-latest-promotions-analysis__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-hm88-latest-promotions-analysis__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-hm88-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.page-blog-hm88-latest-promotions-analysis__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.page-blog-hm88-latest-promotions-analysis__paragraph {
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-hm88-latest-promotions-analysis__promo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-blog-hm88-latest-promotions-analysis__promo-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-hm88-latest-promotions-analysis__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.page-blog-hm88-latest-promotions-analysis__promo-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-hm88-latest-promotions-analysis__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-hm88-latest-promotions-analysis__card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-blog-hm88-latest-promotions-analysis__btn-primary,
.page-blog-hm88-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-hm88-latest-promotions-analysis__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hm88-latest-promotions-analysis__btn-primary:hover {
  background-color: #1a8ccb;
  border-color: #1a8ccb;
}

.page-blog-hm88-latest-promotions-analysis__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-hm88-latest-promotions-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-hm88-latest-promotions-analysis__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-hm88-latest-promotions-analysis__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-blog-hm88-latest-promotions-analysis__content-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-hm88-latest-promotions-analysis__content-image--center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-hm88-latest-promotions-analysis__text-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-hm88-latest-promotions-analysis__faq-list {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-hm88-latest-promotions-analysis__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-hm88-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

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

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

.page-blog-hm88-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  color: #26A9E0;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-hm88-latest-promotions-analysis__faq-item[open] .page-blog-hm88-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-hm88-latest-promotions-analysis__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-blog-hm88-latest-promotions-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-hm88-latest-promotions-analysis__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-blog-hm88-latest-promotions-analysis__section-title {
    font-size: 1.8em;
  }
  .page-blog-hm88-latest-promotions-analysis__hero-section {
    padding: 40px 15px;
    padding-top: 10px;
  }
  .page-blog-hm88-latest-promotions-analysis__content-area {
    padding: 30px 15px;
  }
  .page-blog-hm88-latest-promotions-analysis__image-text-block {
    flex-direction: column;
    align-items: center;
  }
  .page-blog-hm88-latest-promotions-analysis__image-text-block--reverse {
    flex-direction: column;
  }
  .page-blog-hm88-latest-promotions-analysis__content-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-blog-hm88-latest-promotions-analysis {
    font-size: 15px;
  }
  .page-blog-hm88-latest-promotions-analysis__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }
  .page-blog-hm88-latest-promotions-analysis__section-title {
    font-size: 1.6em;
  }
  .page-blog-hm88-latest-promotions-analysis__intro-text {
    font-size: 1.1em;
  }
  .page-blog-hm88-latest-promotions-analysis__promo-card-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-hm88-latest-promotions-analysis__promo-card {
    padding: 20px;
  }
  .page-blog-hm88-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-hm88-latest-promotions-analysis__btn-primary,
  .page-blog-hm88-latest-promotions-analysis__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 15px 20px;
    text-align: center;
  }

  /* Mobile image responsiveness */
  .page-blog-hm88-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-hm88-latest-promotions-analysis__section,
  .page-blog-hm88-latest-promotions-analysis__card,
  .page-blog-hm88-latest-promotions-analysis__container,
  .page-blog-hm88-latest-promotions-analysis__hero-section,
  .page-blog-hm88-latest-promotions-analysis__content-area,
  .page-blog-hm88-latest-promotions-analysis__image-text-block,
  .page-blog-hm88-latest-promotions-analysis__promo-card,
  .page-blog-hm88-latest-promotions-analysis__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-hm88-latest-promotions-analysis__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}