.page-tai-xiu-luat-choi-va-chien-thuat__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__hero-intro-section {
  padding-top: 10px; /* As per fixed header spacing rule */
  padding-bottom: 60px;
  background-color: #ffffff; /* Default light background */
  color: #333333;
}

.page-tai-xiu-luat-choi-va-chien-thuat__hero-intro-section .page-tai-xiu-luat-choi-va-chien-thuat__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #26A9E0; /* Brand color for H1 */
  margin-bottom: 20px;
  max-width: 700px; /* To prevent H1 from being too wide */
}

.page-tai-xiu-luat-choi-va-chien-thuat__intro-text {
  font-size: 1.125rem; /* 18px */
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333333;
}

.page-tai-xiu-luat-choi-va-chien-thuat__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  width: 100%; /* Ensure container takes full width for wrapping */
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-primary,
.page-tai-xiu-luat-choi-va-chien-thuat__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1rem; /* 16px */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Ensure long words break */
  text-align: center;
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons don't exceed container width */
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-primary:hover {
  background-color: #1e87b9;
  border-color: #1e87b9;
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-tai-xiu-luat-choi-va-chien-thuat__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #1e87b9;
  border-color: #1e87b9;
}

.page-tai-xiu-luat-choi-va-chien-thuat__hero-image {
  flex: 1 1 40%;
  min-width: 280px;
  text-align: center;
}

.page-tai-xiu-luat-choi-va-chien-thuat__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__rules-section,
.page-tai-xiu-luat-choi-va-chien-thuat__bet-types-section,
.page-tai-xiu-luat-choi-va-chien-thuat__strategies-section,
.page-tai-xiu-luat-choi-va-chien-thuat__tips-section,
.page-tai-xiu-luat-choi-va-chien-thuat__faq-section {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-tai-xiu-luat-choi-va-chien-thuat__section-title {
  font-size: 2.25rem; /* 36px */
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__sub-title {
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__section-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.page-tai-xiu-luat-choi-va-chien-thuat p {
  font-size: 1rem; /* 16px */
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333333;
}

.page-tai-xiu-luat-choi-va-chien-thuat__list {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-tai-xiu-luat-choi-va-chien-thuat__list li {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 8px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-list {
  margin-top: 30px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details/summary */
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-question::-webkit-details-marker {
  display: none;
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-question:hover {
  background-color: #f0f0f0;
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #26A9E0;
  margin-left: 15px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-item[open] .page-tai-xiu-luat-choi-va-chien-thuat__faq-question {
  border-bottom: 1px solid transparent; /* Hide border when open */
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
  background-color: #f9f9f9;
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-answer p {
  margin-bottom: 0;
}

.page-tai-xiu-luat-choi-va-chien-thuat__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-tai-xiu-luat-choi-va-chien-thuat__cta-section {
  padding: 80px 0;
  text-align: center;
}

.page-tai-xiu-luat-choi-va-chien-thuat__dark-bg {
  background-color: #26A9E0; /* Brand primary color */
  color: #FFFFFF;
}

.page-tai-xiu-luat-choi-va-chien-thuat__cta-content .page-tai-xiu-luat-choi-va-chien-thuat__section-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.page-tai-xiu-luat-choi-va-chien-thuat__cta-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.page-tai-xiu-luat-choi-va-chien-thuat__cta-content .page-tai-xiu-luat-choi-va-chien-thuat__btn-primary {
  background-color: #EA7C07; /* Login color for CTA */
  border-color: #EA7C07;
}

.page-tai-xiu-luat-choi-va-chien-thuat__cta-content .page-tai-xiu-luat-choi-va-chien-thuat__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

/* General image responsive styles */
.page-tai-xiu-luat-choi-va-chien-thuat img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
  .page-tai-xiu-luat-choi-va-chien-thuat__hero-intro-section {
    padding-top: 10px !important; /* Ensure minimal padding-top */
    padding-bottom: 40px;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__hero-intro-section .page-tai-xiu-luat-choi-va-chien-thuat__container {
    flex-direction: column;
    gap: 30px;
    padding: 0 15px; /* Adjust padding for mobile */
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__hero-content,
  .page-tai-xiu-luat-choi-va-chien-thuat__hero-image {
    flex: 1 1 100%; /* Stack elements vertically */
    min-width: unset;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__main-title {
    font-size: 1.8rem;
    text-align: center;
    max-width: 100%;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__intro-text {
    font-size: 1rem;
    text-align: center;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 15px;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__btn-primary,
  .page-tai-xiu-luat-choi-va-chien-thuat__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__rules-section,
  .page-tai-xiu-luat-choi-va-chien-thuat__bet-types-section,
  .page-tai-xiu-luat-choi-va-chien-thuat__strategies-section,
  .page-tai-xiu-luat-choi-va-chien-thuat__tips-section,
  .page-tai-xiu-luat-choi-va-chien-thuat__faq-section {
    padding: 40px 0;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__sub-title {
    font-size: 1.3rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat p,
  .page-tai-xiu-luat-choi-va-chien-thuat__list li {
    font-size: 0.95rem;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__list {
    padding-left: 20px;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__section-image {
    margin-bottom: 20px;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__faq-toggle {
    font-size: 1.3rem;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.9rem;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__cta-section {
    padding: 60px 0;
  }

  .page-tai-xiu-luat-choi-va-chien-thuat__cta-content p {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  /* General image responsive styles for mobile */
  .page-tai-xiu-luat-choi-va-chien-thuat img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  /* Ensure content containers don't cause horizontal scroll */
  .page-tai-xiu-luat-choi-va-chien-thuat__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
}