.page-resources-sin88-win-latest-promotions-analysis {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-sin88-win-latest-promotions-analysis__section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-resources-sin88-win-latest-promotions-analysis__section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-resources-sin88-win-latest-promotions-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-sin88-win-latest-promotions-analysis__section-title {
  font-size: 36px;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-sin88-win-latest-promotions-analysis__sub-title {
  font-size: 24px;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-sin88-win-latest-promotions-analysis__paragraph {
  font-size: 17px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-sin88-win-latest-promotions-analysis__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 30px;
}

.page-resources-sin88-win-latest-promotions-analysis__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.page-resources-sin88-win-latest-promotions-analysis__list,
.page-resources-sin88-win-latest-promotions-analysis__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-sin88-win-latest-promotions-analysis__ordered-list {
  list-style-type: decimal;
}

.page-resources-sin88-win-latest-promotions-analysis__list-item {
  font-size: 17px;
  margin-bottom: 10px;
}

.page-resources-sin88-win-latest-promotions-analysis .highlight {
  color: #017439;
  font-weight: bold;
}

/* Hero Section */
.page-resources-sin88-win-latest-promotions-analysis__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure spacing below fixed header */
  background: linear-gradient(135deg, #017439, #00A859);
  color: #ffffff;
  overflow: hidden;
}

.page-resources-sin88-win-latest-promotions-analysis__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-sin88-win-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-sin88-win-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-sin88-win-latest-promotions-analysis__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-sin88-win-latest-promotions-analysis__hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}

.page-resources-sin88-win-latest-promotions-analysis__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-sin88-win-latest-promotions-analysis__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #C30808; /* Custom color for Register/Login */
  color: #FFFF00; /* Custom font color for Register/Login */
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-sin88-win-latest-promotions-analysis__cta-button:hover {
  background: #E01010;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Card Grid */
.page-resources-sin88-win-latest-promotions-analysis__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sin88-win-latest-promotions-analysis__card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sin88-win-latest-promotions-analysis__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-sin88-win-latest-promotions-analysis__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-resources-sin88-win-latest-promotions-analysis__card-title {
  font-size: 22px;
  color: #017439;
  margin: 20px 20px 10px 20px;
  font-weight: 700;
}

.page-resources-sin88-win-latest-promotions-analysis__card-description {
  font-size: 15px;
  color: #555555;
  padding: 0 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-sin88-win-latest-promotions-analysis__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: #017439;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 20px;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-sin88-win-latest-promotions-analysis__btn-primary:hover {
  background: #00A859;
}

/* Dark Section */
.page-resources-sin88-win-latest-promotions-analysis__dark-section {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-sin88-win-latest-promotions-analysis__dark-section .page-resources-sin88-win-latest-promotions-analysis__section-title,
.page-resources-sin88-win-latest-promotions-analysis__dark-section .page-resources-sin88-win-latest-promotions-analysis__sub-title {
  color: #ffffff;
}

.page-resources-sin88-win-latest-promotions-analysis__dark-section .page-resources-sin88-win-latest-promotions-analysis__list-item,
.page-resources-sin88-win-latest-promotions-analysis__dark-section .page-resources-sin88-win-latest-promotions-analysis__paragraph {
  color: #f0f0f0;
}

.page-resources-sin88-win-latest-promotions-analysis__dark-section .highlight {
  color: #FFFF00;
}

/* FAQ Section */
.page-resources-sin88-win-latest-promotions-analysis__faq-list {
  margin-top: 40px;
}

.page-resources-sin88-win-latest-promotions-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-sin88-win-latest-promotions-analysis__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;
}

.page-resources-sin88-win-latest-promotions-analysis__faq-item.active .page-resources-sin88-win-latest-promotions-analysis__faq-answer {
  max-height: 2000px !important; /* Ensure enough space */
  padding: 20px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
}

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

.page-resources-sin88-win-latest-promotions-analysis__faq-item.active .page-resources-sin88-win-latest-promotions-analysis__faq-question {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.page-resources-sin88-win-latest-promotions-analysis__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-sin88-win-latest-promotions-analysis__faq-question:active {
  background: #eeeeee;
}

.page-resources-sin88-win-latest-promotions-analysis__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none; /* Prevent h3 from blocking click event */
  color: #333333;
}

.page-resources-sin88-win-latest-promotions-analysis__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none; /* Prevent icon from blocking click event */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-sin88-win-latest-promotions-analysis__faq-item.active .page-resources-sin88-win-latest-promotions-analysis__faq-toggle {
  color: #017439;
  transform: rotate(45deg); /* Rotate for 'x' effect */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-sin88-win-latest-promotions-analysis__hero-title {
    font-size: 42px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__hero-description {
    font-size: 18px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__section-title {
    font-size: 32px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__card-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-sin88-win-latest-promotions-analysis__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Mobile specific padding-top */
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__hero-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__hero-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__cta-button {
    padding: 12px 30px;
    font-size: 16px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-sin88-win-latest-promotions-analysis__section {
    padding: 40px 15px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__sub-title {
    font-size: 20px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__paragraph,
  .page-resources-sin88-win-latest-promotions-analysis__list-item {
    font-size: 16px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__card-grid {
    gap: 20px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__card-image {
    height: 200px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__card-title {
    font-size: 20px;
    margin: 15px 15px 8px 15px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__card-description {
    font-size: 14px;
    padding: 0 15px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__btn-primary {
    margin: 0 15px;
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-sin88-win-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-sin88-win-latest-promotions-analysis__section,
  .page-resources-sin88-win-latest-promotions-analysis__card,
  .page-resources-sin88-win-latest-promotions-analysis__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-resources-sin88-win-latest-promotions-analysis__faq-question h3 {
    font-size: 16px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-resources-sin88-win-latest-promotions-analysis__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__faq-answer {
    padding: 0 15px;
  }
  .page-resources-sin88-win-latest-promotions-analysis__faq-item.active .page-resources-sin88-win-latest-promotions-analysis__faq-answer {
    padding: 15px !important;
  }
}