.page-index-review-go88 {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
}

.page-index-review-go88__hero-placeholder {
  padding-top: 120px; /* Adjust for fixed header */
  background: linear-gradient(135deg, #FFD700, #8B0000); /* Brand colors */
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.page-index-review-go88__hero-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.page-index-review-go88__main-title {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-go88__hero-description {
  font-size: 20px;
  color: #f0f0f0;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-index-review-go88__hero-description a,
.page-index-review-go88__hero-description .page-index-review-go88__highlight {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.page-index-review-go88__hero-description a:hover {
  color: #f0f0f0;
  text-decoration: none;
}

.page-index-review-go88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #ffffff;
  color: #8B0000;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

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

.page-index-review-go88__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

.page-index-review-go88__section-description {
  font-size: 18px;
  color: #555555;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-index-review-go88__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-go88__highlight {
  color: #8B0000;
  font-weight: bold;
}

/* Review Content Section */
.page-index-review-go88__review-content-section {
  padding: 60px 20px;
  background: #000; /* Dark background from body */
}

.page-index-review-go88__review-content-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-review-go88__review-content-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  color: #333333;
}

.page-index-review-go88__review-content-card h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}

.page-index-review-go88__review-content-card h3 {
  font-size: 24px;
  font-weight: bold;
  color: #8B0000;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-index-review-go88__review-body p {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.7;
}

.page-index-review-go88__review-body p a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-go88__review-body p a:hover {
  text-decoration: underline;
}

/* Intro Section */
.page-index-review-go88__intro-section {
  padding: 60px 20px;
  background: #000; /* Dark background from body */
}

.page-index-review-go88__intro-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-review-go88__intro-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  color: #333333;
}

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

.page-index-review-go88__intro-item {
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  background: #f9f9f9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-go88__intro-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88__intro-icon {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  max-width: 100%;
  border-radius: 8px;
}

.page-index-review-go88__intro-item h3 {
  font-size: 22px;
  font-weight: bold;
  color: #8B0000;
  margin-bottom: 10px;
}

.page-index-review-go88__intro-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.page-index-review-go88__intro-item p a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-go88__intro-item p a:hover {
  text-decoration: underline;
}

/* Games Section */
.page-index-review-go88__games-section {
  padding: 60px 20px;
  background: #000; /* Dark background from body */
}

.page-index-review-go88__games-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-review-go88__games-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  color: #333333;
}

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

.page-index-review-go88__game-item {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-go88__game-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eeeeee;
}

.page-index-review-go88__game-item h3 {
  font-size: 22px;
  font-weight: bold;
  color: #8B0000;
  padding: 15px 20px 0;
}

.page-index-review-go88__game-item h3 a {
  color: #8B0000;
  text-decoration: none;
}

.page-index-review-go88__game-item h3 a:hover {
  text-decoration: underline;
}

.page-index-review-go88__game-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  padding: 0 20px 20px;
}

.page-index-review-go88__game-description a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-go88__game-description a:hover {
  text-decoration: underline;
}

/* Promotions Section */
.page-index-review-go88__promotions-section {
  padding: 60px 20px;
  background: #000; /* Dark background from body */
}

.page-index-review-go88__promotions-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-review-go88__promotions-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  color: #333333;
}

.page-index-review-go88__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-go88__promo-item {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-go88__promo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.page-index-review-go88__promo-title {
  font-size: 20px;
  font-weight: bold;
  color: #8B0000;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-index-review-go88__promo-title a {
  color: #8B0000;
  text-decoration: none;
}

.page-index-review-go88__promo-title a:hover {
  text-decoration: underline;
}

.page-index-review-go88__promo-description {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  padding: 0 15px;
  margin-bottom: 20px;
}

.page-index-review-go88__promo-description a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-go88__promo-description a:hover {
  text-decoration: underline;
}

.page-index-review-go88__btn-primary {
  display: inline-block;
  padding: 10px 25px;
  background: #FFD700;
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
}

.page-index-review-go88__btn-primary:hover {
  background: #FFA500;
  transform: translateY(-2px);
}

.page-index-review-go88__view-all-promos {
  text-align: center;
  margin-top: 40px;
}

/* Blog Section */
.page-index-review-go88__blog-section {
  padding: 60px 20px;
  background: #000; /* Dark background from body */
}

.page-index-review-go88__blog-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-index-review-go88__blog-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  color: #333333;
}

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

.page-index-review-go88__blog-item {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-review-go88__blog-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eeeeee;
}

