.page-index-review-go88 {
  --primary-color: #007bff;
  --secondary-color: #28a745;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --bg-light: #f8f9fa;
  --bg-dark: #343a40;
  --border-color: #e0e0e0;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
}

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

.page-index-review-go88__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-review-go88__section:nth-of-type(even) {
  background-color: var(--bg-light);
}

.page-index-review-go88__main-title,
.page-index-review-go88__section-title {
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 40px;
  font-size: 2.5em;
  font-weight: bold;
}

.page-index-review-go88__main-title a,
.page-index-review-go88__section-title a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-go88__main-title a:hover,
.page-index-review-go88__section-title a:hover {
  color: var(--secondary-color);
}

.page-index-review-go88__subtitle {
  text-align: center;
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
}

.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, #007bffda, #28a745da);
  color: var(--text-color-light);
  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: 2;
}

.page-index-review-go88__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-go88__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

.page-index-review-go88__hero-content .page-index-review-go88__main-title {
  color: var(--text-color-light);
}

.page-index-review-go88__hero-content .page-index-review-go88__main-title a {
  color: var(--text-color-light);
}

.page-index-review-go88__hero-content .page-index-review-go88__subtitle {
  color: var(--text-color-light);
}

.page-index-review-go88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--text-color-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-review-go88__cta-button:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-go88__cta-button--large {
  padding: 18px 50px;
  font-size: 1.3em;
}

.page-index-review-go88__intro p {
  text-align: justify;
  margin-bottom: 15px;
}

.page-index-review-go88__link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-go88__link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-index-review-go88__games .page-index-review-go88__game-category {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.page-index-review-go88__category-title {
  color: var(--primary-color);
  font-size: 1.8em;
  margin-bottom: 20px;
}

.page-index-review-go88__game-category p {
  text-align: justify;
  margin-bottom: 20px;
}

.page-index-review-go88__img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.page-index-review-go88__img-small-margin {
  margin-bottom: 20px;
}

.page-index-review-go88__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-review-go88__button--primary {
  background-color: var(--primary-color);
  color: var(--text-color-light);
}

.page-index-review-go88__button--primary:hover {
  background-color: #0056b3;
  transform: translateY(-1px);
}

.page-index-review-go88__button--secondary {
  background-color: var(--secondary-color);
  color: var(--text-color-light);
}

.page-index-review-go88__button--secondary:hover {
  background-color: #218838;
  transform: translateY(-1px);
}

.page-index-review-go88__download .page-index-review-go88__flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.page-index-review-go88__download-step {
  flex: 1 1 calc(50% - 30px);
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  text-align: center;
  min-width: 300px;
}

.page-index-review-go88__step-title {
  color: var(--primary-color);
  font-size: 1.5em;
  margin: 20px 0;
}

.page-index-review-go88__img-medium {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  display: block;
}

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

.page-index-review-go88__promo-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
}

.page-index-review-go88__promo-title {
  color: var(--primary-color);
  font-size: 1.6em;
  margin: 15px 0;
}

.page-index-review-go88__security-support .page-index-review-go88__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-review-go88__feature-item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
}

.page-index-review-go88__img-small {
  max-width: 100px;
  height: auto;
  margin: 0 auto 15px auto;
  display: block;
}

.page-index-review-go88__feature-title {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-index-review-go88__pros-cons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-index-review-go88__pros, .page-index-review-go88__cons {
  flex: 1 1 calc(50% - 15px);
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.page-index-review-go88__sub-title {
  color: var(--primary-color);
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
}

.page-index-review-go88__list {
  list-style: none;
  padding: 0;
}

.page-index-review-go88__list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  text-align: justify;
}

.page-index-review-go88__pros .page-index-review-go88__list li::before {
  content: '✅';
  position: absolute;
  left: 0;
  color: var(--secondary-color);
}

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

.page-index-review-go88__highlight {
  color: var(--primary-color);
}

/* FAQ Styles */
.page-index-review-go88__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  overflow: hidden;
}

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

.faq-question:hover {
  background: var(--bg-light);
}

.faq-question h3 {
  margin: 0;
  font-size: 1.1em;
  color: var(--text-color-dark);
}

.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--secondary-color);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: var(--bg-light);
  color: var(--text-color-dark);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border-radius: 0 0 5px 5px;
}

.faq-answer p {
  margin: 0;
  text-align: justify;
}

.page-index-review-go88__conclusion p {
  text-align: center;
  margin-bottom: 20px;
}

.page-index-review-go88__conclusion .page-index-review-go88__cta-button {
  margin: 0 auto;
  display: block;
}

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

.page-index-review-go88__blog-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page-index-review-go88__img-blog {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-index-review-go88__blog-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-index-review-go88__blog-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.page-index-review-go88__blog-title a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-go88__blog-title a:hover {
  color: var(--secondary-color);
}

.page-index-review-go88__blog-excerpt {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 15px;
  text-align: justify;
  flex-grow: 1;
}

.page-index-review-go88__blog-date {
  font-size: 0.85em;
  color: #999;
  text-align: right;
  margin-top: auto;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-go88__main-title,
  .page-index-review-go88__section-title {
    font-size: 2em;
  }
  .page-index-review-go88__download-step {
    flex: 1 1 calc(100% - 30px);
  }
  .page-index-review-go88__pros-cons-grid {
    flex-direction: column;
  }
  .page-index-review-go88__pros, .page-index-review-go88__cons {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .page-index-review-go88__hero-section {
    padding: 40px 15px;
  }
  .page-index-review-go88__main-title {
    font-size: 1.8em;
  }
  .page-index-review-go88__section-title {
    font-size: 1.6em;
  }
  .page-index-review-go88__subtitle {
    font-size: 1em;
  }
  .page-index-review-go88__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-review-go88__cta-button--large {
    padding: 15px 40px;
    font-size: 1.1em;
  }
  .page-index-review-go88__section {
    padding: 40px 0;
  }
  .page-index-review-go88__game-category,
  .page-index-review-go88__promo-item,
  .page-index-review-go88__feature-item,
  .page-index-review-go88__blog-card {
    padding: 20px;
  }
  .page-index-review-go88__category-title,
  .page-index-review-go88__step-title,
  .page-index-review-go88__promo-title,
  .page-index-review-go88__feature-title,
  .page-index-review-go88__sub-title {
    font-size: 1.4em;
  }
  .faq-question h3 {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-index-review-go88__main-title {
    font-size: 1.5em;
  }
  .page-index-review-go88__section-title {
    font-size: 1.4em;
  }
  .page-index-review-go88__hero-image img {
    border-radius: 4px;
  }
  .page-index-review-go88__list li {
    padding-left: 20px;
  }
  .page-index-review-go88__pros .page-index-review-go88__list li::before,
  .page-index-review-go88__cons .page-index-review-go88__list li::before {
    left: 0;
  }
}