/* style/blog-chien-thuat-choi-tai-xiu-tai-5mb-bet.css */

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Explicitly set body background to white as per rule */
}

/* Hero Section */
.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-section {
  padding-top: 10px; /* Small top padding as per rule */
  padding-bottom: 60px;
  background-color: #f9f9f9; /* Light background for the hero section */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* H1 font size with clamp */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439; /* Brand primary color for title */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box; /* Crucial for button max-width */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__btn-primary {
  background-color: #017439; /* Primary brand color */
  color: #ffffff;
  border: 2px solid #017439;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__btn-primary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__btn-secondary:hover {
  background-color: #e0e0e0;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* Content Area */
.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__content-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__article-content {
  line-height: 1.7;
  font-size: 1.05rem;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__sub-section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet p {
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  padding-left: 0;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet li {
  margin-bottom: 8px;
  color: #333333;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
}

/* Call to Action Section */
.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-section {
  background-color: #f0f8f0; /* Light green background */
  padding: 50px 30px;
  border-radius: 12px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-title {
  font-size: 2rem;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-description {
  font-size: 1.1rem;
  color: #555555;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-list {
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  background-color: #fcfcfc;
  user-select: none;
  list-style: none; /* For <summary> tag */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for <summary> */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-toggle {
  font-size: 1.8rem;
  font-weight: 300;
  color: #017439;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
}

/* General image and container rules */
.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__section,
.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__card,
.page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__container {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  /* General mobile adjustments */
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet {
    font-size: 16px;
    line-height: 1.6;
  }

  /* 1. HERO Section */
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 40px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-container {
    flex-direction: column;
    padding-top: 20px;
    gap: 30px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-content {
    order: 2; /* Content below image on mobile */
    flex: 1 1 100%;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__hero-image {
    order: 1; /* Image above content on mobile */
    flex: 1 1 100%;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__main-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__subtitle {
    font-size: 1rem;
    text-align: center;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-group {
    flex-direction: column; /* Buttons stack vertically */
    gap: 10px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 6. Buttons and Button Containers */
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-button,
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__btn-primary,
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__btn-secondary,
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet a[class*="button"],
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet 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;
    padding-right: 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-buttons,
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__button-group,
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-group {
    display: flex;
    flex-direction: column;
  }

  /* 4. Content area and titles */
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__content-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__container {
    padding: 0 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__section-title {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__sub-section-title {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  /* 5. Universal Images and Containers */
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__section,
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__card,
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* CTA Section */
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-section {
    padding: 40px 20px;
    margin-top: 40px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-title {
    font-size: 1.6rem;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__cta-description {
    font-size: 1rem;
  }

  /* FAQ Section */
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-tai-xiu-tai-5mb-bet__faq-answer {
    padding: 0 20px 15px 20px;
    font-size: 0.95rem;
  }
}