.page-index-review-go88__blog-title {
  font-size: 20px;
  font-weight: bold;
  color: #8B0000;
  padding: 15px 20px 0;
}

.page-index-review-go88__blog-title a {
  color: #8B0000;
  text-decoration: none;
}

.page-index-review-go88__blog-title a:hover {
  text-decoration: underline;
}

.page-index-review-go88__blog-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  padding: 0 20px;
  margin-bottom: 10px;
}

.page-index-review-go88__blog-excerpt a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-go88__blog-excerpt a:hover {
  text-decoration: underline;
}

.page-index-review-go88__blog-date {
  display: block;
  font-size: 13px;
  color: #999999;
  padding: 0 20px 15px;
}

.page-index-review-go88__view-all-news {
  text-align: center;
  margin-top: 40px;
}

/* FAQ Section */
.page-index-review-go88__faq-section {
  padding: 60px 20px;
  background: #000; /* Dark background from body */
}

.page-index-review-go88__faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.page-index-review-go88__faq-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 50px;
  color: #333333;
}

.page-index-review-go88__faq-list {
  margin-top: 40px;
}

.page-index-review-go88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-index-review-go88__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 15px;
  opacity: 0;
}

.page-index-review-go88__faq-item.active .page-index-review-go88__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-index-review-go88__faq-answer p {
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
}

.page-index-review-go88__faq-answer p a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-go88__faq-answer p a:hover {
  text-decoration: underline;
}

.page-index-review-go88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-index-review-go88__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-index-review-go88__faq-question:active {
  background: #eeeeee;
}

.page-index-review-go88__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #333333;
}

.page-index-review-go88__faq-toggle {
  font-size: 28px;
  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;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-index-review-go88__faq-item.active .page-index-review-go88__faq-toggle {
  color: #8B0000;
  transform: rotate(45deg);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-go88__main-title {
    font-size: 40px;
  }
  .page-index-review-go88__review-content-card,
  .page-index-review-go88__intro-card,
  .page-index-review-go88__games-card,
  .page-index-review-go88__promotions-card,
  .page-index-review-go88__blog-card,
  .page-index-review-go88__faq-card {
    padding: 40px;
  }
  .page-index-review-go88__section-title {
    font-size: 30px;
  }
  .page-index-review-go88__sub-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-review-go88__hero-placeholder {
    padding-top: 100px; /* Adjust for mobile fixed header */
    padding-bottom: 40px;
  }
  .page-index-review-go88__main-title {
    font-size: 32px;
  }
  .page-index-review-go88__hero-description {
    font-size: 17px;
  }
  .page-index-review-go88__cta-button {
    padding: 12px 30px;
    font-size: 18px;
  }
  .page-index-review-go88__review-content-section,
  .page-index-review-go88__intro-section,
  .page-index-review-go88__games-section,
  .page-index-review-go88__promotions-section,
  .page-index-review-go88__blog-section,
  .page-index-review-go88__faq-section {
    padding: 40px 15px;
  }
  .page-index-review-go88__review-content-card,
  .page-index-review-go88__intro-card,
  .page-index-review-go88__games-card,
  .page-index-review-go88__promotions-card,
  .page-index-review-go88__blog-card,
  .page-index-review-go88__faq-card {
    padding: 30px 20px;
  }
  .page-index-review-go88__section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .page-index-review-go88__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-index-review-go88__sub-title {
    font-size: 19px;
    margin-top: 25px;
  }
  .page-index-review-go88__review-body p {
    font-size: 16px;
  }
  .page-index-review-go88__intro-grid,
  .page-index-review-go88__games-grid,
  .page-index-review-go88__promotions-grid,
  .page-index-review-go88__blog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-index-review-go88__intro-icon {
    width: 80px;
  }
  .page-index-review-go88__game-image,
  .page-index-review-go88__promo-image,
  .page-index-review-go88__blog-image {
    height: 160px;
  }
  .page-index-review-go88__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-index-review-go88__faq-question h3 {
    font-size: 16px;
    width: calc(100% - 40px);
  }
  .page-index-review-go88__faq-toggle {
    margin-left: 10px;
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
  .page-index-review-go88__faq-answer {
    padding: 0 15px;
  }
  .page-index-review-go88__faq-item.active .page-index-review-go88__faq-answer {
    padding: 15px !important;
  }
  .page-index-review-go88__faq-answer p {
    font-size: 15px;
  }
}