:root {
  --primary-color: #F2C14E;
  --secondary-color: #FFD36B;
  --card-bg: #111111;
  --background-color: #0A0A0A;
  --text-main-color: #FFF6D6;
  --border-color: #3A2A12;
  --glow-color: #FFD36B;
  --button-gradient: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main-color); /* Main text color for dark body background */
  background-color: var(--background-color); /* Matches body background */
}

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

/* Hero Section */
.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 40px;
  background: var(--background-color);
  position: relative;
  overflow: hidden;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Adjust as needed */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-content {
  max-width: 800px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--text-main-color);
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__cta-button {
  display: inline-block;
  background: var(--button-gradient);
  color: #000000; /* Ensure contrast on gradient button */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(242, 193, 78, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 193, 78, 0.6);
}

/* Content Section */
.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__content-section {
  padding: 40px 0;
  background-color: var(--background-color);
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  color: var(--text-main-color);
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 10px;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__subsection-title {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__article-body p {
  margin-bottom: 1.2em;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-main-color);
}

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

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

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

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__inline-link {
  color: var(--secondary-color);
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__inline-link:hover {
  color: var(--primary-color);
}

/* FAQ Section */
details.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--card-bg);
  color: var(--text-main-color);
}

details.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-item summary.page-blog-meo-choi-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;
  color: var(--primary-color);
}

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

details.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-item summary.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-question:hover {
  background: rgba(var(--primary-color), 0.1);
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  color: var(--primary-color);
}

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

details.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-item .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-answer {
  padding: 0 20px 20px;
  background: rgba(var(--secondary-color), 0.05);
  border-radius: 0 0 8px 8px;
  color: var(--text-main-color);
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-answer p {
  margin-bottom: 1em;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__btn-faq {
  display: inline-block;
  background: var(--button-gradient);
  color: #000000; /* Ensure contrast */
  padding: 8px 18px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(242, 193, 78, 0.3);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__btn-faq:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(242, 193, 78, 0.5);
}

/* General image styles for content area */
.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-section {
    padding-bottom: 30px;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-description {
    font-size: 1rem;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__section-title {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__article-body {
    padding: 0 15px;
  }
}

@media (max-width: 849px) {
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-image {
    object-fit: contain !important; /* Prevents cropping on smaller screens */
    aspect-ratio: unset !important; /* Allows natural aspect ratio */
    max-height: 400px; /* Adjust max height for smaller screens */
  }
}

@media (max-width: 768px) {
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 20px;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-content {
    padding: 0 15px;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 10px;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__content-section {
    padding: 30px 0;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__article-body {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__subsection-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__article-body p,
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__list li {
    font-size: 1rem;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__article-image {
    margin: 20px auto;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__list {
    margin-left: 20px;
  }

  details.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-item summary.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-question { padding: 15px; }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-qtext { font-size: 1rem; }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-toggle { font-size: 20px; width: 24px; }
  details.page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-item .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__btn-faq {
    padding: 6px 15px;
    font-size: 0.9rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Ensure all containers with images/buttons are responsive */
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__container,
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__hero-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .page-blog-meo-choi-ca-cuoc-the-thao-hieu-qua__faq-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}