.page-blog-chien-thuat-choi-tai-xiu-86win {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--background-color);
}

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

.page-blog-chien-thuat-choi-tai-xiu-86win__hero-section {
  padding-top: 10px; /* Small top padding, relies on body padding-top from shared */
  padding-bottom: 60px;
  background-color: var(--background-color);
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__hero-image {
  flex: 1 1 45%;
  text-align: center;
  min-width: 300px;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__btn-primary,
.page-blog-chien-thuat-choi-tai-xiu-86win__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for golden button */
  border: none;
  box-shadow: 0 4px 10px rgba(255, 216, 106, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__btn-primary:hover {
  background: linear-gradient(180deg, #FFD36B 0%, #C28B1A 100%);
  box-shadow: 0 6px 15px rgba(255, 216, 106, 0.6);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__btn-secondary {
  background-color: transparent;
  color: var(--text-main);
  border: 2px solid var(--border-color);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: var(--glow);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__highlight {
  color: var(--glow);
  font-weight: bold;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__strategy-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__strategy-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__strategy-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__strategy-card-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--glow);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__tip-list,
.page-blog-chien-thuat-choi-tai-xiu-86win__benefit-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__tip-list li,
.page-blog-chien-thuat-choi-tai-xiu-86win__benefit-list li {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__tip-list li::before,
.page-blog-chien-thuat-choi-tai-xiu-86win__benefit-list li::before {
  content: '✔️';
  font-size: 1.2em;
  color: var(--glow);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__cta-banner {
  background: linear-gradient(135deg, #111111 0%, #222222 100%);
  border: 2px solid var(--glow);
  border-radius: 12px;
  padding: 50px 30px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__cta-banner-title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--glow);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__cta-banner-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__btn-large {
  padding: 16px 32px;
  font-size: 1.1em;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-list {
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-item {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  color: var(--text-main);
  position: relative;
  list-style: none;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--glow);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-86win__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: var(--text-main);
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-answer a {
  color: var(--glow);
  text-decoration: none;
}

.page-blog-chien-thuat-choi-tai-xiu-86win__faq-answer a:hover {
  text-decoration: underline;
}

/* General image responsiveness */
.page-blog-chien-thuat-choi-tai-xiu-86win img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-tai-xiu-86win {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 20px 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__hero-content,
  .page-blog-chien-thuat-choi-tai-xiu-86win__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
    text-align: center;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__description {
    font-size: 1em;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__btn-primary,
  .page-blog-chien-thuat-choi-tai-xiu-86win__btn-secondary,
  .page-blog-chien-thuat-choi-tai-xiu-86win a[class*="button"],
  .page-blog-chien-thuat-choi-tai-xiu-86win 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-86win__section {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__section-title {
    font-size: clamp(1.5em, 5vw, 2em);
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__strategy-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__strategy-card {
    padding: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__tip-list li,
  .page-blog-chien-thuat-choi-tai-xiu-86win__benefit-list li {
    padding: 12px 15px;
    font-size: 0.95em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__cta-banner {
    padding: 40px 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__cta-banner-title {
    font-size: clamp(1.5em, 5vw, 2.2em);
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  /* General image responsiveness for mobile */
  .page-blog-chien-thuat-choi-tai-xiu-86win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-86win__section,
  .page-blog-chien-thuat-choi-tai-xiu-86win__card,
  .page-blog-chien-thuat-choi-tai-xiu-86win__container,
  .page-blog-chien-thuat-choi-tai-xiu-86win__cta-buttons,
  .page-blog-chien-thuat-choi-tai-xiu-86win__button-group,
  .page-blog-chien-thuat-choi-tai-xiu-86win__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
}