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

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Rely on body padding-top, add small top margin */
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #F4F7FB;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-width: 1920px; /* Ensure image scales down */
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__hero-content {
  max-width: 900px;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: #1F2D3D;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__description {
  font-size: 18px;
  color: #1F2D3D;
  margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

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

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__btn-secondary:hover {
  background: #e0eaff;
  color: #1a4cd8;
  border-color: #1a4cd8;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__section {
  padding: 40px 0;
  background-color: #F4F7FB;
}

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

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #1F2D3D;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua p {
  font-size: 17px;
  color: #1F2D3D;
  margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__list li {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__article-figure {
  margin: 25px 0;
  text-align: center;
}

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

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 600;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__link:hover {
  text-decoration: underline;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-section {
  margin-top: 40px;
}

details.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  background: #FFFFFF;
}

details.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-item summary.page-blog-meo-ca-cuoc-the-thao-hieu-qua__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;
  font-weight: 600;
  font-size: 18px;
  color: #1F2D3D;
}

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

details.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-item summary.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-question:hover {
  background: #F4F7FB;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-item .page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-answer {
  padding: 0 20px 20px;
  background: #F4F7FB;
  border-radius: 0 0 5px 5px;
  color: #1F2D3D;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__cta-section {
  margin-top: 60px;
  padding: 40px 20px;
  background: linear-gradient(135deg, #6FA3FF 0%, #2F6BFF 100%);
  border-radius: 15px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(47, 107, 255, 0.4);
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__cta-section .page-blog-meo-ca-cuoc-the-thao-hieu-qua__section-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__cta-section p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-hieu-qua__cta-section .page-blog-meo-ca-cuoc-the-thao-hieu-qua__cta-buttons {
  gap: 15px;
}

/* Mobile responsiveness */
@media (max-width: 1024px) {
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__hero-content {
    margin-top: -60px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__main-title {
    font-size: clamp(26px, 3.5vw, 40px);
  }

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

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__section-title {
    font-size: 32px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__sub-title {
    font-size: 22px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua p,
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__list li,
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-qtext {
    font-size: 16px;
  }
}

@media (max-width: 849px) {
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__hero-section {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__hero-content {
    margin-top: -40px;
    padding: 20px 15px;
  }

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

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

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__btn-primary,
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__section {
    padding: 30px 0;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

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

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua p,
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__list li {
    font-size: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__list {
    margin-left: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__article-figure {
    margin: 20px 0;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__article-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  details.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-item summary.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-question {
    padding: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-qtext {
    font-size: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-toggle {
    font-size: 20px;
    width: 24px;
    margin-left: 10px;
  }

  details.page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-item .page-blog-meo-ca-cuoc-the-thao-hieu-qua__faq-answer {
    padding: 0 15px 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__cta-section {
    margin-top: 40px;
    padding: 30px 15px;
  }

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

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__content-area,
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__text-block,
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__card,
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__section,
  .page-blog-meo-ca-cuoc-the-thao-hieu-qua__box {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}