/* style/resources-fun88-dt-latest-promotions-analysis.css */
.page-resources-fun88-dt-latest-promotions-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--dark-bg); /* Inherit from shared */
}

.page-resources-fun88-dt-latest-promotions-analysis__dark-bg {
  background-color: #1A237E;
  color: #ffffff;
}

.page-resources-fun88-dt-latest-promotions-analysis__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-fun88-dt-latest-promotions-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-fun88-dt-latest-promotions-analysis__hero-content {
  max-width: 900px;
  z-index: 2;
  position: relative;
}

.page-resources-fun88-dt-latest-promotions-analysis__hero-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-fun88-dt-latest-promotions-analysis__hero-description {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-fun88-dt-latest-promotions-analysis__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-fun88-dt-latest-promotions-analysis__btn-primary,
.page-resources-fun88-dt-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-fun88-dt-latest-promotions-analysis__btn-primary {
  background-color: #FFD700;
  color: #1A237E;
  border: 2px solid #FFD700;
}

.page-resources-fun88-dt-latest-promotions-analysis__btn-primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-fun88-dt-latest-promotions-analysis__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-fun88-dt-latest-promotions-analysis__btn-secondary:hover {
  background-color: #FFD700;
  color: #1A237E;
  transform: translateY(-2px);
}

.page-resources-fun88-dt-latest-promotions-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-fun88-dt-latest-promotions-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-fun88-dt-latest-promotions-analysis__section {
  padding: 60px 20px;
}

.page-resources-fun88-dt-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-fun88-dt-latest-promotions-analysis__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.page-resources-fun88-dt-latest-promotions-analysis__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-fun88-dt-latest-promotions-analysis__light-bg .page-resources-fun88-dt-latest-promotions-analysis__paragraph,
.page-resources-fun88-dt-latest-promotions-analysis__light-bg .page-resources-fun88-dt-latest-promotions-analysis__card-text {
  color: #333333;
}

.page-resources-fun88-dt-latest-promotions-analysis__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-fun88-dt-latest-promotions-analysis__grid-layout--three-cols {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.page-resources-fun88-dt-latest-promotions-analysis__card {
  background-color: #ffffff;
  color: #333333;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-fun88-dt-latest-promotions-analysis__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-fun88-dt-latest-promotions-analysis__dark-card {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-resources-fun88-dt-latest-promotions-analysis__dark-card .page-resources-fun88-dt-latest-promotions-analysis__card-title {
  color: #FFD700;
}

.page-resources-fun88-dt-latest-promotions-analysis__card-title {
  font-size: 1.6em;
  color: #1A237E;
  margin-bottom: 15px;
}

.page-resources-fun88-dt-latest-promotions-analysis__card-text {
  font-size: 1em;
  margin-bottom: 20px;
}

.page-resources-fun88-dt-latest-promotions-analysis__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-fun88-dt-latest-promotions-analysis__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-fun88-dt-latest-promotions-analysis__flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-resources-fun88-dt-latest-promotions-analysis__text-block {
  flex: 1;
  min-width: 300px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
}

.page-resources-fun88-dt-latest-promotions-analysis__text-block .page-resources-fun88-dt-latest-promotions-analysis__paragraph {
  color: #f0f0f0;
}

.page-resources-fun88-dt-latest-promotions-analysis__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-resources-fun88-dt-latest-promotions-analysis__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-fun88-dt-latest-promotions-analysis__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-fun88-dt-latest-promotions-analysis__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-list {
  margin-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #1A237E;
  cursor: pointer;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-item.active .page-resources-fun88-dt-latest-promotions-analysis__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
  background-color: #f8f8f8;
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-item.active .page-resources-fun88-dt-latest-promotions-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 25px;
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-answer p {
  margin: 0;
  font-size: 1em;
  color: #333333;
}

.page-resources-fun88-dt-latest-promotions-analysis__faq-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-fun88-dt-latest-promotions-analysis__cta-section {
  background-color: #1A237E;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.page-resources-fun88-dt-latest-promotions-analysis__cta-content {
  z-index: 2;
  position: relative;
}

.page-resources-fun88-dt-latest-promotions-analysis__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-fun88-dt-latest-promotions-analysis__cta-description {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-fun88-dt-latest-promotions-analysis__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-resources-fun88-dt-latest-promotions-analysis__cta-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
  z-index: 1;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-fun88-dt-latest-promotions-analysis a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-fun88-dt-latest-promotions-analysis a:hover {
  color: #e6c200;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-fun88-dt-latest-promotions-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__section-title {
    font-size: 2.2em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__cta-title {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-fun88-dt-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__hero-section {
    padding: 60px 15px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__hero-title {
    font-size: 2.2em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__btn-primary,
  .page-resources-fun88-dt-latest-promotions-analysis__btn-secondary,
  .page-resources-fun88-dt-latest-promotions-analysis a[class*="button"],
  .page-resources-fun88-dt-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;
    padding-right: 15px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__cta-buttons,
  .page-resources-fun88-dt-latest-promotions-analysis__button-group,
  .page-resources-fun88-dt-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;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__section {
    padding: 40px 15px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__card {
    padding: 20px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__card-title {
    font-size: 1.4em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__sub-title {
    font-size: 1.5em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__feature-item {
    padding: 20px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__feature-title {
    font-size: 1.3em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__faq-answer {
    padding: 0 20px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__faq-item.active .page-resources-fun88-dt-latest-promotions-analysis__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__cta-title {
    font-size: 2em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__cta-description {
    font-size: 1em;
  }
  /* Mobile image responsiveness */
  .page-resources-fun88-dt-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__section,
  .page-resources-fun88-dt-latest-promotions-analysis__card,
  .page-resources-fun88-dt-latest-promotions-analysis__container,
  .page-resources-fun88-dt-latest-promotions-analysis__hero-section,
  .page-resources-fun88-dt-latest-promotions-analysis__cta-section,
  .page-resources-fun88-dt-latest-promotions-analysis__text-block,
  .page-resources-fun88-dt-latest-promotions-analysis__feature-item,
  .page-resources-fun88-dt-latest-promotions-analysis__faq-list,
  .page-resources-fun88-dt-latest-promotions-analysis__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal scroll */
  }
  .page-resources-fun88-dt-latest-promotions-analysis__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

@media (max-width: 480px) {
  .page-resources-fun88-dt-latest-promotions-analysis__hero-title {
    font-size: 1.8em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__section-title {
    font-size: 1.6em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__cta-title {
    font-size: 1.8em;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__btn-primary,
  .page-resources-fun88-dt-latest-promotions-analysis__btn-secondary {
    font-size: 1em;
    padding: 12px 20px;
  }
  .page-resources-fun88-dt-latest-promotions-analysis__btn-large {
    padding: 15px 30px;
  }
}