/* style/blog-meo-ca-cuoc-the-thao-j888.css */
.page-blog-meo-ca-cuoc-the-thao-j888 {
  font-family: Arial, sans-serif;
  color: #333333; /* Default dark text for light body background */
  background-color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-j888__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-the-thao-j888__title-section {
  padding-top: 10px; /* Adhering to the 10px top spacing rule for inner pages */
  padding-bottom: 40px;
  background-color: #f8f8f8;
  text-align: center;
}

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

.page-blog-meo-ca-cuoc-the-thao-j888__intro-text {
  font-size: 18px;
  line-height: 1.6;
  color: #555555;
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-j888__content-area {
  padding: 60px 0;
}

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

.page-blog-meo-ca-cuoc-the-thao-j888__section-subtitle {
  font-size: 32px;
  font-weight: 600;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-meo-ca-cuoc-the-thao-j888 p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-meo-ca-cuoc-the-thao-j888__tip-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-j888__tip-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-meo-ca-cuoc-the-thao-j888__tip-title {
  font-size: 24px;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-j888__cta-inline {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-meo-ca-cuoc-the-thao-j888__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

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

.page-blog-meo-ca-cuoc-the-thao-j888__btn-secondary {
  display: inline-block;
  background-color: #ffffff;
  color: #26A9E0;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid #26A9E0;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  margin-left: 20px;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-meo-ca-cuoc-the-thao-j888__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
  transform: translateY(-2px);
}

.page-blog-meo-ca-cuoc-the-thao-j888__faq-section {
  padding: 60px 0;
  background-color: #f0f7fa;
}

.page-blog-meo-ca-cuoc-the-thao-j888__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-j888__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-j888__faq-item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-j888__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
  list-style: none;
}

.page-blog-meo-ca-cuoc-the-thao-j888__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-meo-ca-cuoc-the-thao-j888__faq-toggle {
  font-size: 24px;
  font-weight: 700;
  color: #26A9E0;
  margin-left: 10px;
}

.page-blog-meo-ca-cuoc-the-thao-j888__faq-answer {
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-j888__cta-bottom-section {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(to right, #26A9E0, #1e87b7);
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-j888__cta-bottom-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-j888__cta-bottom-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

/* General image responsive style */
.page-blog-meo-ca-cuoc-the-thao-j888 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-meo-ca-cuoc-the-thao-j888__main-title {
    font-size: clamp(26px, 3.5vw, 42px);
  }
  .page-blog-meo-ca-cuoc-the-thao-j888__section-subtitle {
    font-size: 28px;
  }
  .page-blog-meo-ca-cuoc-the-thao-j888__section-title {
    font-size: 32px;
  }
  .page-blog-meo-ca-cuoc-the-thao-j888__cta-bottom-title {
    font-size: 34px;
  }
}

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

  .page-blog-meo-ca-cuoc-the-thao-j888__main-title {
    font-size: clamp(24px, 6vw, 36px);
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__intro-text {
    font-size: 16px;
  }

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

  .page-blog-meo-ca-cuoc-the-thao-j888__section-subtitle {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888 p {
    font-size: 16px;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__tip-card {
    padding: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__tip-title {
    font-size: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__btn-primary,
  .page-blog-meo-ca-cuoc-the-thao-j888__btn-secondary,
  .page-blog-meo-ca-cuoc-the-thao-j888 a[class*="button"],
  .page-blog-meo-ca-cuoc-the-thao-j888 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 !important;
    padding-right: 15px !important;
    margin-left: 0 !important; /* Remove margin for stacked buttons */
    margin-bottom: 15px; /* Add vertical spacing for stacked buttons */
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .page-blog-meo-ca-cuoc-the-thao-j888__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__faq-question {
    padding: 15px;
    font-size: 16px;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__faq-answer {
    padding: 0 15px 15px;
    font-size: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__cta-bottom-section {
    padding: 60px 0;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__cta-bottom-title {
    font-size: 28px;
  }

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

  /* Image responsive rules for all images and containers */
  .page-blog-meo-ca-cuoc-the-thao-j888 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-meo-ca-cuoc-the-thao-j888__container,
  .page-blog-meo-ca-cuoc-the-thao-j888__section,
  .page-blog-meo-ca-cuoc-the-thao-j888__card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}

/* Color contrast safety */
.page-blog-meo-ca-cuoc-the-thao-j888__dark-section {
  background: #26A9E0;
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-j888__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}