/* style/blog-cach-choi-b789-the-thao-hieu-qua.css */
.page-blog-cach-choi-b789-the-thao-hieu-qua {
  color: #333333; /* Default text color for light background */
  background-color: #F5F7FA; /* Background color */
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Section - Blog Post Title */
.page-blog-cach-choi-b789-the-thao-hieu-qua__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding-top for header offset */
  padding-bottom: 60px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__hero-content {
  flex: 1 1 50%;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__hero-section .page-blog-cach-choi-b789-the-thao-hieu-qua__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  color: #E53935;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__description {
  font-size: 1.1em;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 30px;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__hero-image {
  flex: 1 1 45%;
  text-align: center;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__blog-main-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* CTA Buttons */
.page-blog-cach-choi-b789-the-thao-hieu-qua__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__btn-primary,
.page-blog-cach-choi-b789-the-thao-hieu-qua__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1em;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(229, 57, 53, 0.4);
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__btn-secondary {
  background-color: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #FF5A4F;
  border-color: #FF5A4F;
}

/* Content Area */
.page-blog-cach-choi-b789-the-thao-hieu-qua__content-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__section-title {
  font-size: 2em;
  font-weight: 700;
  color: #E53935;
  margin-bottom: 25px;
  border-bottom: 2px solid #FF5A4F;
  padding-bottom: 10px;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__sub-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__text-block p {
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 15px;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__list-item {
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 8px;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__blog-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-blog-cach-choi-b789-the-thao-hieu-qua__faq-list {
  margin-top: 30px;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: #E53935;
  background-color: #FFFFFF;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #FF5A4F;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__faq-item[open] .page-blog-cach-choi-b789-the-thao-hieu-qua__faq-toggle {
  content: "−";
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #333333;
}

/* Bottom CTA Section */
.page-blog-cach-choi-b789-the-thao-hieu-qua__cta-bottom {
  background-color: #E53935; /* Dark background */
  color: #ffffff; /* White text for contrast */
  padding: 60px 0;
  text-align: center;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__cta-title {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__cta-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-cach-choi-b789-the-thao-hieu-qua__btn-large {
  padding: 16px 32px;
  font-size: 1.1em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-cach-choi-b789-the-thao-hieu-qua__main-title {
    font-size: 2.5em;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-cach-choi-b789-the-thao-hieu-qua__hero-section {
    padding-top: 10px !important;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__hero-section .page-blog-cach-choi-b789-the-thao-hieu-qua__container {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__hero-content {
    padding-right: 0;
    text-align: center;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__btn-primary,
  .page-blog-cach-choi-b789-the-thao-hieu-qua__btn-secondary,
  .page-blog-cach-choi-b789-the-thao-hieu-qua a[class*="button"],
  .page-blog-cach-choi-b789-the-thao-hieu-qua 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-cach-choi-b789-the-thao-hieu-qua__cta-buttons,
  .page-blog-cach-choi-b789-the-thao-hieu-qua__button-group,
  .page-blog-cach-choi-b789-the-thao-hieu-qua__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap !important;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__content-area,
  .page-blog-cach-choi-b789-the-thao-hieu-qua__cta-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__sub-title {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua p,
  .page-blog-cach-choi-b789-the-thao-hieu-qua li,
  .page-blog-cach-choi-b789-the-thao-hieu-qua__faq-answer {
    font-size: 0.95em;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__section,
  .page-blog-cach-choi-b789-the-thao-hieu-qua__card,
  .page-blog-cach-choi-b789-the-thao-hieu-qua__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__faq-answer {
    padding: 0 20px 15px;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__cta-title {
    font-size: 1.8em;
  }
  .page-blog-cach-choi-b789-the-thao-hieu-qua__cta-text {
    font-size: 1em;
  }
}