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

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

.page-index-review-go88 h1,
.page-index-review-go88 h2,
.page-index-review-go88 h3 {
  color: #FF4500; /* Primary color */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-review-go88 h1 {
  font-size: 2.8em;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-go88 h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-index-review-go88 h3 {
  font-size: 1.6em;
  color: #007BFF; /* Auxiliary color */
}

.page-index-review-go88 p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-index-review-go88 strong {
  color: #FF4500;
}

.page-index-review-go88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #FF4500, #007BFF);
  color: #ffffff;
  overflow: hidden;
}

.page-index-review-go88__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-index-review-go88__hero-image {
  width: 100%;
  max-width: 900px; /* Adjust max-width to make image prominent but not overwhelming */
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-go88__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-index-review-go88__hero-content p {
  color: #f0f0f0;
  font-size: 1.2em;
  margin-top: 20px;
}

.page-index-review-go88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #007BFF; /* Auxiliary color for CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.page-index-review-go88__cta-button:hover {
  background: #FF4500; /* Primary color on hover */
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 69, 0, 0.5);
}

.page-index-review-go88__overview-section,
.page-index-review-go88__quick-links-section,
.page-index-review-go88__game-showcase-section,
.page-index-review-go88__promotions-section,
.page-index-review-go88__registration-guide-section,
.page-index-review-go88__safety-support-section,
.page-index-review-go88__faq-section,
.page-index-review-go88__latest-news-section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-index-review-go88__overview-section {
  background-color: #ffffff;
}

.page-index-review-go88__quick-links-section {
  background-color: #f2f2f2;
}

.page-index-review-go88__game-showcase-section {
  background-color: #ffffff;
}

.page-index-review-go88__promotions-section {
  background-color: #f2f2f2;
}

.page-index-review-go88__registration-guide-section {
  background-color: #ffffff;
}

.page-index-review-go88__safety-support-section {
  background-color: #f2f2f2;
}

.page-index-review-go88__faq-section {
  background-color: #ffffff;
}

.page-index-review-go88__latest-news-section {
  background-color: #f2f2f2;
  border-bottom: none;
}

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

.page-index-review-go88__link-card,
.page-index-review-go88__game-card,
.page-index-review-go88__news-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.page-index-review-go88__link-card:hover,
.page-index-review-go88__game-card:hover,
.page-index-review-go88__news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-review-go88__link-card img,
.page-index-review-go88__game-card img,
.page-index-review-go88__news-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  max-width: 100%;
}

.page-index-review-go88__link-card h3,
.page-index-review-go88__game-card h3,
.page-index-review-go88__news-card h3 {
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FF4500; /* Primary color */
}

.page-index-review-go88__link-card h3 a,
.page-index-review-go88__news-card h3 a {
  color: #FF4500;
  text-decoration: none;
}

.page-index-review-go88__link-card h3 a:hover,
.page-index-review-go88__news-card h3 a:hover {
  text-decoration: underline;
}

.page-index-review-go88__link-card p,
.page-index-review-go88__game-card p,
.page-index-review-go88__news-card p {
  font-size: 1em;
  color: #555;
}

.page-index-review-go88__promo-list,
.page-index-review-go88__guide-list,
.page-index-review-go88__security-list,
.page-index-review-go88__support-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-index-review-go88__promo-list li {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
}

.page-index-review-go88__promo-list li:hover {
  transform: translateY(-5px);
}

.page-index-review-go88__promo-list li img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 20px;
  flex-shrink: 0;
}

.page-index-review-go88__promo-list li h3 {
  margin-top: 0;
  margin-bottom: 8px;
  color: #007BFF; /* Auxiliary color */
  font-size: 1.5em;
}

.page-index-review-go88__promo-list li p {
  font-size: 1em;
  color: #444;
}

.page-index-review-go88__guide-list li,
.page-index-review-go88__security-list li,
.page-index-review-go88__support-list li {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #FF4500;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #333;
}

.page-index-review-go88__guide-list ol {
  list-style: decimal;
  padding-left: 25px;
}

.page-index-review-go88__guide-list ul {
  list-style: disc;
  padding-left: 25px;
}

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

.page-index-review-go88__news-date {
  font-size: 0.9em;
  color: #777;
  margin-top: auto;
  display: block;
  text-align: right;
}

/* FAQ styles */
.page-index-review-go88__faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.3em;
  color: #007BFF; /* Auxiliary color for question */
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FF4500; /* Primary color for toggle */
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #444;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding: 15px 25px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #007BFF; /* Auxiliary color when active */
}

/* Responsive design */
@media (max-width: 992px) {
  .page-index-review-go88 h1 {
    font-size: 2.2em;
  }
  .page-index-review-go88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-go88 h3 {
    font-size: 1.4em;
  }
  .page-index-review-go88__hero-section {
    padding: 50px 15px;
  }
  .page-index-review-go88__hero-image {
    max-width: 100%;
  }
  .page-index-review-go88__cta-button {
    padding: 12px 30px;
    font-size: 1.1em;
  }
  .page-index-review-go88__promo-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-index-review-go88__promo-list li img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .page-index-review-go88 h1 {
    font-size: 1.8em;
  }
  .page-index-review-go88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-go88 h3 {
    font-size: 1.2em;
  }
  .page-index-review-go88 p {
    font-size: 1em;
  }
  .page-index-review-go88__overview-section,
  .page-index-review-go88__quick-links-section,
  .page-index-review-go88__game-showcase-section,
  .page-index-review-go88__promotions-section,
  .page-index-review-go88__registration-guide-section,
  .page-index-review-go88__safety-support-section,
  .page-index-review-go88__faq-section,
  .page-index-review-go88__latest-news-section {
    padding: 40px 0;
  }
  .page-index-review-go88__link-grid,
  .page-index-review-go88__game-grid,
  .page-index-review-go88__news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-item.active .faq-answer {
    padding: 10px 20px;
  }
}