.page-blog-meo-ca-cuoc-the-thao-tai-fb88 {
  font-family: Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #FFFFFF;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-section {
  padding-top: 10px; /* Rely on shared for body padding-top */
  padding-bottom: 40px;
  background-color: #f8f8f8;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #333333;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #017439;
  margin-bottom: 16px;
  line-height: 1.2;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-description {
  font-size: 18px;
  margin-bottom: 24px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-primary,
.page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-primary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-primary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-secondary:hover {
  background-color: #e0e0e0;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__main-article-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__section-title {
  font-size: clamp(24px, 3vw, 36px);
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__list li {
  margin-bottom: 8px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__text-link {
  color: #017439;
  text-decoration: underline;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__text-link:hover {
  color: #005a2d;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__cta-section {
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  margin-top: 50px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__cta-text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__related-articles-section {
  padding: 50px 16px;
  background-color: #f8f8f8;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-thumbnail {
  width: 100%;
  height: 225px; /* Fixed height for consistent card appearance */
  overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-content {
  padding: 20px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-title a {
  color: #017439;
  text-decoration: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-title a:hover {
  text-decoration: underline;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-meta {
  font-size: 14px;
  color: #777777;
  margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-excerpt {
  font-size: 16px;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__view-all-button {
  text-align: center;
  margin-top: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-section {
  padding: 50px 16px;
  background-color: #FFFFFF;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-list {
  margin-top: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-item summary {
  display: block;
  padding: 20px 25px;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  color: #017439;
  position: relative;
  list-style: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-toggle {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-item[open] .page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-answer p {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-container {
    padding: 30px 16px;
    gap: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__main-title {
    font-size: clamp(28px, 4.5vw, 42px);
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-description {
    font-size: 17px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-primary,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-secondary {
    padding: 10px 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__content-area,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__related-articles-section,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-section {
    padding: 40px 16px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__section-title {
    font-size: clamp(22px, 3.5vw, 32px);
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__articles-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-title {
    font-size: 18px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-item summary {
    font-size: 17px;
    padding: 18px 22px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-answer {
    padding: 0 22px 18px;
  }
}

@media (max-width: 768px) {
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-container {
    flex-direction: column;
    padding: 20px 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-content,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-image {
    flex: 1 1 100%;
    width: 100%;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__main-title {
    font-size: clamp(26px, 7vw, 38px);
    text-align: center;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-description {
    font-size: 16px;
    text-align: center;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-primary,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__main-article-image,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-image,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-thumbnail img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__content-area,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__related-articles-section,
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__container {
    padding: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__section-title {
    font-size: clamp(22px, 6vw, 28px);
    text-align: center;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__article-card {
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__cta-section {
    padding: 25px 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__cta-text {
    font-size: 18px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-item summary {
    font-size: 16px;
    padding: 15px 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__faq-answer {
    padding: 0 20px 15px;
    font-size: 15px;
  }
  
  /* Placeholder for Module 1, 3-column with circular images (if present) - Not applicable for this blog page, but included for completeness as per checklist */
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__icon-box-media {
    width: 200px;
    height: 200px;
    /* Aspect ratio 1/1 and object-fit: cover ensures it remains circular */
  }

  /* Placeholder for Game Tabs (if present) - Not applicable for this blog page, but included for completeness as per checklist */
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__game-tabs {
    /* Styles for stacking tabs */
    flex-direction: column;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__tab-nav {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-meo-ca-cuoc-the-thao-tai-fb88__game-panel {
    width: 100%;
  }
}