/* style/blog-hello888-exclusive-promotions-analysis.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-blog-hello888-exclusive-promotions-analysis {
  color: #ffffff; /* Light text for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Rely on body background */
}

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

.page-blog-hello888-exclusive-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit hero image height */
  overflow: hidden;
}

.page-blog-hello888-exclusive-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-hello888-exclusive-promotions-analysis__hero-content {
  position: relative;
  text-align: center;
  padding: 20px;
  max-width: 900px;
  margin-top: -100px; /* Overlap slightly with image for visual flow */
  background: rgba(0, 0, 0, 0.7); /* Dark semi-transparent background for text readability */
  border-radius: 10px;
  z-index: 10;
  box-sizing: border-box;
}

.page-blog-hello888-exclusive-promotions-analysis__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

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

.page-blog-hello888-exclusive-promotions-analysis__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-hello888-exclusive-promotions-analysis__btn-primary,
.page-blog-hello888-exclusive-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hello888-exclusive-promotions-analysis__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-hello888-exclusive-promotions-analysis__btn-primary:hover {
  background-color: #1e87c2;
  border-color: #1e87c2;
}

.page-blog-hello888-exclusive-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-hello888-exclusive-promotions-analysis__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-hello888-exclusive-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for content section */
  border-radius: 8px;
  margin-top: 30px;
  box-sizing: border-box;
}

.page-blog-hello888-exclusive-promotions-analysis__section-title {
  font-size: 2.2rem;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.page-blog-hello888-exclusive-promotions-analysis__sub-section-title {
  font-size: 1.8rem;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-hello888-exclusive-promotions-analysis__paragraph {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-hello888-exclusive-promotions-analysis__highlight {
  color: #26A9E0; /* Highlight important keywords */
  font-weight: 700;
}

.page-blog-hello888-exclusive-promotions-analysis__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-hello888-exclusive-promotions-analysis__ordered-list {
  list-style: decimal inside;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-hello888-exclusive-promotions-analysis__list-item {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.page-blog-hello888-exclusive-promotions-analysis__image-container {
  margin: 30px auto;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-hello888-exclusive-promotions-analysis__content-image {
  width: 100%;
  height: auto;
  display: block;
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

.page-blog-hello888-exclusive-promotions-analysis__button-wrapper {
  margin-top: 30px;
  text-align: center;
}

.page-blog-hello888-exclusive-promotions-analysis__button-wrapper--final {
  margin-bottom: 40px;
}

/* FAQ Section */
.page-blog-hello888-exclusive-promotions-analysis__faq-list {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.page-blog-hello888-exclusive-promotions-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-hello888-exclusive-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.page-blog-hello888-exclusive-promotions-analysis__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.page-blog-hello888-exclusive-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
  user-select: none;
  color: #26A9E0;
}

.page-blog-hello888-exclusive-promotions-analysis__faq-item[open] .page-blog-hello888-exclusive-promotions-analysis__faq-toggle {
  content: '−';
}

.page-blog-hello888-exclusive-promotions-analysis__faq-answer {
  padding: 15px 20px;
  font-size: 1rem;
  color: #e0e0e0;
}

/* Details element specific styling for cross-browser consistency */
.page-blog-hello888-exclusive-promotions-analysis__faq-item summary {
  list-style: none; /* Remove default marker */
}

.page-blog-hello888-exclusive-promotions-analysis__faq-item summary::-webkit-details-marker {
  display: none; /* Hide WebKit default marker */
}

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

  .page-blog-hello888-exclusive-promotions-analysis__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-hello888-exclusive-promotions-analysis__hero-content {
    margin-top: -60px;
    padding: 15px;
  }

  .page-blog-hello888-exclusive-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-hello888-exclusive-promotions-analysis__subtitle {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-hello888-exclusive-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-hello888-exclusive-promotions-analysis__btn-primary,
  .page-blog-hello888-exclusive-promotions-analysis__btn-secondary {
    width: 100% !important; /* Force full width for buttons */
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 15px;
  }

  .page-blog-hello888-exclusive-promotions-analysis__content-area,
  .page-blog-hello888-exclusive-promotions-analysis__hero-section,
  .page-blog-hello888-exclusive-promotions-analysis__image-container,
  .page-blog-hello888-exclusive-promotions-analysis__button-wrapper,
  .page-blog-hello888-exclusive-promotions-analysis__faq-list,
  .page-blog-hello888-exclusive-promotions-analysis__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }

  .page-blog-hello888-exclusive-promotions-analysis__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-hello888-exclusive-promotions-analysis__section-title {
    font-size: 1.8rem;
  }

  .page-blog-hello888-exclusive-promotions-analysis__sub-section-title {
    font-size: 1.5rem;
  }

  .page-blog-hello888-exclusive-promotions-analysis__paragraph,
  .page-blog-hello888-exclusive-promotions-analysis__list-item,
  .page-blog-hello888-exclusive-promotions-analysis__faq-question,
  .page-blog-hello888-exclusive-promotions-analysis__faq-answer {
    font-size: 1rem;
  }

  .page-blog-hello888-exclusive-promotions-analysis__hero-image {
    min-width: 200px;
    min-height: 200px;
  }
}