.page-blog-lucky88-latest-promotions {
  color: #ffffff; /* Body background is #121212 (dark), so use light text */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-lucky88-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background: linear-gradient(135deg, #26A9E0, #1a7bb0); /* Use primary color for hero background */
  overflow: hidden;
}

.page-blog-lucky88-latest-promotions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-lucky88-latest-promotions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2; /* Slightly transparent to allow text readability */
}

.page-blog-lucky88-latest-promotions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
  padding: 40px 0;
}

.page-blog-lucky88-latest-promotions__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-blog-lucky88-latest-promotions__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-lucky88-latest-promotions__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-blog-lucky88-latest-promotions__btn-primary,
.page-blog-lucky88-latest-promotions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-lucky88-latest-promotions__btn-primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-lucky88-latest-promotions__btn-primary:hover {
  background-color: #d16b05;
  transform: translateY(-2px);
}

.page-blog-lucky88-latest-promotions__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-blog-lucky88-latest-promotions__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-blog-lucky88-latest-promotions__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #121212; /* Match body background */
  color: #ffffff; /* Light text on dark background */
}

.page-blog-lucky88-latest-promotions__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-lucky88-latest-promotions__section-title,
.page-blog-lucky88-latest-promotions__sub-section-title {
  color: #26A9E0; /* Primary brand color for titles */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-lucky88-latest-promotions__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  text-align: center;
}

.page-blog-lucky88-latest-promotions__sub-section-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
}

.page-blog-lucky88-latest-promotions p {
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-blog-lucky88-latest-promotions a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-lucky88-latest-promotions a:hover {
  color: #1a7bb0;
}

.page-blog-lucky88-latest-promotions ul,
.page-blog-lucky88-latest-promotions ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #f0f0f0;
}

.page-blog-lucky88-latest-promotions li {
  margin-bottom: 10px;
}

.page-blog-lucky88-latest-promotions__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.page-blog-lucky88-latest-promotions__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.page-blog-lucky88-latest-promotions__steps-list li strong {
  color: #26A9E0;
}

.page-blog-lucky88-latest-promotions__faq-list {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-lucky88-latest-promotions__faq-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for FAQ items */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-lucky88-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-lucky88-latest-promotions__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-lucky88-latest-promotions__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-lucky88-latest-promotions__faq-qtext {
  flex-grow: 1;
}

.page-blog-lucky88-latest-promotions__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-lucky88-latest-promotions__faq-item[open] .page-blog-lucky88-latest-promotions__faq-toggle {
  content: "−";
}

.page-blog-lucky88-latest-promotions__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #f0f0f0;
}

.page-blog-lucky88-latest-promotions__cta-bottom {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-lucky88-latest-promotions__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-lucky88-latest-promotions__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-lucky88-latest-promotions__description {
    font-size: 1rem;
  }

  .page-blog-lucky88-latest-promotions__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-lucky88-latest-promotions__btn-primary,
  .page-blog-lucky88-latest-promotions__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-lucky88-latest-promotions__content-area {
    padding: 20px 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-lucky88-latest-promotions__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-lucky88-latest-promotions__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-lucky88-latest-promotions__sub-section-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-lucky88-latest-promotions p,
  .page-blog-lucky88-latest-promotions li {
    font-size: 0.95rem;
  }

  .page-blog-lucky88-latest-promotions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-lucky88-latest-promotions__image-full-width,
  .page-blog-lucky88-latest-promotions__image-content {
    margin: 20px 0;
  }

  .page-blog-lucky88-latest-promotions__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-lucky88-latest-promotions__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.95rem;
  }

  .page-blog-lucky88-latest-promotions__faq-item,
  .page-blog-lucky88-latest-promotions__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-lucky88-latest-promotions__cta-bottom {
    margin-top: 30px;
  }
}