.page-the-thao-huong-dan-ca-cuoc {
  color: #ffffff; /* Default text color for dark body background */
}

.page-the-thao-huong-dan-ca-cuoc__hero-section {
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: var(--accent-color, #017439);
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 40px;
}

.page-the-thao-huong-dan-ca-cuoc__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-the-thao-huong-dan-ca-cuoc__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-the-thao-huong-dan-ca-cuoc__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-the-thao-huong-dan-ca-cuoc__btn-primary,
.page-the-thao-huong-dan-ca-cuoc__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-the-thao-huong-dan-ca-cuoc__btn-primary {
  background: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-the-thao-huong-dan-ca-cuoc__btn-primary:hover {
  background: #005f2e;
  border-color: #005f2e;
}

.page-the-thao-huong-dan-ca-cuoc__btn-secondary {
  background: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-the-thao-huong-dan-ca-cuoc__btn-secondary:hover {
  background: #f0f0f0;
}

.page-the-thao-huong-dan-ca-cuoc__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-the-thao-huong-dan-ca-cuoc__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.page-the-thao-huong-dan-ca-cuoc__section {
  padding: 60px 0;
}

.page-the-thao-huong-dan-ca-cuoc__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-the-thao-huong-dan-ca-cuoc__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.page-the-thao-huong-dan-ca-cuoc__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-the-thao-huong-dan-ca-cuoc__dark-bg {
  background-color: var(--accent-color, #017439);
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__introduction-section p,
.page-the-thao-huong-dan-ca-cuoc__bet-types-section p,
.page-the-thao-huong-dan-ca-cuoc__faq-section p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.page-the-thao-huong-dan-ca-cuoc__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
}

.page-the-thao-huong-dan-ca-cuoc__guide-section .page-the-thao-huong-dan-ca-cuoc__section-title,
.page-the-thao-huong-dan-ca-cuoc__tips-section .page-the-thao-huong-dan-ca-cuoc__section-title,
.page-the-thao-huong-dan-ca-cuoc__conclusion-section .page-the-thao-huong-dan-ca-cuoc__section-title {
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-huong-dan-ca-cuoc__guide-step {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-the-thao-huong-dan-ca-cuoc__step-title {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-the-thao-huong-dan-ca-cuoc__guide-step p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-the-thao-huong-dan-ca-cuoc__bet-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-the-thao-huong-dan-ca-cuoc__bet-type-item {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-the-thao-huong-dan-ca-cuoc__bet-type-title {
  font-size: 1.5rem;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-the-thao-huong-dan-ca-cuoc__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-the-thao-huong-dan-ca-cuoc__tips-list li {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__tip-title {
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-the-thao-huong-dan-ca-cuoc__tips-list li p {
  font-size: 1rem;
  line-height: 1.6;
}

.page-the-thao-huong-dan-ca-cuoc__faq-list {
  margin-top: 40px;
}

.page-the-thao-huong-dan-ca-cuoc__faq-item {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-the-thao-huong-dan-ca-cuoc__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  cursor: pointer;
  background-color: #ffffff;
  color: #017439;
  list-style: none;
}

.page-the-thao-huong-dan-ca-cuoc__faq-question::-webkit-details-marker {
  display: none;
}

.page-the-thao-huong-dan-ca-cuoc__faq-qtext {
  flex-grow: 1;
}

.page-the-thao-huong-dan-ca-cuoc__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-the-thao-huong-dan-ca-cuoc__faq-item[open] .page-the-thao-huong-dan-ca-cuoc__faq-toggle {
  transform: rotate(45deg);
}

.page-the-thao-huong-dan-ca-cuoc__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.page-the-thao-huong-dan-ca-cuoc__faq-answer p {
  margin-bottom: 15px;
}

.page-the-thao-huong-dan-ca-cuoc__faq-answer .page-the-thao-huong-dan-ca-cuoc__btn-primary {
  margin-top: 10px;
}

.page-the-thao-huong-dan-ca-cuoc__conclusion-section .page-the-thao-huong-dan-ca-cuoc__section-title {
  margin-bottom: 20px;
}

.page-the-thao-huong-dan-ca-cuoc__conclusion-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 30px;
  color: #ffffff;
}

.page-the-thao-huong-dan-ca-cuoc__text-center {
  text-align: center;
}

.page-the-thao-huong-dan-ca-cuoc img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-the-thao-huong-dan-ca-cuoc {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff; /* Ensure readability on mobile if body is dark */
  }

  .page-the-thao-huong-dan-ca-cuoc__hero-section {
    padding-top: 10px !important; /* Small top padding, relying on shared.css for body */
    padding-bottom: 40px;
  }

  .page-the-thao-huong-dan-ca-cuoc__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 30px;
  }

  .page-the-thao-huong-dan-ca-cuoc__hero-content,
  .page-the-thao-huong-dan-ca-cuoc__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-the-thao-huong-dan-ca-cuoc__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    text-align: center;
  }

  .page-the-thao-huong-dan-ca-cuoc__hero-description {
    font-size: 1rem;
    text-align: center;
  }

  .page-the-thao-huong-dan-ca-cuoc__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-the-thao-huong-dan-ca-cuoc__btn-primary,
  .page-the-thao-huong-dan-ca-cuoc__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-the-thao-huong-dan-ca-cuoc__section {
    padding: 40px 0;
  }

  .page-the-thao-huong-dan-ca-cuoc__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-the-thao-huong-dan-ca-cuoc__section-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
    margin-bottom: 25px;
  }

  .page-the-thao-huong-dan-ca-cuoc__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-huong-dan-ca-cuoc__guide-step {
    padding: 25px;
  }

  .page-the-thao-huong-dan-ca-cuoc__step-title {
    font-size: 1.4rem;
  }

  .page-the-thao-huong-dan-ca-cuoc__bet-types-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-the-thao-huong-dan-ca-cuoc__bet-type-item {
    padding: 20px;
  }

  .page-the-thao-huong-dan-ca-cuoc__bet-type-title {
    font-size: 1.3rem;
  }

  .page-the-thao-huong-dan-ca-cuoc__tips-list li {
    padding: 20px;
  }

  .page-the-thao-huong-dan-ca-cuoc__tip-title {
    font-size: 1.3rem;
  }

  .page-the-thao-huong-dan-ca-cuoc__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-the-thao-huong-dan-ca-cuoc__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  .page-the-thao-huong-dan-ca-cuoc__conclusion-section p {
    font-size: 1rem;
  }

  .page-the-thao-huong-dan-ca-cuoc img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-the-thao-huong-dan-ca-cuoc__section,
  .page-the-thao-huong-dan-ca-cuoc__card,
  .page-the-thao-huong-dan-ca-cuoc__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}