/* General styles for the page */
.page-blog-meo-ca-cuoc-the-thao-tai-fun88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Default text color for dark background */
  background-color: #140C0C; /* Overall background color */
}

.page-blog-meo-ca-cuoc-the-thao-tai-fun88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Section styling */
.page-blog-meo-ca-cuoc-the-thao-tai-fun88__section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fun88__section--intro,
.page-blog-meo-ca-cuoc-the-thao-tai-fun88__section--sports-types,
.page-blog-meo-ca-cuoc-the-thao-tai-fun88__section--faq,
.page-blog-meo-ca-cuoc-the-thao-tai-fun88__section--conclusion {
  background-color: #140C0C; /* Background for light sections */
  color: #FFF1E8;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fun88__dark-bg {
  background-color: #2A1212; /* Card BG as section background */
  color: #FFF1E8;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fun88__light-bg {
  background-color: #140C0C; /* Use main background for light sections to keep consistency */
  color: #FFF1E8;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fun88__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #F3C54D; /* Gold color for titles */
}

.page-blog-meo-ca-cuoc-the-thao-tai-fun88__section-title--white {
  color: #FFF1E8;
}