.page-resources-new88-latest-promotions {
  color: #f0f0f0; /* Body background is dark (#121212), so use light text */
  background-color: #121212;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-top: 120px; /* Adjust for fixed header */
}

.page-resources-new88-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-new88-latest-promotions__hero-section {
  padding: 80px 0;
  text-align: center;
  background: var(--primary-color, #0047AB);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-new88-latest-promotions__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-resources-new88-latest-promotions__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-new88-latest-promotions__content-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  color: #333333; /* Light background, so use dark text */
}

.page-resources-new88-latest-promotions__section-title {
  font-size: 2.5em;
  color: var(--primary-color, #0047AB);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-resources-new88-latest-promotions__sub-title {
  font-size: 1.8em;
  color: var(--secondary-color, #FFD700);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid var(--secondary-color, #FFD700);
  padding-bottom: 10px;
  display: inline-block;
}

.page-resources-new88-latest-promotions__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-new88-latest-promotions__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.page-resources-new88-latest-promotions__image:hover {
  transform: translateY(-5px);
}

.page-resources-new88-latest-promotions__image--full-width {
  width: 100%;
}

.page-resources-new88-latest-promotions__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-new88-latest-promotions__list li {
  background-color: #ffffff;
  border-left: 5px solid var(--secondary-color, #FFD700);
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-resources-new88-latest-promotions__list li p {
  margin: 0;
  color: #333333;
}

.page-resources-new88-latest-promotions__list li strong {
  color: var(--primary-color, #0047AB);
}

.page-resources-new88-latest-promotions__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-new88-latest-promotions__cta-buttons--centered {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-resources-new88-latest-promotions__cta-button {
  display: inline-block;
  padding: 15px 35px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-new88-latest-promotions__btn-primary {
  background: var(--primary-color, #0047AB);
  color: #ffffff;
}

.page-resources-new88-latest-promotions__btn-primary:hover {
  background: #003a8d;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-new88-latest-promotions__btn-secondary {
  background: #ffffff;
  color: var(--primary-color, #0047AB);
  border: 2px solid var(--primary-color, #0047AB);
}

.page-resources-new88-latest-promotions__btn-secondary:hover {
  background: var(--primary-color, #0047AB);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-new88-latest-promotions__conclusion-section {
  padding: 80px 0;
  text-align: center;
  background: var(--primary-color, #0047AB);
  color: #ffffff;
}

.page-resources-new88-latest-promotions__conclusion-section .page-resources-new88-latest-promotions__section-title {
  color: #ffffff;
}

.page-resources-new88-latest-promotions__conclusion-section .page-resources-new88-latest-promotions__text-block {
  color: #f0f0f0;
}

.page-resources-new88-latest-promotions .highlight {
  color: var(--secondary-color, #FFD700);
  font-weight: bold;
}

/* FAQ Section */
.page-resources-new88-latest-promotions__faq-section {
  padding: 60px 0;
  background-color: #f0f0f0; /* Light background for FAQ */
  color: #333333;
}

.page-resources-new88-latest-promotions__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-new88-latest-promotions__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-new88-latest-promotions__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-new88-latest-promotions__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary-color, #0047AB);
  pointer-events: none;
}

.page-resources-new88-latest-promotions__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color, #0047AB);
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-new88-latest-promotions__faq-item.active .page-resources-new88-latest-promotions__faq-toggle {
  color: var(--secondary-color, #FFD700);
  transform: rotate(45deg);
}

.page-resources-new88-latest-promotions__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 20px;
  opacity: 0;
  background: #ffffff;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

.page-resources-new88-latest-promotions__faq-item.active .page-resources-new88-latest-promotions__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
  border-top: 1px solid #e0e0e0;
}

.page-resources-new88-latest-promotions__faq-answer p {
  margin: 0;
  color: #333333;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-new88-latest-promotions__main-title {
    font-size: 2.8em;
  }

  .page-resources-new88-latest-promotions__section-title {
    font-size: 2.2em;
  }

  .page-resources-new88-latest-promotions__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-new88-latest-promotions {
    padding-top: 100px !important; /* Mobile fixed header adjustment */
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-new88-latest-promotions__container {
    padding: 0 15px;
  }

  .page-resources-new88-latest-promotions__hero-section {
    padding: 60px 0;
  }

  .page-resources-new88-latest-promotions__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-resources-new88-latest-promotions__hero-description {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .page-resources-new88-latest-promotions__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-new88-latest-promotions__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-new88-latest-promotions__text-block {
    font-size: 1em;
  }

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

  .page-resources-new88-latest-promotions__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 25px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-new88-latest-promotions__image {
    margin: 20px auto;
    border-radius: 4px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  
  .page-resources-new88-latest-promotions__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-resources-new88-latest-promotions__faq-question h3 {
    font-size: 1em;
    width: calc(100% - 40px);
  }
  
  .page-resources-new88-latest-promotions__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-resources-new88-latest-promotions__faq-answer {
    padding: 0 15px;
  }
  
  .page-resources-new88-latest-promotions__faq-item.active .page-resources-new88-latest-promotions__faq-answer {
    padding: 15px !important;
  }

  .page-resources-new88-latest-promotions__conclusion-section {
    padding: 60px 0;
  }
}