.page-resources-fun88-latest-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark gray for readability on lighter backgrounds */
  background-color: #f8f8f8; /* Light background */
}

.page-resources-fun88-latest-promotions__hero-section {
  background: linear-gradient(135deg, #000000 0%, #333333 100%); /* Dark gradient */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-fun88-latest-promotions__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,dark_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-fun88-latest-promotions__container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-fun88-latest-promotions__breadcrumb {
  font-size: 0.9em;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.page-resources-fun88-latest-promotions__breadcrumb-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.page-resources-fun88-latest-promotions__breadcrumb-link:hover {
  color: #FFD700;
}

.page-resources-fun88-latest-promotions__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold for main title */
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-fun88-latest-promotions__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
}

.page-resources-fun88-latest-promotions__cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold for CTA */
  color: #000000; /* Black text on gold */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-fun88-latest-promotions__cta-button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-fun88-latest-promotions__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin: 5px;
}

.page-resources-fun88-latest-promotions__content-wrapper {
  padding: 40px 20px;
  background-color: #ffffff;
}

.page-resources-fun88-latest-promotions__article-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-fun88-latest-promotions__heading {
  font-size: 2em;
  color: #000000; /* Black for main headings */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-fun88-latest-promotions__sub-heading {
  font-size: 1.5em;
  color: #000000; /* Black for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-fun88-latest-promotions__article-content p {
  margin-bottom: 1em;
}

.page-resources-fun88-latest-promotions__article-content ul,
.page-resources-fun88-latest-promotions__article-content ol {
  margin-bottom: 1em;
  padding-left: 20px;
}

.page-resources-fun88-latest-promotions__article-content li {
  margin-bottom: 0.5em;
}

.page-resources-fun88-latest-promotions__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-fun88-latest-promotions__inline-cta-button {
  display: inline-block;
  background-color: #000000; /* Black for secondary CTA */
  color: #FFD700; /* Gold text on black */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  margin: 20px 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-fun88-latest-promotions__inline-cta-button:hover {
  background-color: #333333;
  color: #ffffff;
}

.page-resources-fun88-latest-promotions__quote {
  background-color: #f0f0f0;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555555;
}

.page-resources-fun88-latest-promotions__quote p {
  margin: 0;
}

.page-resources-fun88-latest-promotions__faq {
  margin-top: 30px;
}

.page-resources-fun88-latest-promotions__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-fun88-latest-promotions__faq-question {
  font-size: 1.2em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-fun88-latest-promotions__faq-answer {
  color: #555555;
  margin-bottom: 0;
}

.page-resources-fun88-latest-promotions__return-link {
  text-align: center;
  margin-top: 40px;
  font-size: 1.1em;
}

.page-resources-fun88-latest-promotions__return-link a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-fun88-latest-promotions__return-link a:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-fun88-latest-promotions__title {
    font-size: 2em;
  }

  .page-resources-fun88-latest-promotions__subtitle {
    font-size: 1em;
  }

  .page-resources-fun88-latest-promotions__hero-section {
    padding: 60px 15px;
  }

  .page-resources-fun88-latest-promotions__content-wrapper {
    padding: 20px 15px;
  }

  .page-resources-fun88-latest-promotions__heading {
    font-size: 1.6em;
  }

  .page-resources-fun88-latest-promotions__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-fun88-latest-promotions__article-content {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-fun88-latest-promotions__title {
    font-size: 1.8em;
  }

  .page-resources-fun88-latest-promotions__subtitle {
    font-size: 0.9em;
  }

  .page-resources-fun88-latest-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-fun88-latest-promotions__heading {
    font-size: 1.4em;
  }

  .page-resources-fun88-latest-promotions__sub-heading {
    font-size: 1.1em;
  }
}