.page-index-review-fa88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f4f7f6;
}

.page-index-review-fa88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-review-fa88__hero-intro {
  background: linear-gradient(135deg, #0A2E5B 0%, #2a5a8a 100%);
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  border-bottom: 5px solid #FFD700;
}

.page-index-review-fa88__main-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700;
  line-height: 1.2;
}

.page-index-review-fa88__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-fa88__intro-text a {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-review-fa88__intro-text a:hover {
  color: #ffffff;
}

.page-index-review-fa88__intro-image-wrapper {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-fa88__intro-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-index-review-fa88__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2E5B;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-fa88__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-fa88__cta-button--large {
  padding: 18px 50px;
  font-size: 1.3em;
  margin-top: 40px;
}

.page-index-review-fa88__section {
  padding: 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-index-review-fa88__section:last-of-type {
  border-bottom: none;
}

.page-index-review-fa88__section-title {
  font-size: 2.5em;
  color: #0A2E5B;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-review-fa88__overview p,
.page-index-review-fa88__promotions p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-review-fa88__overview p a {
  color: #0A2E5B;
  font-weight: bold;
}

.page-index-review-fa88__overview p a:hover {
  color: #FFD700;
}

.page-index-review-fa88__game-category {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 30px;
  transition: transform 0.3s ease;
}

.page-index-review-fa88__game-category:hover {
  transform: translateY(-5px);
}

.page-index-review-fa88__game-title {
  font-size: 1.8em;
  color: #0A2E5B;
  margin-bottom: 20px;
  text-align: center;
}

.page-index-review-fa88__game-content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.page-index-review-fa88__game-content:nth-child(odd) {
  flex-direction: row-reverse;
}

.page-index-review-fa88__game-image {
  width: 45%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-index-review-fa88__game-content p {
  width: 55%;
  font-size: 1.1em;
  text-align: justify;
}

.page-index-review-fa88__game-content p a {
  color: #0A2E5B;
  font-weight: bold;
}

.page-index-review-fa88__game-content p a:hover {
  color: #FFD700;
}

.page-index-review-fa88__promo-list,
.page-index-review-fa88__step-list,
.page-index-review-fa88__ux-list,
.page-index-review-fa88__list-check,
.page-index-review-fa88__list-times {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-index-review-fa88__promo-list li {
  background-color: #ffffff;
  border-left: 5px solid #FFD700;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-fa88__promo-title {
  font-size: 1.6em;
  color: #0A2E5B;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-index-review-fa88__promo-list li p a {
  color: #0A2E5B;
  font-weight: bold;
}

.page-index-review-fa88__promo-list li p a:hover {
  color: #FFD700;
}

.page-index-review-fa88__feature-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.page-index-review-fa88__feature-title {
  font-size: 1.8em;
  color: #0A2E5B;
  margin-bottom: 15px;
}

.page-index-review-fa88__feature-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-index-review-fa88__feature-item p {
  font-size: 1.1em;
  text-align: justify;
}

.page-index-review-fa88__ux-list li {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 4px solid #0A2E5B;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
}

.page-index-review-fa88__step-list {
  counter-reset: step-counter;
  padding-left: 0;
}

.page-index-review-fa88__step-list li {
  background-color: #ffffff;
  padding: 25px 30px 25px 70px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  font-size: 1.1em;
  line-height: 1.8;
}

.page-index-review-fa88__step-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0A2E5B;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}

.page-index-review-fa88__step-list li a {
  color: #0A2E5B;
  font-weight: bold;
}

.page-index-review-fa88__step-list li a:hover {
  color: #FFD700;
}

.page-index-review-fa88__center-content {
  text-align: center;
  margin-top: 40px;
}

.page-index-review-fa88__split-content {
  display: flex;
  gap: 30px;
}

.page-index-review-fa88__pros,
.page-index-review-fa88__cons {
  flex: 1;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-index-review-fa88__sub-title {
  font-size: 2em;
  color: #0A2E5B;
  margin-bottom: 25px;
  text-align: center;
}

.page-index-review-fa88__list-check li,
.page-index-review-fa88__list-times li {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  text-align: justify;
}

.page-index-review-fa88__list-check li::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: #28a745;
}

.page-index-review-fa88__list-check li a {
  color: #0A2E5B;
  font-weight: bold;
}

.page-index-review-fa88__list-check li a:hover {
  color: #FFD700;
}

.page-index-review-fa88__list-times li::before {
  content: '❌';
  position: absolute;
  left: 0;
  color: #dc3545;
}

/* FAQ styles */
.page-index-review-fa88 .faq-item {
  margin-bottom: 15px;
}

.page-index-review-fa88 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fa88 .faq-question:hover {
  background: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.page-index-review-fa88 .faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #0A2E5B;
}

.page-index-review-fa88 .faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-index-review-fa88 .faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #0A2E5B;
}

.page-index-review-fa88 .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.page-index-review-fa88 .faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 20px;
  border-top: 1px solid #e0e0e0;
}

.page-index-review-fa88 .faq-answer p {
  margin: 0;
  font-size: 1.1em;
  color: #555;
  text-align: justify;
}

.page-index-review-fa88 .faq-answer p a {
  color: #0A2E5B;
  font-weight: bold;
}

.page-index-review-fa88 .faq-answer p a:hover {
  color: #FFD700;
}

.page-index-review-fa88__related-articles {
  background-color: #eef2f1;
}

.page-index-review-fa88__article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-review-fa88__article-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-fa88__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-fa88__article-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-index-review-fa88__article-title {
  font-size: 1.5em;
  color: #0A2E5B;
  margin: 20px 20px 10px 20px;
}

.page-index-review-fa88__article-title a {
  color: #0A2E5B;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-fa88__article-title a:hover {
  color: #FFD700;
}

.page-index-review-fa88__article-excerpt {
  font-size: 1em;
  color: #666;
  margin: 0 20px 15px 20px;
  flex-grow: 1;
}

.page-index-review-fa88__article-date {
  font-size: 0.9em;
  color: #999;
  margin: 0 20px 20px 20px;
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-fa88__main-title {
    font-size: 2.5em;
  }

  .page-index-review-fa88__section-title {
    font-size: 2em;
  }

  .page-index-review-fa88__game-content {
    flex-direction: column;
    text-align: center;
  }

  .page-index-review-fa88__game-content:nth-child(odd) {
    flex-direction: column;
  }

  .page-index-review-fa88__game-image,
  .page-index-review-fa88__game-content p {
    width: 100%;
  }

  .page-index-review-fa88__split-content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .page-index-review-fa88__main-title {
    font-size: 2em;
  }

  .page-index-review-fa88__intro-text {
    font-size: 1em;
  }

  .page-index-review-fa88__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }

  .page-index-review-fa88__cta-button--large {
    padding: 15px 40px;
    font-size: 1.1em;
  }

  .page-index-review-fa88__section {
    padding: 40px 0;
  }

  .page-index-review-fa88__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-index-review-fa88__game-category,
  .page-index-review-fa88__promo-list li,
  .page-index-review-fa88__feature-item,
  .page-index-review-fa88__ux-list li,
  .page-index-review-fa88__step-list li,
  .page-index-review-fa88__pros,
  .page-index-review-fa88__cons {
    padding: 20px;
  }

  .page-index-review-fa88__game-title,
  .page-index-review-fa88__promo-title,
  .page-index-review-fa88__feature-title,
  .page-index-review-fa88__sub-title {
    font-size: 1.5em;
  }

  .page-index-review-fa88__list-check li,
  .page-index-review-fa88__list-times li,
  .page-index-review-fa88__overview p,
  .page-index-review-fa88__promotions p,
  .page-index-review-fa88__game-content p,
  .page-index-review-fa88__feature-item p,
  .page-index-review-fa88__ux-list li,
  .page-index-review-fa88__step-list li {
    font-size: 1em;
  }
  
  .page-index-review-fa88 .faq-question h3 {
    font-size: 1em;
  }

  .page-index-review-fa88 .faq-toggle {
    font-size: 20px;
  }

  .page-index-review-fa88 .faq-answer p {
    font-size: 1em;
  }

  .page-index-review-fa88__article-title {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-index-review-fa88__main-title {
    font-size: 1.8em;
  }
  .page-index-review-fa88__section-title {
    font-size: 1.5em;
  }
  .page-index-review-fa88__step-list li {
    padding: 20px 20px 20px 60px;
  }
  .page-index-review-fa88__step-list li::before {
    left: 15px;
    width: 30px;
    height: 30px;
    font-size: 1em;
  }
}