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

.page-blog-meo-ca-cuoc-the-thao-cbl88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__hero-section {
  position: relative;
  padding-top: 10px; /* Relying on body for header offset */
  margin-bottom: 40px;
  text-align: center;
  background-color: #f5f5f5;
  overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__hero-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__hero-content {
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  transform: translateY(-50%); /* Adjust to overlap image slightly */
  margin-bottom: -50px; /* Pull content up */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__main-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__hero-description {
  font-size: clamp(16px, 2vw, 18px);
  color: #555;
  margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__hero-cta-buttons,
.page-blog-meo-ca-cuoc-the-thao-cbl88__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__btn-primary,
.page-blog-meo-ca-cuoc-the-thao-cbl88__btn-secondary,
.page-blog-meo-ca-cuoc-the-thao-cbl88 a[class*="btn"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__btn-primary:hover {
  background-color: #1a8ccb;
  border-color: #1a8ccb;
  transform: translateY(-2px);
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1a8ccb;
  border-color: #1a8ccb;
  transform: translateY(-2px);
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__content-section {
  padding: 40px 0;
  margin-bottom: 30px;
  background-color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__list,
.page-blog-meo-ca-cuoc-the-thao-cbl88__ordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__list-item {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.7;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__list-item strong {
  color: #26A9E0;
}

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

.page-blog-meo-ca-cuoc-the-thao-cbl88__dark-section {
  background-color: #26A9E0;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__cta-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-meo-ca-cuoc-the-thao-cbl88__cta-description {
  font-size: clamp(18px, 2.5vw, 20px);
  margin-bottom: 40px;
  opacity: 0.9;
}

/* FAQ Styles */
details.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-item summary.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-item summary.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-item summary.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-item .page-blog-meo-ca-cuoc-the-thao-cbl88__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-meo-ca-cuoc-the-thao-cbl88__hero-content {
    transform: translateY(-20%);
    margin-bottom: -20px;
  }
}

@media (max-width: 768px) {
  .page-blog-meo-ca-cuoc-the-thao-cbl88__container {
    padding: 0 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__hero-section {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__hero-image {
    padding-bottom: 75%; /* 4:3 Aspect Ratio for mobile hero */
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    background-color: #f5f5f5;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__hero-content {
    padding: 20px 15px;
    transform: translateY(-10%);
    margin-bottom: -10px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__main-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__hero-description {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__hero-cta-buttons,
  .page-blog-meo-ca-cuoc-the-thao-cbl88__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__btn-primary,
  .page-blog-meo-ca-cuoc-the-thao-cbl88__btn-secondary,
  .page-blog-meo-ca-cuoc-the-thao-cbl88 a[class*="btn"] {
    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-cbl88__section-title {
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__section-title::after {
    width: 60px;
    height: 3px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__text-block,
  .page-blog-meo-ca-cuoc-the-thao-cbl88__list-item {
    font-size: 16px;
    text-align: left;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__content-image {
    margin: 20px auto;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__dark-section {
    padding: 40px 0;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__cta-title {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-cbl88__cta-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  details.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-item summary.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-question { padding: 15px; }
  .page-blog-meo-ca-cuoc-the-thao-cbl88__faq-qtext { font-size: 15px; }
  details.page-blog-meo-ca-cuoc-the-thao-cbl88__faq-item .page-blog-meo-ca-cuoc-the-thao-cbl88__faq-answer { padding: 0 15px 15px; }

  /* General image and container responsiveness for content areas */
  .page-blog-meo-ca-cuoc-the-thao-cbl88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-meo-ca-cuoc-the-thao-cbl88__section,
  .page-blog-meo-ca-cuoc-the-thao-cbl88__card,
  .page-blog-meo-ca-cuoc-the-thao-cbl88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}