.page-resources-five88-latest-promotions-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
}

.page-resources-five88-latest-promotions-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-five88-latest-promotions-guide__hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #8B0000 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-five88-latest-promotions-guide__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-resources-five88-latest-promotions-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  color: #fff;
}

.page-resources-five88-latest-promotions-guide__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  color: #eee;
}

.page-resources-five88-latest-promotions-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  z-index: 2;
  text-align: center;
  cursor: pointer;
}

.page-resources-five88-latest-promotions-guide__btn--primary {
  background-color: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

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

.page-resources-five88-latest-promotions-guide__btn--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-five88-latest-promotions-guide__introduction-section,
.page-resources-five88-latest-promotions-guide__promotion-types,
.page-resources-five88-latest-promotions-guide__featured-promotions,
.page-resources-five88-latest-promotions-guide__application-guide,
.page-resources-five88-latest-promotions-guide__important-notes,
.page-resources-five88-latest-promotions-guide__why-five88,
.page-resources-five88-latest-promotions-guide__faq-section,
.page-resources-five88-latest-promotions-guide__conclusion-section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-five88-latest-promotions-guide__introduction-section p,
.page-resources-five88-latest-promotions-guide__promotion-types p,
.page-resources-five88-latest-promotions-guide__application-guide p,
.page-resources-five88-latest-promotions-guide__important-notes p,
.page-resources-five88-latest-promotions-guide__why-five88 p,
.page-resources-five88-latest-promotions-guide__faq-section p,
.page-resources-five88-latest-promotions-guide__conclusion-section p {
  color: #555;
  font-size: 1.1em;
  margin-bottom: 1em;
}

.page-resources-five88-latest-promotions-guide__section-title {
  font-size: 2.5em;
  color: #8B0000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-five88-latest-promotions-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-five88-latest-promotions-guide__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-resources-five88-latest-promotions-guide__list li {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FFD700;
  border-radius: 5px;
  font-size: 1.05em;
  color: #444;
}

.page-resources-five88-latest-promotions-guide__list li strong {
  color: #8B0000;
}

.page-resources-five88-latest-promotions-guide__promotion-card {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-five88-latest-promotions-guide__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.page-resources-five88-latest-promotions-guide__card-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-resources-five88-latest-promotions-guide__card-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.page-resources-five88-latest-promotions-guide__card-list li {
  margin-bottom: 10px;
  font-size: 1em;
  color: #666;
}

.page-resources-five88-latest-promotions-guide__card-list li strong {
  color: #333;
}

.page-resources-five88-latest-promotions-guide__step-card {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  text-align: center;
}

.page-resources-five88-latest-promotions-guide__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.page-resources-five88-latest-promotions-guide__step-card p {
  font-size: 1.05em;
  color: #555;
  margin-bottom: 20px;
}

.page-resources-five88-latest-promotions-guide__text-center {
  text-align: center;
  margin-top: 40px;
  font-size: 1.2em;
  font-weight: bold;
  color: #8B0000;
}

.page-resources-five88-latest-promotions-guide__call-to-action {
  text-align: center;
  margin-top: 50px;
}

.page-resources-five88-latest-promotions-guide__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-five88-latest-promotions-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-five88-latest-promotions-guide__image-caption {
  font-style: italic;
  color: #777;
  margin-top: 10px;
  font-size: 0.95em;
}

.page-resources-five88-latest-promotions-guide__faq-item {
  background-color: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
}

.page-resources-five88-latest-promotions-guide__faq-question {
  font-size: 1.3em;
  color: #8B0000;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-five88-latest-promotions-guide__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-five88-latest-promotions-guide__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-five88-latest-promotions-guide__faq-answer {
  font-size: 1.05em;
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.page-resources-five88-latest-promotions-guide__faq-answer.active {
  display: block;
}

/* Floating Ad Menu */
.page-resources-five88-latest-promotions-guide__floating-ad-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  font-family: 'Arial', sans-serif;
}

.page-resources-five88-latest-promotions-guide__floating-ad-toggle {
  background-color: #8B0000;
  color: #FFD700;
  padding: 15px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease;
  text-align: center;
}

.page-resources-five88-latest-promotions-guide__floating-ad-toggle:hover {
  background-color: #a00000;
}

.page-resources-five88-latest-promotions-guide__floating-ad-content {
  background-color: #333;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  display: none; /* Hidden by default */
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.page-resources-five88-latest-promotions-guide__floating-ad-menu.active .page-resources-five88-latest-promotions-guide__floating-ad-content {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.page-resources-five88-latest-promotions-guide__floating-ad-item {
  display: block;
  padding: 12px 20px;
  color: #eee;
  text-decoration: none;
  font-weight: normal;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 0.95em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-five88-latest-promotions-guide__floating-ad-item:last-child {
  border-bottom: none;
}

.page-resources-five88-latest-promotions-guide__floating-ad-item:hover {
  background-color: #555;
  color: #FFD700;
}

.page-resources-five88-latest-promotions-guide__floating-ad-item--highlight {
  background-color: #FFD700;
  color: #8B0000;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}

.page-resources-five88-latest-promotions-guide__floating-ad-item--highlight:hover {
  background-color: #e6c200;
  color: #8B0000;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-five88-latest-promotions-guide__hero-title {
    font-size: 2.8em;
  }

  .page-resources-five88-latest-promotions-guide__hero-subtitle {
    font-size: 1.3em;
  }

  .page-resources-five88-latest-promotions-guide__section-title {
    font-size: 2em;
  }

  .page-resources-five88-latest-promotions-guide__floating-ad-menu {
    bottom: 15px;
    right: 15px;
  }

  .page-resources-five88-latest-promotions-guide__floating-ad-toggle {
    padding: 12px 18px;
    font-size: 1em;
  }

  .page-resources-five88-latest-promotions-guide__floating-ad-item {
    padding: 10px 15px;
    font-size: 0.9em;
  }
}

@media (max-width: 768px) {
  .page-resources-five88-latest-promotions-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-five88-latest-promotions-guide__hero-subtitle {
    font-size: 1.1em;
  }

  .page-resources-five88-latest-promotions-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-five88-latest-promotions-guide__introduction-section,
  .page-resources-five88-latest-promotions-guide__promotion-types,
  .page-resources-five88-latest-promotions-guide__featured-promotions,
  .page-resources-five88-latest-promotions-guide__application-guide,
  .page-resources-five88-latest-promotions-guide__important-notes,
  .page-resources-five88-latest-promotions-guide__why-five88,
  .page-resources-five88-latest-promotions-guide__faq-section,
  .page-resources-five88-latest-promotions-guide__conclusion-section {
    padding: 40px 0;
  }

  .page-resources-five88-latest-promotions-guide__promotion-card,
  .page-resources-five88-latest-promotions-guide__step-card,
  .page-resources-five88-latest-promotions-guide__faq-item {
    padding: 20px;
  }

  .page-resources-five88-latest-promotions-guide__card-title {
    font-size: 1.5em;
  }

  .page-resources-five88-latest-promotions-guide__step-title {
    font-size: 1.4em;
  }

  .page-resources-five88-latest-promotions-guide__floating-ad-menu {
    bottom: 10px;
    right: 10px;
  }

  .page-resources-five88-latest-promotions-guide__floating-ad-toggle {
    padding: 10px 15px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-resources-five88-latest-promotions-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-five88-latest-promotions-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-five88-latest-promotions-guide__btn {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-five88-latest-promotions-guide__btn--large {
    padding: 15px 25px;
    font-size: 1.1em;
  }

  .page-resources-five88-latest-promotions-guide__section-title {
    font-size: 1.5em;
  }

  .page-resources-five88-latest-promotions-guide__list li,
  .page-resources-five88-latest-promotions-guide__promotion-card p,
  .page-resources-five88-latest-promotions-guide__card-list li,
  .page-resources-five88-latest-promotions-guide__step-card p,
  .page-resources-five88-latest-promotions-guide__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-five88-latest-promotions-guide__faq-question {
    font-size: 1.1em;
  }

  .page-resources-five88-latest-promotions-guide__floating-ad-toggle {
    padding: 8px 12px;
    font-size: 0.8em;
  }

  .page-resources-five88-latest-promotions-guide__floating-ad-item {
    padding: 8px 12px;
    font-size: 0.8em;
  }
}