/* style/blog-ip88-chinh-thuc-review.css */
.page-blog-ip88-chinh-thuc-review {
  font-family: 'Arial', sans-serif;
  color: var(--text-main, #F2FFF6); /* Default text color for the page */
  background-color: var(--bg-color, #08160F); /* Body background from shared.css */
  line-height: 1.6;
  font-size: 16px;
}

/* Ensure text in main content areas is readable against varying body backgrounds */
.page-blog-ip88-chinh-thuc-review__container,
.page-blog-ip88-chinh-thuc-review__intro-section,
.page-blog-ip88-chinh-thuc-review__game-offerings,
.page-blog-ip88-chinh-thuc-review__promotions,
.page-blog-ip88-chinh-thuc-review__security,
.page-blog-ip88-chinh-thuc-review__user-experience,
.page-blog-ip88-chinh-thuc-review__payments,
.page-blog-ip88-chinh-thuc-review__customer-support,
.page-blog-ip88-chinh-thuc-review__mobile-experience,
.page-blog-ip88-chinh-thuc-review__pros-cons,
.page-blog-ip88-chinh-thuc-review__conclusion,
.page-blog-ip88-chinh-thuc-review__faq {
  color: var(--text-main, #F2FFF6); /* Main text color for sections */
  background-color: var(--bg-color, #08160F); /* Inherit or explicitly set for consistency */
}