/* style/blog-hk88-latest-promotions-analysis.css */
.page-blog-hk88-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Text color for dark body background */
  background-color: #1a1a2e; /* Inherited from body, explicit for context */
}

.page-blog-hk88-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-hk88-latest-promotions-analysis__image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit hero image height */
  overflow: hidden;
}

.page-blog-hk88-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none; /* Ensure no CSS filter changes image color */
}

.page-blog-hk88-latest-promotions-analysis__hero-content {
  max-width: 900px;
  padding: 20px;
  margin-top: 20px;
}

.page-blog-hk88-latest-promotions-analysis__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* Responsive H1 font size */
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-hk88-latest-promotions-analysis__subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-hk88-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-hk88-latest-promotions-analysis__cta-button--primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-hk88-latest-promotions-analysis__cta-button--primary:hover {
  background-color: #1a8ccb;
  transform: translateY(-2px);
}

.page-blog-hk88-latest-promotions-analysis__cta-button--secondary {
  background-color: #EA7C07;
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-hk88-latest-promotions-analysis__cta-button--secondary:hover {
  background-color: #c96a06;
  transform: translateY(-2px);
}

.page-blog-hk88-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #1a1a2e; /* Ensure content area matches body background */
  color: #ffffff;
}

.page-blog-hk88-latest-promotions-analysis__text-block {
  margin-bottom: 40px;
  background-color: #2a2a4e; /* Slightly lighter background for text blocks for visual separation */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-hk88-latest-promotions-analysis__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: #26A9E0;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-hk88-latest-promotions-analysis__sub-section-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-hk88-latest-promotions-analysis p {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #e0e0e0;
}

.page-blog-hk88-latest-promotions-analysis__image-container {
  text-align: center;
  margin: 30px 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.page-blog-hk88-latest-promotions-analysis__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  filter: none; /* Ensure no CSS filter changes image color */
}

.page-blog-hk88-latest-promotions-analysis__unordered-list,
.page-blog-hk88-latest-promotions-analysis__ordered-list {
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-blog-hk88-latest-promotions-analysis__list-item {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-blog-hk88-latest-promotions-analysis__list-item strong {
  color: #26A9E0;
}

.page-blog-hk88-latest-promotions-analysis__faq-section {
  margin-top: 60px;
}

.page-blog-hk88-latest-promotions-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-hk88-latest-promotions-analysis__faq-item {
  background-color: #2a2a4e;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hk88-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #3a3a5e; /* Darker for question header */
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.15rem;
  list-style: none; /* For details/summary */
}

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

.page-blog-hk88-latest-promotions-analysis__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Ensure click on summary toggles details */
}

.page-blog-hk88-latest-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  color: #26A9E0;
  pointer-events: none; /* Ensure click on summary toggles details */
}

.page-blog-hk88-latest-promotions-analysis__faq-answer {
  padding: 20px;
  background-color: #2a2a4e;
  color: #e0e0e0;
  font-size: 1rem;
}

.page-blog-hk88-latest-promotions-analysis__conclusion-section {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background-color: #2a2a4e;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

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

  .page-blog-hk88-latest-promotions-analysis__hero-content {
    padding: 10px;
  }

  .page-blog-hk88-latest-promotions-analysis__main-title {
    font-size: 2rem;
  }

  .page-blog-hk88-latest-promotions-analysis__subtitle {
    font-size: 1rem;
  }

  .page-blog-hk88-latest-promotions-analysis__cta-button,
  .page-blog-hk88-latest-promotions-analysis a[class*="button"],
  .page-blog-hk88-latest-promotions-analysis a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-bottom: 10px; /* Add margin for stacked buttons */
  }

  .page-blog-hk88-latest-promotions-analysis__cta-buttons,
  .page-blog-hk88-latest-promotions-analysis__button-group,
  .page-blog-hk88-latest-promotions-analysis__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column;
  }

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

  .page-blog-hk88-latest-promotions-analysis__text-block,
  .page-blog-hk88-latest-promotions-analysis__faq-item,
  .page-blog-hk88-latest-promotions-analysis__conclusion-section {
    padding: 20px;
    border-radius: 8px;
  }

  .page-blog-hk88-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-hk88-latest-promotions-analysis__section,
  .page-blog-hk88-latest-promotions-analysis__card,
  .page-blog-hk88-latest-promotions-analysis__container,
  .page-blog-hk88-latest-promotions-analysis__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-hk88-latest-promotions-analysis__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-hk88-latest-promotions-analysis__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-hk88-latest-promotions-analysis__faq-answer {
    padding: 15px;
  }
}